Browse Source

docs: dodecahedron type and reference

astanusic 2 years ago
parent
commit
36eac6bc0f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docs/cientos/shapes/dodecahedron.md

+ 6 - 0
docs/cientos/shapes/dodecahedron.md

@@ -4,6 +4,12 @@
 
 
 The `cientos` package provides a `<Dodecahedron />` component that serves as a short-cut for a `DodecahedronGeometry` and a `MeshBasicMaterial` with a `Mesh` object.
 The `cientos` package provides a `<Dodecahedron />` 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
 ## Usage
 
 
 ```html
 ```html