Method GenerateOctree
GenerateOctree(uint, int, double)
Generate a loose octree from the given sub-tree
Declaration
public uint GenerateOctree(uint occurrence, int maxDepth = 5, double looseFactor = 2)
Parameters
Type | Name | Description |
---|---|---|
uint | occurrence | Root occurrence of the sub-tree |
int | maxDepth | Defines the depth maximum of the octree |
double | looseFactor | Defines the loose factor of the octree |
Returns
Type | Description |
---|---|
uint |