Kaynağa Gözat

docs: tetrahedron type and reference

astanusic 2 yıl önce
ebeveyn
işleme
d301572040
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  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.
 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
 ## Usage
 
 
 ```html
 ```html