| 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:DictionaryDictionary 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):FaceVOParameters
face:Face | |
material:Material | |
back:Material |
FaceVO |
| createFrustum | () | method |
| createSegmentVO | () | method |
public function createSegmentVO(material:Material):SegmentVOParameters
material:Material |
SegmentVO |
| createUV | () | method |
public function createUV(u:Number, v:Number, session:AbstractSession):UVParameters
u:Number | |
v:Number | |
session:AbstractSession |
UV |
| createVertex | () | method |
public function createVertex(x:Number, y:Number, z:Number):VertexParameters
x:Number | |
y:Number | |
z:Number |
Vertex |
| createVertexClassification | () | method |
public function createVertexClassification(vertex:Vertex):VertexClassificationParameters
vertex:Vertex |
VertexClassification |
| createVertexClassificationDictionary | () | method |
public function createVertexClassificationDictionary(source:Object3D):DictionaryParameters
source:Object3D |
Dictionary |
| createViewTransform | () | method |
| reset | () | method |
public function reset():void