Skip to content

Commit

Permalink
Improve JSDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Jan 25, 2024
1 parent 646da1c commit 21cd399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion M2Loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class M2Loader extends Loader {
*
* @param {ArrayBuffer} buffer - The loaded M2 data.
* @param {String} url - The URL to the M2 asset.
* @returns {THREE.Group} The parsed M2 asset.
*/
async parse( buffer, url ) {

Expand Down Expand Up @@ -3219,7 +3220,7 @@ class PivotBone extends Bone {
* onLoad callback
*
* @callback onLoad
* @param {THREE.Group} object - The result object.
* @param {THREE.Group} object - The parsed M2 asset. Add this group to your scene graph for rendering.
*/

/**
Expand Down

0 comments on commit 21cd399

Please sign in to comment.