topical media & game development
student-ar-org-papervision3d-core-material-TriangleMaterial.ax
student-ar-org-papervision3d-core-material-TriangleMaterial.ax
[swf]
[flash]
flex
package org.papervision3d.core.material
{
@Author Ralph Hauwert
import flash.display.BitmapData;
import flash.display.Graphics;
import flash.geom.Matrix;
import org.papervision3d.core.proto.MaterialObject3D;
import org.papervision3d.core.render.command.RenderTriangle;
import org.papervision3d.core.render.data.RenderSessionData;
import org.papervision3d.core.render.draw.ITriangleDrawer;
public class @ax-student-ar-org-papervision3d-core-material-TriangleMaterial extends MaterialObject3D implements ITriangleDrawer
{
public function @ax-student-ar-org-papervision3d-core-material-TriangleMaterial()
{
super();
}
override public function drawTriangle(tri:RenderTriangle, graphics:Graphics, renderSessionData:RenderSessionData, altBitmap:BitmapData = null, altUV:Matrix = null):void
{
}
override public function drawRT(rt:RenderTriangle, graphics:Graphics, renderSessionData:RenderSessionData):void{
}
}
}
(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.