Package | away3d.trash |
Class | public class Mesh3D |
Inheritance | Mesh3D ![]() ![]() ![]() |
Implements | IPrimitiveProvider |
Subclasses | BezierExtrude, LinearExtrude, OldCube, OldPlane, OldSphere, OldTorus, OldWireCube, OldWirePlane, RobCube, Skybox6Old |
Method | Defined by | ||
---|---|---|---|
Mesh3D | |||
![]() |
addOnDimensionsChange(listener:Function):void
| Object3D | |
![]() |
addOnMouseDown(listener:Function):void
| Object3D | |
![]() |
addOnMouseMove(listener:Function):void
| Object3D | |
![]() |
addOnMouseOut(listener:Function):void
| Object3D | |
![]() |
addOnMouseOver(listener:Function):void
| Object3D | |
![]() |
addOnMouseUp(listener:Function):void
| Object3D | |
![]() |
addOnRadiusChange(listener:Function):void
| Object3D | |
![]() |
addOnSceneChange(listener:Function):void
| Object3D | |
![]() |
addOnTransformChange(listener:Function):void
| Object3D | |
Mesh3D | |||
![]() |
clone(object:* = null):*
| Object3D | |
![]() | Object3D | ||
insideShape(shape1:Array, shape2:Array):Boolean
| Mesh3D | ||
inverseFaces():void
| Mesh3D | ||
![]() | Object3D | ||
![]() |
moveBackward(distance:Number):void
| Object3D | |
![]() |
moveDown(distance:Number):void
| Object3D | |
![]() |
moveForward(distance:Number):void
| Object3D | |
![]() |
moveLeft(distance:Number):void
| Object3D | |
![]() |
moveRight(distance:Number):void
| Object3D | |
![]() | Object3D | ||
![]() |
moveUp(distance:Number):void
| Object3D | |
![]() |
pitch(angle:Number):void
| Object3D | |
Mesh3D | |||
quarterFaces():void
| Mesh3D | ||
![]() |
removeOnDimensionsChange(listener:Function):void
| Object3D | |
![]() |
removeOnMouseDown(listener:Function):void
| Object3D | |
![]() |
removeOnMouseMove(listener:Function):void
| Object3D | |
![]() |
removeOnMouseOut(listener:Function):void
| Object3D | |
![]() |
removeOnMouseOver(listener:Function):void
| Object3D | |
![]() |
removeOnMouseUp(listener:Function):void
| Object3D | |
![]() |
removeOnRadiusChange(listener:Function):void
| Object3D | |
![]() |
removeOnSceneChange(listener:Function):void
| Object3D | |
![]() |
removeOnTransformChange(listener:Function):void
| Object3D | |
![]() |
roll(angle:Number):void
| Object3D | |
![]() | Object3D | ||
![]() |
tick(time:int):void
| Object3D | |
![]() |
toString():String
| Object3D | |
![]() | Object3D | ||
![]() | Object3D | ||
![]() |
yaw(angle:Number):void
| Object3D |
bothsides | property |
public var bothsides:Boolean
faces | property |
public var faces:Array
material | property |
public var material:IMaterial
pushback | property |
public var pushback:Boolean
pushfront | property |
public var pushfront:Boolean
segments | property |
public var segments:Array
Mesh3D | () | constructor |
public function Mesh3D(material:IMaterial, init:Object = null)
Parameters
material:IMaterial |
|
init:Object (default = null )
|
asMesh | () | method |
insideShape | () | method |
public function insideShape(shape1:Array, shape2:Array):Boolean
Parameters
shape1:Array |
|
shape2:Array |
Boolean |
inverseFaces | () | method |
public function inverseFaces():void
primitives | () | method |
public function primitives(projection:Projection, consumer:IPrimitiveConsumer):void
Parameters
projection:Projection |
|
consumer:IPrimitiveConsumer |
quarterFaces | () | method |
public function quarterFaces():void