Class TViewpointMirrorNode
Unit
Declaration
type TViewpointMirrorNode = class(TAbstractNode)
Description
Viewpoint for making reflections on flat objects. See https://castle-engine.io/x3d_extensions_mirror_plane.php .
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TViewpointMirrorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdDistanceFromShape: TSFFloat read FFdDistanceFromShape; |
![]() |
property DistanceFromShape: Single read GetDistanceFromShape write SetDistanceFromShape; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
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. |
![]() |
property DistanceFromShape: Single read GetDistanceFromShape write SetDistanceFromShape; |
Generated by PasDoc 0.16.0.