SplatOctree class final

A cloud as a tree of levels of detail. Node 0 is the root.

Constructors

SplatOctree(List<SplatOctreeNode> nodes)

Properties

hashCode → int
The hash code for this object.
no setterinherited
leafSplatCount → int
Every leaf's splats together: the whole original cloud.
final
nodes → List<SplatOctreeNode>
final
pageVersion → int
Moves every time a page is attached, so a drawer holding a cut knows the tree can now offer a finer one.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

attach(int index, SplatCloud splats) → void
Gives node index its splats, when its page arrives.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited