Animating suns with <Orb> effects

Freeform discussion about anything related to modding Transcendence.
Post Reply
User avatar
Xephyr
Militia Captain
Militia Captain
Posts: 857
Joined: Fri Dec 14, 2007 1:52 am
Location: Orion Arm, Milky Way
Contact:

Currently, most stars are orb effects. However, red dwarfs and red giants still use graphics, but there are orb effects that work great for those too - And better yet, they're animated! I'd say they look pretty convincing, they don't animate too fast or anything.

Red dwarf orb:

Code: Select all

			<Orb
					style=			"smooth"
					radius=			"300"
					intensity=		"10"
					primaryColor=	"#ffd200"
					secondaryColor=	"#f49b52"
					blendmode=		"normal"
					/>
			<Orb	style=			"cloud"
					intensity=		"100"
					distortion=		"100"
					detail=			"100"
					radius=			"120"
					
					blendMode=		"normal"
					primaryColor=	"#ffd200"
					secondaryColor=	"#ff2a00"
					>
            </Orb>
And some experimental stuff, a pulsar (which looks INCREDIBLE, I encourage you guys to see this one yourselves)

Code: Select all

			<Orb	style=			"flare"
					animate=		"flicker"
					intensity=		"100"
					radius=			"500"
					
					blendMode=		"normal"
					primaryColor=	"#ffffff"
					secondaryColor=	"#a8c3ff"
					>
            </Orb>
Project Renegade (Beta) : "The Poor Man's Corporate Command!"
Real programmers count from 0. And sometimes I do, too.
User avatar
digdug
Fleet Admiral
Fleet Admiral
Posts: 2620
Joined: Mon Oct 29, 2007 9:23 pm
Location: Decoding hieroglyphics on Tan-Ru-Dorem

they are really looking good. the pulsar is awesome :D
Post Reply