# Octahedron

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