Class TTextureCoordinate3DNode
Unit
Declaration
type TTextureCoordinate3DNode = class(TAbstractSingleTextureCoordinateNode)
Description
3D texture coordinates, partcularly useful with 3D textures.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometricPropertyNode
- TAbstractTextureCoordinateNode
- TAbstractSingleTextureCoordinateNode
- TTextureCoordinate3DNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetPoint(const Value: array of TVector3); |
![]() |
procedure SetPoint(const Value: TVector3List); |
Properties
![]() |
property FdPoint: TMFVec3f read FFdPoint; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetPoint(const Value: array of TVector3); |
![]() |
procedure SetPoint(const Value: TVector3List); |
Properties
![]() |
property FdPoint: TMFVec3f read FFdPoint; |
Generated by PasDoc 0.16.0.
