OctreeHelper constructor

OctreeHelper(
  1. Octree octree, [
  2. int color = 0xffff00
])

Implementation

OctreeHelper(this.octree, [this.color = 0xffff00]):super(BufferGeometry(),LineBasicMaterial.fromMap({'color': color, 'toneMapped': false})){
  type = 'OctreeHelper';
  update();
}