Page 1 of 1

exhaust_emissive_color

Posted: Tue Dec 29, 2015 11:18 pm
by Fritz
Wondering how Stear9's Mussurana can have a reddish exhaust, I studied his shipdata.plist and found an entry

Code: Select all

exhaust_emissive_color = (1.0, 0.01, 0.1);
This property is missing in the description of shipdata.plist on the wiki, but I don't know enough about it to expand the wiki entry. Especially the default values would be useful!

Re: exhaust_emissive_color

Posted: Tue Dec 29, 2015 11:38 pm
by Cody
This may help a little, and this perhaps.

Re: exhaust_emissive_color

Posted: Wed Dec 30, 2015 12:06 am
by Fritz
Yes, that helped, thank you! The default values seem to be (0.7, 0.9, 1.0), as taken from

Code: Select all

	//GLfloat ex_emissive[4]	= {0.7f, 0.9, 1.0f, 0.9f * kOverallAlpha};   // pale blue - old definition