Property | Defined By | ||
---|---|---|---|
frustumDictionary : Dictionary | CameraVarsStore | ||
nodeClassificationDictionary : Dictionary | CameraVarsStore | ||
view : View3D | CameraVarsStore | ||
viewTransformDictionary : Dictionary
Dictionary of all objects transforms calulated from the camera view for the last render frame
| CameraVarsStore |
Method | Defined By | ||
---|---|---|---|
CameraVarsStore | |||
CameraVarsStore | |||
CameraVarsStore | |||
CameraVarsStore | |||
createVertex(x:Number, y:Number, z:Number):Vertex | CameraVarsStore | ||
CameraVarsStore | |||
createVertexClassificationDictionary(source:Object3D):Dictionary | CameraVarsStore | ||
createViewTransform(node:Object3D):Matrix3D | CameraVarsStore | ||
reset():void | CameraVarsStore |
frustumDictionary | property |
public var frustumDictionary:Dictionary
nodeClassificationDictionary | property |
public var nodeClassificationDictionary:Dictionary
view | property |
public var view:View3D
viewTransformDictionary | property |
public var viewTransformDictionary:Dictionary
Dictionary of all objects transforms calulated from the camera view for the last render frame
createFaceVO | () | method |
public function createFaceVO(face:Face, material:Material, back:Material):FaceVO
Parameters
face:Face | |
material:Material | |
back:Material |
FaceVO |
createFrustum | () | method |
createSegmentVO | () | method |
public function createSegmentVO(material:Material):SegmentVO
Parameters
material:Material |
SegmentVO |
createUV | () | method |
public function createUV(u:Number, v:Number, session:AbstractSession):UV
Parameters
u:Number | |
v:Number | |
session:AbstractSession |
UV |
createVertex | () | method |
public function createVertex(x:Number, y:Number, z:Number):Vertex
Parameters
x:Number | |
y:Number | |
z:Number |
Vertex |
createVertexClassification | () | method |
public function createVertexClassification(vertex:Vertex):VertexClassification
Parameters
vertex:Vertex |
VertexClassification |
createVertexClassificationDictionary | () | method |
public function createVertexClassificationDictionary(source:Object3D):Dictionary
Parameters
source:Object3D |
Dictionary |
createViewTransform | () | method |
reset | () | method |
public function reset():void