Icosahedron
Icosahedron
is a primitive object that creates a icosahedron.
Syntax
<Icosahedron />
Parameters
All objects share the same base parameters from ComponentObjectProps
.
Name | Type | Description |
---|---|---|
radius | number | The radius of the icosahedron. |
detail | number | The detail of the icosahedron. |
bloom | boolean | Whether use bloom effect. |
color | ColorType | The base color. |
material | ObjectMaterialMix | The material. |
Example
<Icosahedron radius={1} detail={0} color="red" />
Available on: Client Server