Unit CastleTransformManipulate
Functions and Procedures
Constants
Description
Select, manipulate (move, rotate, scale) and visualize hovering over TCastleTransform instances. Use this unit to implement 3D editing operations in your application.
Uses
- Classes
- SysUtils
- Contnrs
- Generics.Collections
- CastleColors
- CastleVectors
- CastleVectorsInternalSingle
- CastleTransform
- CastleDebugTransform
- CastleScene
- CastleCameras
- CastleTriangles
- CastleUtils
- CastleClassUtils
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class TCastleTransformHover |
Visualize the TCastleTransform we hover over (to visualize what would be selected by clicking). |
Class TCastleTransformManipulate |
Allow to select, move, rotate, scale a group of TCastleTransform instances. |
Types
TManipulateMode = (...); |
Variables
ColorHover: TCastleColor; |
ColorSelected: TCastleColor; |
Description
Types
TManipulateMode = (...); |
Mode of operation for TCastleTransformManipulate.Mode. Values
|
Variables
ColorHover: TCastleColor; |
Hover and selection colors. They have reasonable defaults, but you can change them if you want. |
ColorSelected: TCastleColor; |
Hover and selection colors. They have reasonable defaults, but you can change them if you want. |
Generated by PasDoc 0.16.0-snapshot.