Class: Parser

vox. Parser

new Parser()

Source:

Methods

parse(url) → {Promise}

戻り値のPromiseは成功するとvox.VoxelDataを返す.
Parameters:
Name Type Description
url String
Source:
Returns:
Type
Promise

parseFile(path, callback)

for node.js
Parameters:
Name Type Description
path String
callback function
Source:

parseUint8Array(uint8Array, callback)

Parameters:
Name Type Description
uint8Array Uint8Array
callback function
Source: