Skip to content

Commit

Permalink
fix(cientos): cone props
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Mar 6, 2023
1 parent aa7361b commit 5f20368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cientos/src/core/Cone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export interface ConeProps extends TresObject {
/**
* The radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength of the cone.
* @default [1, 1, 12, false, 0, Math.PI * 2]
* @type {number[]}
* @type {any[]}
* @memberof ConeProps
* @see https://threejs.org/docs/#api/en/geometries/ConeGeometry
*/
args?: [number, number, number, boolean, number, number]
args?: [number, number, number, boolean?, number?, number?]
/**
* The color of the cone.
* @default 0xffffff
Expand Down

0 comments on commit 5f20368

Please sign in to comment.