Celestia v1.5.0pre2 emissivemap bug: no glow
-
Topic authorselden
- Developer
- Posts: 10192
- Joined: 04.09.2002
- With us: 22 years 2 months
- Location: NY, USA
Celestia v1.5.0pre2 emissivemap bug: no glow
Emissivemap textures in models are rendered as glowing by only the OpenGL v2 render path. It'd be nice if they glowed in the other render paths, too.
Selden
- Chuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 11 months
Are Emissivemap textures Chris' soulution for "night side lights" on models? If so then I agree this would be good in all paths.
Do they work on 3DS, or just CMOD models?
Do they work on 3DS, or just CMOD models?
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-
Topic authorselden
- Developer
- Posts: 10192
- Joined: 04.09.2002
- With us: 22 years 2 months
- Location: NY, USA
Yes, they are the same things, although I wouldn't think of them as a solution for "night side lights". Emissive textures can be used for much more than that.Chuft-Captain wrote:Are Emissivemap textures Chris' soulution for "night side lights" on models?
Do they work on 3DS, or just CMOD models?
They have to be specified as materials within the model file itself. When used within Anim8or, they aren't shown by the 3DS model files exported by Anim8or. I don't know if that's a limitation of the 3DS model file format or if it's due to how Anim8or is exporting that model format. They do work with the CMOD model files generated by my export script.
Selden
-
- Site Admin
- Posts: 4211
- Joined: 28.01.2002
- With us: 22 years 9 months
- Location: Seattle, Washington, USA
I implemented emissive textures for all render paths, but your bug report led me to a problem with emissive textures in pre-OpenGL 2.0 render paths. The emissive texture was getting modulated by the diffuse color, but this is incorrect behavior. I think I missed it before because my test model had a white diffuse color. I committed a simple fix to CVS; let me know if it works.
--Chris
--Chris
-
Topic authorselden
- Developer
- Posts: 10192
- Joined: 04.09.2002
- With us: 22 years 2 months
- Location: NY, USA
I think the initial description of the new CMOD model material features was on the developers mailing list.
A later description is in the forum at http://www.celestiaproject.net/forum/viewtopic.php?p=74169&
A description of CMOD files quoting from postings both to the mailing list and to the forum is at http://www.lepp.cornell.edu/~seb/celest ... ormat.html
A later description is in the forum at http://www.celestiaproject.net/forum/viewtopic.php?p=74169&
A description of CMOD files quoting from postings both to the mailing list and to the forum is at http://www.lepp.cornell.edu/~seb/celest ... ormat.html
Selden