Overview
/
KCL Standard Library
/
Types
/
view::Orientation

view::OrientationType in std::view

WARNING: This type is experimental and may change or be removed.

A standard camera orientation for a named view.

The six axis-aligned orientations name the side of the model the camera looks at; Isometric is the standard three-quarter view.

Variants

VariantDescription
FrontThe camera looks at the front of the model.
BackThe camera looks at the back of the model.
LeftThe camera looks at the left side of the model.
RightThe camera looks at the right side of the model.
TopThe camera looks down at the top of the model.
BottomThe camera looks up at the bottom of the model.
IsometricThe standard three-quarter view, showing three faces of the model at once.