Class TAbstractX3DViewpointNode
Unit
X3DNodes
Declaration
type TAbstractX3DViewpointNode = class(TAbstractViewpointNode)
Description
no description available, TAbstractViewpointNode description follows
Common ancestor for both VRML 1.0 camera nodes and VRML/X3D >= 2.0 viewpoint nodes.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
function ProjectionMatrix: TMatrix4Single; virtual; |
Matrices for projecting texture from this viewpoint, for ProjectedTextureCoordinate. Override ProjectionMatrix for subclasses (ModelviewMatrix is already correctly defined here).
|
Properties
 |
property FdCenterOfRotation: TSFVec3f read FFdCenterOfRotation; |
|
 |
property FdJump: TSFBool read FFdJump; |
|
 |
property FdRetainUserOffsets: TSFBool read FFdRetainUserOffsets; |
|
Generated by PasDoc 0.13.0 on 2014-10-26 05:15:17
|