Specularity to sky object msh?

Started by Phobos, November 09, 2012, 11:12:29 PM

Previous topic - Next topic
November 09, 2012, 11:12:29 PM Last Edit: November 09, 2012, 11:40:40 PM by Phobos
I am wondering if its possible to hex-edit specularity changes (like reflection or glowing) to a sky object msh (not dome msh)?

Here is the moon msh I want to reflect and/or glow
http://www.speedyshare.com/4xmK7/kas1-moon.msh

edit: would switching the mat0's tga DATA.CHUNK with one from a shiny msh work?
doesn't work

November 09, 2012, 11:43:48 PM #1 Last Edit: November 09, 2012, 11:55:40 PM by tirpider
Currently that msh has singlesided trans, and Emissive enabled.

Ande's ATRB list

Just add the value for specular to the existing ATRB value.

(see before (01.png) and after(02.png pics below)

Once specular is enabled you can adjust/replace the data chunk to vary the effect.


-edit (for everyone)
The ATRB chunk sets the render options and type.
The DATA chunk has values that need to go with it. (colors, specular intensity, ect)

So to get an affect from one material to another, you need both the DATA and ATRB for it to look the same as the source material.