Sat Sep 11, 2004 7:11 pm by PantherX
Quite easy actually if you have the FL UTF editor.
Open the cv_ships.mat file and expand the material library tree then expand the cv_glass tree . You'll see three nodes Type, Dc and Oc .
The color of the glass is determined by the 'Dc node. Click on that node and in the interpet data as window make sure it shows float array then click the button labeled Edit .
You'll see four sets of numbers which determine the color of the glass:
(in float array format)
0.654902 - red channel
0.529412 - blue channel
0.317647 - green channel
0.000000 - does nothing as far as I can tell
Changing these values will change the color of the glass.
Edited by - PantherX on 9/11/2004 8:12:25 PM
Edited by - PantherX on 9/11/2004 8:15:42 PM