Skip to content

Commit

Permalink
docs: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnsgn committed Jul 7, 2024
1 parent 95217ef commit a3c233a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const tmp = [0, 0, 0];
*/

/**
* @typedef {Object} Options
* @typedef {object} Options
* @property {number} [latSegments=64] Number of latitudinal segments.
* @property {number} [lngSegments=64] Number of longitudinal segments.
* @property {number} [rx=2] Radius in the x direction.
Expand All @@ -16,7 +16,7 @@ const tmp = [0, 0, 0];
*/

/**
* @typedef {Object} SimplicialComplex Geometry definition.
* @typedef {object} SimplicialComplex Geometry definition.
* @property {vec3[]} positions
* @property {vec3[]} normals
* @property {vec3[]} uvs
Expand Down

0 comments on commit a3c233a

Please sign in to comment.