Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
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)
Class Detail
POCLoader()

Author: Markus Sch�tz.
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

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Jun 09 2013 12:38:11 GMT+0200 (CEST)