Earth.xml 701 B

12345678910111213141516
  1. <material>
  2. <technique name="Techniques/EarthTechnique.xml" quality="0" />
  3. <texture unit="diffuse" name="Textures/Earth.jpg" />
  4. <texture unit="normal" name="Textures/Earth_NormalsMap.png" />
  5. <texture unit="spec" name="Textures/Earth_SpecularMap.png" />
  6. <!--put Earth_Clouds and Earth_Night textures to the free texture units-->
  7. <!--let us take the 'environment' and 'emissive' ones-->
  8. <texture unit="environment" name="Textures/Earth_Clouds.jpg" />
  9. <texture unit="emissive" name="Textures/Earth_Night.jpg" />
  10. <!--parameters-->
  11. <parameter name="SpecColor" value="0.2 0.2 0.2 0.7" />
  12. <parameter name="CloudsFactor" value="1" />
  13. <parameter name="CloudsOffset" value="0 0" />
  14. </material>