Explorar o código

docs: tetrahedron type and reference

astanusic %!s(int64=2) %!d(string=hai) anos
pai
achega
d301572040
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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