Skip to content

Commit

Permalink
Update builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Aug 5, 2019
1 parent 2d3b9cd commit f7e2658
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/yuka.js
Original file line number Diff line number Diff line change
Expand Up @@ -14070,6 +14070,7 @@

/**
* The centroids of the node's triangles.
* Only filled for leaf nodes.
* @type Array
*/
this.centroids = new Array();
Expand Down Expand Up @@ -14289,8 +14290,7 @@
}

/**
* Computes the split axis. Right now, only the cardinal axes
* are potential split axes.
* Splits the node and distributes node's primitives over new child nodes.
*
* @param {Number} branchingFactor - The branching factor.
* @return {BVHNode} A reference to this BVH node.
Expand Down
4 changes: 2 additions & 2 deletions build/yuka.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -14064,6 +14064,7 @@ class BVHNode {

/**
* The centroids of the node's triangles.
* Only filled for leaf nodes.
* @type Array
*/
this.centroids = new Array();
Expand Down Expand Up @@ -14283,8 +14284,7 @@ class BVHNode {
}

/**
* Computes the split axis. Right now, only the cardinal axes
* are potential split axes.
* Splits the node and distributes node's primitives over new child nodes.
*
* @param {Number} branchingFactor - The branching factor.
* @return {BVHNode} A reference to this BVH node.
Expand Down

0 comments on commit f7e2658

Please sign in to comment.