ModelViewProjectionMatrix returns the last cached model view projection matrix for this graphic.
()
| 266 | |
| 267 | // ModelViewProjectionMatrix returns the last cached model view projection matrix for this graphic. |
| 268 | func (gr *Graphic) ModelViewProjectionMatrix() *math32.Matrix4 { |
| 269 | |
| 270 | return &gr.mvpm |
| 271 | } |
| 272 | |
| 273 | // GraphicMaterial specifies the material to be used for |
| 274 | // a subset of vertices from the Graphic geometry |
no outgoing calls
no test coverage detected