Class TTexturePropertiesNode
Unit
Declaration
type TTexturePropertiesNode = class(TAbstractNode)
Description
Adjust the texture application properties.
Hierarchy
- TObject
 - TPersistent
 - TX3DFileItem
 - TX3DNode
 - TAbstractNode
 - TTexturePropertiesNode
 
Overview
Methods
![]()  | 
procedure CreateNode; override; | 
![]()  | 
class function ClassX3DType: String; override; | 
Properties
![]()  | 
property MagnificationFilter: TAutoMagnificationFilter
      read GetMagnificationFilter write SetMagnificationFilter; | 
![]()  | 
property MinificationFilter: TAutoMinificationFilter
      read GetMinificationFilter write SetMinificationFilter; | 
![]()  | 
property FdAnisotropicDegree: TSFFloat read FFdAnisotropicDegree; | 
![]()  | 
property AnisotropicDegree: Single read GetAnisotropicDegree write SetAnisotropicDegree; | 
![]()  | 
property FdBorderColor: TSFColorRGBA read FFdBorderColor; | 
![]()  | 
property BorderColor: TCastleColor read GetBorderColor write SetBorderColor; | 
![]()  | 
property FdBorderWidth: TSFInt32 read FFdBorderWidth; | 
![]()  | 
property BorderWidth: Integer read GetBorderWidth write SetBorderWidth; | 
![]()  | 
property FdBoundaryModeS: TSFStringEnum read FFdBoundaryModeS; | 
![]()  | 
property BoundaryModeS: TBoundaryMode read GetBoundaryModeS write SetBoundaryModeS; | 
![]()  | 
property FdBoundaryModeT: TSFStringEnum read FFdBoundaryModeT; | 
![]()  | 
property BoundaryModeT: TBoundaryMode read GetBoundaryModeT write SetBoundaryModeT; | 
![]()  | 
property FdBoundaryModeR: TSFStringEnum read FFdBoundaryModeR; | 
![]()  | 
property BoundaryModeR: TBoundaryMode read GetBoundaryModeR write SetBoundaryModeR; | 
![]()  | 
property FdMagnificationFilter: TSFString read FFdMagnificationFilter; | 
![]()  | 
property FdMinificationFilter: TSFString read FFdMinificationFilter; | 
![]()  | 
property FdTextureCompression: TSFString read FFdTextureCompression; | 
![]()  | 
property TextureCompression: String read GetTextureCompression write SetTextureCompression; | 
![]()  | 
property FdTexturePriority: TSFFloat read FFdTexturePriority; | 
![]()  | 
property TexturePriority: Single read GetTexturePriority write SetTexturePriority; | 
![]()  | 
property FdGenerateMipMaps: TSFBool read FFdGenerateMipMaps; | 
![]()  | 
property GenerateMipMaps: Boolean read GetGenerateMipMaps write SetGenerateMipMaps; | 
![]()  | 
property FdGuiTexture: TSFBool read FFdGuiTexture; | 
![]()  | 
property GuiTexture: Boolean read GetGuiTexture write SetGuiTexture; | 
Description
Methods
![]()  | 
procedure CreateNode; override; | 
| 
 Create node fields and events.  | |
![]()  | 
class function ClassX3DType: String; override; | 
| 
 This item has no description. Showing description inherited from TX3DNode.ClassX3DType. Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value. Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there. You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance.  | |
Properties
![]()  | 
property MagnificationFilter: TAutoMagnificationFilter
      read GetMagnificationFilter write SetMagnificationFilter; | 
| 
 This item has no description.  | |
![]()  | 
property MinificationFilter: TAutoMinificationFilter
      read GetMinificationFilter write SetMinificationFilter; | 
| 
 This item has no description.  | |
![]()  | 
property FdAnisotropicDegree: TSFFloat read FFdAnisotropicDegree; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property AnisotropicDegree: Single read GetAnisotropicDegree write SetAnisotropicDegree; | 
| 
 This item has no description.  | |
![]()  | 
property FdBorderColor: TSFColorRGBA read FFdBorderColor; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property BorderColor: TCastleColor read GetBorderColor write SetBorderColor; | 
| 
 This item has no description.  | |
![]()  | 
property FdBorderWidth: TSFInt32 read FFdBorderWidth; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property BorderWidth: Integer read GetBorderWidth write SetBorderWidth; | 
| 
 This item has no description.  | |
![]()  | 
property FdBoundaryModeS: TSFStringEnum read FFdBoundaryModeS; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property BoundaryModeS: TBoundaryMode read GetBoundaryModeS write SetBoundaryModeS; | 
| 
 This item has no description.  | |
![]()  | 
property FdBoundaryModeT: TSFStringEnum read FFdBoundaryModeT; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property BoundaryModeT: TBoundaryMode read GetBoundaryModeT write SetBoundaryModeT; | 
| 
 This item has no description.  | |
![]()  | 
property FdBoundaryModeR: TSFStringEnum read FFdBoundaryModeR; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property BoundaryModeR: TBoundaryMode read GetBoundaryModeR write SetBoundaryModeR; | 
| 
 This item has no description.  | |
![]()  | 
property FdMagnificationFilter: TSFString read FFdMagnificationFilter; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property FdMinificationFilter: TSFString read FFdMinificationFilter; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property FdTextureCompression: TSFString read FFdTextureCompression; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property TextureCompression: String read GetTextureCompression write SetTextureCompression; | 
| 
 This item has no description.  | |
![]()  | 
property FdTexturePriority: TSFFloat read FFdTexturePriority; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property TexturePriority: Single read GetTexturePriority write SetTexturePriority; | 
| 
 This item has no description.  | |
![]()  | 
property FdGenerateMipMaps: TSFBool read FFdGenerateMipMaps; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property GenerateMipMaps: Boolean read GetGenerateMipMaps write SetGenerateMipMaps; | 
| 
 This item has no description.  | |
![]()  | 
property FdGuiTexture: TSFBool read FFdGuiTexture; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property GuiTexture: Boolean read GetGuiTexture write SetGuiTexture; | 
| 
 This item has no description.  | |
Generated by PasDoc 0.16.0-snapshot.
