Class TViewpointMirrorNode
Unit
X3DNodes
Declaration
type TViewpointMirrorNode = class(TAbstractNode)
Description
Viewpoint for making reflections on flat objects. See https://castle-engine.io/x3d_extensions_mirror_plane.php .
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
Properties
 |
property FdDistanceFromShape: TSFFloat read FFdDistanceFromShape; |
Internal wrapper for property DistanceFromShape . This wrapper API may change, we advise to access simpler DistanceFromShape instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property DistanceFromShape: Single read GetDistanceFromShape write SetDistanceFromShape; |
|
Generated by PasDoc 0.16.0.