1
edit
Changes
no edit summary
[http://www.fastscan3d.com/download/samples/ OBJ Sample Files]<br />
-->
===Parser Interface===
<pre>
/*
"onstart"
"onparse"
"onfinish"
@param {String} eventName
@param {Function} func
*/
addEventListener(eventName, func)
/*
@param {String} Path to resource
*/
load(path)
/*
Returns the version of this parser
@returns {String} parser version
*/
getVersion()
/*
*/
getNumParsedPoints()
/*
*/
getNumTotalPoints()
/*
@returns {Number} value from 0 to 1
*/
getProgress()
/*
*/
getFileSize()
</pre>
===Performance Issue Ideas===