Class TTriangleSet2DNode
Unit
X3DNodes
Declaration
type TTriangleSet2DNode = class(TAbstractX3DGeometryNode)
Description
Set of triangles in 2D. Rendering of this node is not implemented yet.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
Properties
 |
property FdVertices: TMFVec2f read FFdVertices; |
|
|
 |
property FdSolid: TSFBool read FFdSolid; |
|
|
Generated by PasDoc 0.14.0.
|