Beispiel #1
0
func GlMultMat4(m *mat4.Mat4) { gl.MultMatrixd(m.Ptr()) }
Beispiel #2
0
func GlLoadMat4(m *mat4.Mat4) { gl.LoadMatrixd(m.Ptr()) }