Class TBackgroundNode
Unit
X3DNodes
Declaration
type TBackgroundNode = class(TAbstractBackgroundNode)
Description
3D background of a scene, comprised of sky and ground colors (gradients) and optional six textures (skybox).
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
Properties
 |
property FdBackUrl: TMFString read FFdBackUrl; |
|
|
 |
property FdBottomUrl: TMFString read FFdBottomUrl; |
|
|
 |
property FdFrontUrl: TMFString read FFdFrontUrl; |
|
|
 |
property FdLeftUrl: TMFString read FFdLeftUrl; |
|
|
 |
property FdRightUrl: TMFString read FFdRightUrl; |
|
|
Generated by PasDoc 0.14.0.
|