BvhClient
BvhClient
A convenience class to work with BVH leaf nodes
Kind: global class
- BvhClient
- .bounds :
Array.<number> - .link(tree, data)
- .resize(x0, y0, z0, x1, y1, z1)
- .bounds :
bvhClient.bounds : Array.<number>
Kind: instance property of BvhClient
Read only: true
bvhClient.link(tree, data)
Kind: instance method of BvhClient
| Param | Type | Description |
|---|---|---|
| tree | BVH | |
| data | number | Must be a uint32 |
bvhClient.resize(x0, y0, z0, x1, y1, z1)
Kind: instance method of BvhClient
| Param | Type |
|---|---|
| x0 | number |
| y0 | number |
| z0 | number |
| x1 | number |
| y1 | number |
| z1 | number |