Class PlyBinaryWorker
Defined in: PlyLoaderWorker.js.
Constructor Attributes | Constructor Name and Description |
---|---|
A worker thread class that loads data from ply files in the background.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
PlyBinaryWorker.load(source)
|
<static> |
PlyBinaryWorker.loadFromAscii(plyFile)
|
<static> |
PlyBinaryWorker.loadFromBinary(plyFile)
|
<static> |
PlyBinaryWorker.loadFromBuffer(buffer)
|
<static> |
PlyBinaryWorker.loadFromFile(source)
|
<static> |
PlyBinaryWorker.loadFromUrl(source)
|
Class Detail
PlyBinaryWorker()
A worker thread class that loads data from ply files in the background.
Method Detail
<static>
PlyBinaryWorker.load(source)
- Parameters:
- source
<static>
PlyBinaryWorker.loadFromAscii(plyFile)
- Parameters:
- plyFile
<static>
PlyBinaryWorker.loadFromBinary(plyFile)
- Parameters:
- plyFile
<static>
PlyBinaryWorker.loadFromBuffer(buffer)
- Parameters:
- buffer
<static>
PlyBinaryWorker.loadFromFile(source)
- Parameters:
- source
<static>
PlyBinaryWorker.loadFromUrl(source)
- Parameters:
- source