Example_Models
Description
Full source code is included in the Tinman 3D SDK download. |
This example contains some methods for construction 3D models.
Public / Methods
BuildBoundingCylinderGizmo
Builds a 3D gizmo for a picked bounding cylinder.
The gizmo contains three parts:
-
The bounding cylinder, built with ISpatialBounds.Cylinder and BuildCylinder.
-
The pick ray, created with BuildRayWithTwoSegments.
-
The model vertices as a point soup, created with BuildPointSoupFromModelVertices.