Class TKambiNavigationInfoNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TKambiNavigationInfoNode = class(TNavigationInfoNode)

Description

no description available, TNavigationInfoNode description follows
no description available, TAbstractBindableNode description follows
no description available, TAbstractChildNode description follows
no description available, TAbstractNode description follows

Base X3D node.

Almost all X3D nodes inherit from this. (Exception: X3DMetadataObject. So you cannot have metadata of metadata of...)

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassNodeTypeName: string; override;
Public class function URNMatching(const URN: string): boolean; override;
Public function OctreeProperties(OP: TSceneOctreeProperties): TKambiOctreePropertiesNode;

Properties

Public property FdTimeOriginAtLoad: TSFBool read FFdTimeOriginAtLoad;
Public property FdOctreeRendering: TSFNode read FFdOctreeRendering;
Public property FdOctreeDynamicCollisions: TSFNode read FFdOctreeDynamicCollisions;
Public property FdOctreeVisibleTriangles: TSFNode read FFdOctreeVisibleTriangles;
Public property FdOctreeCollidableTriangles: TSFNode read FFdOctreeCollidableTriangles;
Public property FdHeadBobbing: TSFFloat read FFdHeadBobbing;
Public property FdHeadBobbingTime: TSFFloat read FFdHeadBobbingTime;
Public property FdHeadlightNode: TSFNode read FFdHeadlightNode;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassNodeTypeName: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 
Public function OctreeProperties(OP: TSceneOctreeProperties): TKambiOctreePropertiesNode;

Return value of appropriate FdOctreeXxx field. Returns Nil if the field doesn't have allowed (TKambiOctreePropertiesNode) value (or if the field is actually Nil, naturally).

Properties

Public property FdTimeOriginAtLoad: TSFBool read FFdTimeOriginAtLoad;
 
Public property FdOctreeRendering: TSFNode read FFdOctreeRendering;
 
Public property FdOctreeDynamicCollisions: TSFNode read FFdOctreeDynamicCollisions;
 
Public property FdOctreeVisibleTriangles: TSFNode read FFdOctreeVisibleTriangles;
 
Public property FdOctreeCollidableTriangles: TSFNode read FFdOctreeCollidableTriangles;
 
Public property FdHeadBobbing: TSFFloat read FFdHeadBobbing;
 
Public property FdHeadBobbingTime: TSFFloat read FFdHeadBobbingTime;
 
Public property FdHeadlightNode: TSFNode read FFdHeadlightNode;
 

Generated by PasDoc 0.13.0 on 2014-08-30 12:10:52