Class TDebugBox
Unit
CastleDebugTransform
Declaration
type TDebugBox = class(TComponent)
Description
3D box, as an X3D node, to easily visualize debug things. This is a ready construction using X3D TBoxNode, TShapeNode, TTransformNode to give you a comfortable box visualization.
This is useful in connection with your custom TDebugTransform descendants, to show an axis to visualize something.
Create it and add the Root to your X3D scene graph within some TCastleSceneCore.RootNode. You can change properties like Box at any time (before and after adding the TCastleSceneCore.RootNode to some graph).
Hierarchy
- TObject
- TPersistent
- TComponent
- TDebugBox
Overview
Methods
|
constructor Create(AOwner: TComponent); overload; override; |
|
constructor Create(const AOwner: TComponent; const AColor: TCastleColorRGB); reintroduce; overload; deprecated 'use Create(AOwner) and adjust Color property'; |
Properties
Description
Methods
|
constructor Create(AOwner: TComponent); overload; override; |
|
|
constructor Create(const AOwner: TComponent; const AColor: TCastleColorRGB); reintroduce; overload; deprecated 'use Create(AOwner) and adjust Color property'; |
Warning: this symbol is deprecated: use Create(AOwner) and adjust Color property |
Properties
|
property Box: TBox3D write SetBox; |
|
Generated by PasDoc 0.16.0.