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