Преглед изворни кода

docs: circle type and reference

astanusic пре 2 година
родитељ
комит
6fd7153e5b
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      docs/cientos/shapes/circle.md

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

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