Export to GitHub

webgl-mjs - issue #4

M4x4.makeOrtho and M4x4.makeFrustum incorrectly set the 15th element to 0


Posted on Feb 7, 2010 by Happy Bear

The correct value for r[15] in both cases is 1.0

Comment #1

Posted on Feb 7, 2010 by Happy Bear

Correction: Only the orthographic matrix needs a 1 . The frustum matrix is correct with a zero.

Comment #2

Posted on Dec 15, 2010 by Swift Hippo

This issue was closed by revision 68a0bb55e4.

Status: Fixed

Labels:
Type-Defect Priority-Medium