ModelViewMatrix returns the last cached model view matrix for this graphic.
()
| 260 | |
| 261 | // ModelViewMatrix returns the last cached model view matrix for this graphic. |
| 262 | func (gr *Graphic) ModelViewMatrix() *math32.Matrix4 { |
| 263 | |
| 264 | return &gr.mvm |
| 265 | } |
| 266 | |
| 267 | // ModelViewProjectionMatrix returns the last cached model view projection matrix for this graphic. |
| 268 | func (gr *Graphic) ModelViewProjectionMatrix() *math32.Matrix4 { |
no outgoing calls
no test coverage detected