Module three_d::renderer::geometry

source ·
Expand description

A collection of geometries implementing the Geometry trait.

A geometry together with a material can be rendered directly, or combined into an object (see Gm) that can be used in a render call, for example RenderTarget::render.

Structs§

Enums§

  • A CPU-side version of a geometry.
  • An array of indices. Supports different data types.
  • An array of positions. Supports f32 and f64 data types.

Traits§