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.

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

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.