Class PlyLoader
Defined in: PlyLoader.js.
Constructor Attributes | Constructor Name and Description |
---|---|
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)
|
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