1
0
Эх сурвалжийг харах

docs: cone type and reference

astanusic 2 жил өмнө
parent
commit
b6a2e9f71a

+ 14 - 0
docs/cientos/shapes/cone.md

@@ -4,6 +4,20 @@
 
 
 The `cientos` package provides a `<Cone />` component that serves as a short-cut for a `ConeGeometry` and a `MeshBasicMaterial` with a `Mesh` object.
 The `cientos` package provides a `<Cone />` component that serves as a short-cut for a `ConeGeometry` and a `MeshBasicMaterial` with a `Mesh` object.
 
 
+```typescript
+args: [
+         radius: number,
+         height: number,
+         radialSegments: number,
+         heightSegments: number,
+         openEnded: boolean,
+         thetaStart: number,
+         thetaLength: number
+       ]
+```
+reference: [ConeGeometry](https://threejs.org/docs/?q=cone#api/en/geometries/ConeGeometry)
+
+
 ## Usage
 ## Usage
 
 
 ```html
 ```html