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