Searched defs:frustum (Results 1 – 6 of 6) sorted by relevance
55 WireFrustum frustum; field in TestShadow
59 WireFrustum frustum; field in TestCrossHatch
59 WireFrustum frustum; field in TestPosterization
59 WireFrustum frustum; field in TestBloom
277 WireFrustum frustum = new WireFrustum(pts); in createFrustum() local
1044 mat4.frustum = function (out, left, right, bottom, top, near, far) { function