OctreeHelper
Extends:
three~Group → OctreeHelper
An octree helper.
Constructor Summary
| Public Constructor | ||
| public |
constructor(octree: Tree) Constructs a new octree helper. |
|
Member Summary
| Public Members | ||
| public |
octree: Tree The octree. |
|
| Protected Members | ||
| protected |
The name of this object. |
|
Method Summary
| Public Methods | ||
| public |
dispose() Destroys this helper. |
|
| public |
update() Updates the helper geometry. |
|
Public Constructors
public constructor(octree: Tree) source
Constructs a new octree helper.
Params:
| Name | Type | Attribute | Description |
| octree | Tree |
|
An octree. |
