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

游戏引擎

开发平台:

Visual C++

  1. material drbunsen_head
  2. {
  3. technique
  4. {
  5. pass
  6. {
  7. ambient 0.25 0.25 0.25
  8. diffuse 1.0 1.0 1.0
  9. texture_unit
  10. {
  11. texture Dr_Bunsen_Head.jpg
  12. }
  13. }
  14. }
  15. }
  16. material drbunsen_teeth
  17. {
  18. technique
  19. {
  20. pass
  21. {
  22. ambient 0.25 0.25 0.25
  23. diffuse 1.0 1.0 1.0
  24. }
  25. }
  26. }
  27. material drbunsen_tongue
  28. {
  29. technique
  30. {
  31. pass
  32. {
  33. ambient 0.25 0.25 0.25
  34. diffuse 1.0 0.1 0.1
  35. }
  36. }
  37. }
  38. material drbunsen_gums
  39. {
  40. technique
  41. {
  42. pass
  43. {
  44. ambient 0.25 0.25 0.25
  45. diffuse 1.0 0.1 0.1
  46. }
  47. }
  48. }
  49. material drbunsen_glasses
  50. {
  51. technique
  52. {
  53. pass
  54. {
  55. depth_write off
  56. scene_blend modulate
  57. ambient 0.25 0.25 0.25
  58. diffuse 0.75 0.75 0.75
  59. }
  60. }
  61. }
  62. material drbunsen_glasses_frame
  63. {
  64. technique
  65. {
  66. pass
  67. {
  68. ambient 0.25 0.25 0.25
  69. diffuse 0.35 0.18 0 1
  70. }
  71. }
  72. }