Module dim3

Source
Expand description

A module for rendering each of the 3D bevy_math::primitives with GizmoBuffer.

Structs§

Capsule3dBuilder
Builder for configuring the drawing options of Capsule3d.
Cone3dBuilder
Builder for configuring the drawing options of Cone.
ConicalFrustum3dBuilder
Builder for configuring the drawing options of ConicalFrustum.
Cylinder3dBuilder
Builder for configuring the drawing options of Cylinder.
Plane3dBuilder
Builder for configuring the drawing options of Plane3d.
Torus3dBuilder
Builder for configuring the drawing options of Torus.

Traits§

GizmoPrimitive3d
A trait for rendering 3D geometric primitives (P) with GizmoBuffer.