ModelWidgetFlags

Description

[Flags]
enum Tinman.AddOns.Widgets.ModelWidgetFlags

Full source code is included in the Tinman 3D SDK download.

Enumeration of ModelWidget flags.

Public / Constants

None

public constant None → (0:int32)

No flags.

ShowBoundingBox

public constant ShowBoundingBox → (1:int32)

Show bounding box of model?

ShowBoundingSphere

public constant ShowBoundingSphere → (2:int32)

Show bounding sphere of model?

ShowCoordinateAxes

public constant ShowCoordinateAxes → (4:int32)

Show the coordinate axes model?

ShowGround

public constant ShowGround → (8:int32)

Show ground model?

ShowLighting

public constant ShowLighting → (16:int32)

Apply lighting to model?

ShowNormals

public constant ShowNormals → (32:int32)

Render normal vectors of model?

ShowOctree

public constant ShowOctree → (64:int32)

Show the underlying octree of the model?

ShowWireframe

public constant ShowWireframe → (128:int32)

Render wireframe of model?

All

public constant All → (255:int32)

All flags.