Unit CastleTransformManipulate

Description

Select, manipulate (move, rotate, scale) and visualize hovering over TCastleTransform instances. Use this unit to implement 3D editing operations in your application.

Source: scene/castletransformmanipulate.pas (line 19).

Uses

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
  • mmSelect
  • mmTranslate
  • mmRotate
  • mmScale

Source: scene/castletransformmanipulate.pas (line 51).

Variables

ColorHover: TCastleColor;

Hover and selection colors. They have reasonable defaults, but you can change them if you want.

Source: scene/castletransformmanipulate.pas (line 232).

ColorSelected: TCastleColor;

Hover and selection colors. They have reasonable defaults, but you can change them if you want.

Source: scene/castletransformmanipulate.pas (line 232).


Generated by PasDoc 0.17.0.snapshot.