mesh.material 282 B

12345678910111213
  1. name: "mesh"
  2. tags: "model"
  3. vertex_program: "/example/mesh.vp"
  4. fragment_program: "/example/mesh.fp"
  5. vertex_space: VERTEX_SPACE_LOCAL
  6. vertex_constants {
  7. name: "mtx_proj"
  8. type: CONSTANT_TYPE_PROJECTION
  9. }
  10. vertex_constants {
  11. name: "mtx_worldview"
  12. type: CONSTANT_TYPE_WORLDVIEW
  13. }