Class Index | File Index

Classes


Class PlyLoader


Defined in: PlyLoader.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
PlyLoader.load(source, listener)
Loads source in a background task.
<static>  
PlyLoader.parseHeader(header)
<static>  
PlyLoader.pointAttributesFromProperties(properties, forTargetBuffer)
Class Detail
PlyLoader()
Method Detail
<static> PlyLoader.load(source, listener)
Loads source in a background task. Once loading is finished, listener.finishedLoading(pointCloud) is called.
Parameters:
source
listener

<static> PlyLoader.parseHeader(header)
Parameters:
header

<static> PlyLoader.pointAttributesFromProperties(properties, forTargetBuffer)
Parameters:
properties
forTargetBuffer

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