topical media & game development
student-ar-org-papervision3d-core-culling-NullTriangleCuller.ax
student-ar-org-papervision3d-core-culling-NullTriangleCuller.ax
[swf]
[flash]
flex
package org.papervision3d.core.culling
{
import org.papervision3d.core.geom.renderables.Vertex3DInstance;
import org.papervision3d.core.geom.renderables.Triangle3D;
public class @ax-student-ar-org-papervision3d-core-culling-NullTriangleCuller implements ITriangleCuller
{
public function @ax-student-ar-org-papervision3d-core-culling-NullTriangleCuller()
{
}
public function testFace(face3D:Triangle3D, vertex0:Vertex3DInstance, vertex1:Vertex3DInstance, vertex2:Vertex3DInstance):Boolean
{
return true;
}
}
}
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.