This is the documentation for Enlighten.
To apply textures to geometry that you wish to preview in GeoRadiosity, you need to supply a .mat
file next to each of your .pim
files, with the same name as the corresponding .pim
file. The .mat
file contains mappings from material IDs in the mesh to <material>
tags. The schema for the .mat
file can be found in Source\Samples\Libraries\GeoEn2Support\mats.xsd
.
An example of a material is as follows:
<material id="1"> <diffuse> <texture>..\Textures\test.tga</texture> </diffuse> <specular colour="1.0 0.5 0.5 1.0" power="2" /> </material>
If you have trouble reading schema files: