Procházet zdrojové kódy

docs: tetrahedron type and reference

astanusic před 2 roky
rodič
revize
d301572040
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      docs/cientos/shapes/tetrahedron.md

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

@@ -4,6 +4,12 @@
 
 The `cientos` package provides a `<Tetrahedron />` 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