Example-DynTex.material
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. material Examples/DynaTest
  2. {
  3. technique
  4. {
  5. pass
  6. {
  7. texture_unit
  8. {
  9. texture DynaTex 2d
  10. }
  11. depth_write off
  12. scene_blend alpha_blend
  13. lighting off
  14. }
  15. }
  16. }
  17. material Examples/DynaTest2
  18. {
  19. technique
  20. {
  21. pass
  22. {
  23. texture_unit
  24. {
  25. texture DynaTex 2d
  26. }
  27. diffuse 0.8 0.8 0.8
  28. specular 0.7 0.7 0.7 40.0
  29. ambient 0.5 0.5 0.5
  30. }
  31. }
  32. }
  33. material Examples/DynaTest3
  34. {
  35. technique
  36. {
  37. pass
  38. {
  39. texture_unit
  40. {
  41. texture DynaTex 2d
  42. }
  43. diffuse 0.2 0.8 0.8
  44. specular 0.4 0.7 0.7 30.0
  45. ambient 0.2 0.5 1.0
  46. depth_write off
  47. scene_blend alpha_blend
  48. }
  49. }
  50. }
  51. material Examples/DynaTest4
  52. {
  53. technique
  54. {
  55. pass
  56. {
  57. texture_unit
  58. {
  59. texture DynaTex 2d
  60. }
  61. diffuse 0.8 0.8 0.8
  62. specular 0.7 0.7 0.4 20.0
  63. ambient 1.0 0.5 0.2
  64. }
  65. }
  66. }
  67. material Examples/VTDarkStuff
  68. {
  69. technique
  70. {
  71. pass
  72. {
  73. diffuse 0.0 0.0 0.0
  74. ambient 0.1 0.1 0.15
  75. cull_hardware none
  76. lighting on
  77. }
  78. }
  79. }