Class TMFLong
Unit
Declaration
type TMFLong = class(specialize TX3DSimpleMultField<LongInt,TSFLong,TLongIntList>)
Description
X3D field with a list of values. This is an ancestor of most multiple-value X3D fields.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DFieldOrEvent
- TX3DField
- TX3DMultField
- TX3DSimpleMultField
- TMFLong
Overview
Methods
class function X3DType: string; override; |
|
class function CreateEvent(const AParentNode: TX3DFileItem; const AName: string; const AInEvent: boolean): TX3DEvent; override; |
|
procedure WritelnWarning_WrongVertexIndex( const GeometryX3DType: string; const VertexNum: Integer; const CoordCount: Integer); |
Properties
property SaveToStreamLineUptoNegative: boolean
read FSaveToStreamLineUptoNegative write FSaveToStreamLineUptoNegative
default false; |
Description
Methods
class function X3DType: string; override; |
|
class function CreateEvent(const AParentNode: TX3DFileItem; const AName: string; const AInEvent: boolean): TX3DEvent; override; |
|
procedure WritelnWarning_WrongVertexIndex( const GeometryX3DType: string; const VertexNum: Integer; const CoordCount: Integer); |
|
Call WritelnWarning reporting that an invalid vertex index is caused from this field. This simply calls WritelnWarning formatting appropriate message. Additionally this guards us against producing too many warnings from the same field. When a given threshold will be reached, further Example test cases: content/examples/Basic/HumanoidAnimation/AllenStandShootRifleM24.x3d and content/examples/Basic/HumanoidAnimation/NancyDiving.x3dv from http://www.web3d.org/ example models. |
Properties
Generated by PasDoc 0.16.0.