# Dodecahedron

The `cientos` package provides a `` component that serves as a short-cut for a `DodecahedronGeometry` and a `MeshBasicMaterial` with a `Mesh` object.
```typescript
args: [radius: number, detail: number]
```
Reference: [DodecahedronGeometry](https://threejs.org/docs/?q=dode#api/en/geometries/DodecahedronGeometry)
## Usage
```html
// Dodecahedron with a custom material transformations
```