| 123456789101112131415161718192021 |
- name: "uvgradient"
- tags: "model"
- vertex_program: "/example/uvgradient.vp"
- fragment_program: "/example/uvgradient.fp"
- vertex_space: VERTEX_SPACE_LOCAL
- vertex_constants {
- name: "mtx_worldview"
- type: CONSTANT_TYPE_WORLDVIEW
- }
- vertex_constants {
- name: "mtx_view"
- type: CONSTANT_TYPE_VIEW
- }
- vertex_constants {
- name: "mtx_proj"
- type: CONSTANT_TYPE_PROJECTION
- }
- vertex_constants {
- name: "mtx_normal"
- type: CONSTANT_TYPE_NORMAL
- }
|