Class TWindPhysicsModelNode
Unit
X3DNodes
Declaration
type TWindPhysicsModelNode = class(TAbstractParticlePhysicsModelNode)
Description
No description available, ancestor TAbstractParticlePhysicsModelNode description follows
No description available, ancestor TAbstractNode description follows
Base X3D node that can have some metadata.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
Properties
|
property FdDirection: TSFVec3f read FFdDirection; |
Internal wrapper for property Direction. This wrapper API may change, we advise to access simpler Direction instead.
|
|
property Direction: TVector3 read GetDirection write SetDirection; |
|
|
property FdGustiness: TSFFloat read FFdGustiness; |
Internal wrapper for property Gustiness. This wrapper API may change, we advise to access simpler Gustiness instead.
|
|
property Gustiness: Single read GetGustiness write SetGustiness; |
|
|
property FdSpeed: TSFFloat read FFdSpeed; |
Internal wrapper for property Speed. This wrapper API may change, we advise to access simpler Speed instead.
|
|
property Speed: Single read GetSpeed write SetSpeed; |
|
|
property FdTurbulence: TSFFloat read FFdTurbulence; |
Internal wrapper for property Turbulence. This wrapper API may change, we advise to access simpler Turbulence instead.
|
|
property Turbulence: Single read GetTurbulence write SetTurbulence; |
|
Generated by PasDoc 0.16.0.