system.material 849 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. material system/no_model
  2. {
  3. technique
  4. {
  5. pass
  6. {
  7. texture_unit
  8. {
  9. texture system/no_model.png
  10. filtering point point none
  11. }
  12. }
  13. }
  14. }
  15. material viewer/grid
  16. {
  17. technique
  18. {
  19. pass
  20. {
  21. ambient 1.0 1.0 1.0
  22. }
  23. }
  24. }
  25. material viewer/axis
  26. {
  27. technique
  28. {
  29. pass
  30. {
  31. ambient vertexcolour
  32. }
  33. }
  34. }
  35. material entity/solid_collision
  36. {
  37. technique
  38. {
  39. pass
  40. {
  41. ambient 0.0 1.0 1.0
  42. }
  43. }
  44. }
  45. material entity/talk_collision
  46. {
  47. technique
  48. {
  49. pass
  50. {
  51. ambient 0.0 1.0 0.5
  52. }
  53. }
  54. }
  55. material entity/direction
  56. {
  57. technique
  58. {
  59. pass
  60. {
  61. ambient 0.0 0.5 1.0
  62. }
  63. }
  64. }