Selaa lähdekoodia

docs: icosahedron type and reference

astanusic 2 vuotta sitten
vanhempi
commit
030c28ba29
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      docs/cientos/shapes/icosahedron.md

+ 5 - 0
docs/cientos/shapes/icosahedron.md

@@ -4,6 +4,11 @@
 
 
 The `cientos` package provides a `<Icosahedron />` component that serves as a short-cut for a `IcosahedronGeometry` and a `MeshBasicMaterial` with a `Mesh` object.
 The `cientos` package provides a `<Icosahedron />` component that serves as a short-cut for a `IcosahedronGeometry` and a `MeshBasicMaterial` with a `Mesh` object.
 
 
+```typescript
+args: [radius: number, detail: number]
+```
+reference: [IcosahedronGeometry](https://threejs.org/docs/?q=ico#api/en/geometries/IcosahedronGeometry)
+
 ## Usage
 ## Usage
 
 
 ```html
 ```html