- name: "mesh"
- tags: "model"
- vertex_program: "/example/mesh.vp"
- fragment_program: "/example/mesh.fp"
- vertex_space: VERTEX_SPACE_LOCAL
- vertex_constants {
- name: "mtx_proj"
- type: CONSTANT_TYPE_PROJECTION
- }
- vertex_constants {
- name: "mtx_worldview"
- type: CONSTANT_TYPE_WORLDVIEW
- }
|