Skip to content

Commit

Permalink
API documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Sep 25, 2024
1 parent 260b66c commit 7d22e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/LASLoaderPlugin/LASLoaderPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ class LASLoaderPlugin extends Plugin {
* @param {String} [params.src] Path to a LAS file, as an alternative to the ````las```` parameter.
* @param {ArrayBuffer} [params.las] The LAS file data, as an alternative to the ````src```` parameter.
* @param {Boolean} [params.loadMetadata=true] Whether to load metadata for the LAS model.
* @param {Boolean} [params.rotateX=false] Whether to rotate the LAS point positions 90 degrees. This is done to each point as it's loaded.
* @param {Number[]} [params.origin=[0,0,0]] The model's World-space double-precision 3D origin. Use this to position the model within xeokit's World coordinate system, using double-precision coordinates.
* @param {Number[]} [params.position=[0,0,0]] The model single-precision 3D position, relative to the ````origin```` parameter.
* @param {Number[]} [params.scale=[1,1,1]] The model's scale.
Expand Down

0 comments on commit 7d22e90

Please sign in to comment.