Class POCLoader
Loads mno files and returns a PointcloudOctree
for a description of the mno binary file format, read mnoFileFormat.txt
Defined in: POCLoader.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
POCLoader.createChildAABB(aabb, childIndex)
creates an aabb that covers the area of the childnode at childIndex
|
<static> |
POCLoader.load(file, loadingFinishedListener)
|
<static> |
POCLoader.loadPointAttributes(mno)
|
Method Detail
<static>
{AABB}
POCLoader.createChildAABB(aabb, childIndex)
creates an aabb that covers the area of the childnode at childIndex
- Parameters:
- aabb
- aabb of the parent
- childIndex
- index of the childs region
- Returns:
- {AABB}
<static>
POCLoader.load(file, loadingFinishedListener)
- Parameters:
- file
- the xml mno file
- loadingFinishedListener
- executed after loading the binary has been finished
- Returns:
- a point cloud octree with the root node data loaded. loading of descendants happens asynchronously when they're needed
<static>
POCLoader.loadPointAttributes(mno)
- Parameters:
- mno