Sfoglia il codice sorgente

docs: dodecahedron type and reference

astanusic 2 anni fa
parent
commit
36eac6bc0f
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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.
 
+```typescript
+args: [radius: number, detail: number]
+```
+reference: [DodecahedronGeometry](https://threejs.org/docs/?q=dode#api/en/geometries/DodecahedronGeometry)
+
+
 ## Usage
 
 ```html