Module bevy_gizmos::primitives::dim3
source · Expand description
A module for rendering each of the 3D bevy_math::primitives
with Gizmos
.
Structs§
- Builder for configuring the drawing options of
Capsule3d
. - Builder for configuring the drawing options of
Cone
. - Builder for configuring the drawing options of
ConicalFrustum
. - Builder for configuring the drawing options of
Cylinder
. - Builder for configuring the drawing options of
Plane3d
. - Builder for configuring the drawing options of
Torus
.
Traits§
- A trait for rendering 3D geometric primitives (
P
) withGizmos
.