Explorar el Código

docs: dodecahedron type and reference

astanusic hace 2 años
padre
commit
36eac6bc0f
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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