Methods
-
parse(url) → {Promise}
-
戻り値のPromiseは成功するとvox.VoxelDataを返す.
Parameters:
Name Type Description url
String Returns:
- Type
- Promise
-
parseFile(path, callback)
-
for node.js
Parameters:
Name Type Description path
String callback
function -
parseUint8Array(uint8Array, callback)
-
Parameters:
Name Type Description uint8Array
Uint8Array callback
function