Skip to content
On this page

Materials

Material components are simply passed to the corresponding mesh.

Usage

template
<Mesh>
  <MeshBasicMaterial color="red" />
  <BoxGeometry />
</Mesh>
template
<Points>
  <PointsMaterial color="blue" />
  <SphereGeometry />
</Points>
template
<LineSegments>
  <LineBasicMaterial color="black" />
  <PlaneGeometry />
</LineSegments>

Available materials

The following materials are supported:

Released under the MIT License.