Explorar el Código

docs: circle type and reference

astanusic hace 2 años
padre
commit
6fd7153e5b
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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