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

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdDistanceFromShape: TSFFloat read FFdDistanceFromShape;
Public property DistanceFromShape: Single read GetDistanceFromShape write SetDistanceFromShape;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdDistanceFromShape: TSFFloat read FFdDistanceFromShape;

Internal wrapper for property DistanceFromShape. This wrapper API may change, we advise to access simpler DistanceFromShape instead.

Public property DistanceFromShape: Single read GetDistanceFromShape write SetDistanceFromShape;
 

Generated by PasDoc 0.16.0.