Skip to content

Commit

Permalink
Add renderModelView base function
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsando committed Mar 25, 2024
1 parent 98ef41d commit 729a0b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nme/gl/ProgramBase.hx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class ProgramBase

public function renderMtx(mvp:Matrix3D) render( Float32Array.fromMatrix(mvp) );

public function renderModelView(mvp:Matrix3D,mv:Matrix3D) renderMtx( mvp );

public function renderClipped(mvp:Float32Array, plane:Vector3D) render(mvp);


Expand Down

0 comments on commit 729a0b4

Please sign in to comment.