SkyBox.material 217 B

1234567891011121314151617
  1. material Examples/SteveCubeSkyBox
  2. {
  3. technique
  4. {
  5. pass
  6. {
  7. lighting off
  8. depth_write off
  9. texture_unit
  10. {
  11. cubic_texture stevecube.jpg separateUV
  12. tex_address_mode clamp
  13. }
  14. }
  15. }
  16. }
粤ICP备19079148号