We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1221cc commit 3d7bed0Copy full SHA for 3d7bed0
src/nme/gl/ProgramBase.hx
@@ -22,7 +22,7 @@ class ProgramBase
22
23
public function renderMtx(mvp:Matrix3D) render( Float32Array.fromMatrix(mvp) );
24
25
- public function renderModelView(mvp:Matrix3D,mv:Matrix3D) renderMtx( mvp );
+ public function renderModelView(mvp:Matrix3D,mv:Matrix3D, ?m:Matrix3D) renderMtx( mvp );
26
27
public function renderClipped(mvp:Float32Array, plane:Vector3D) render(mvp);
28
0 commit comments