Class Index | File Index

Classes


Class JSC3D.ObjLoader

ObjLoader This class implements a scene loader from a wavefront obj file.
Defined in: jsc3d.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
JSC3D.ObjLoader(onload, onerror, onprogress, onresource)
Method Summary
Method Attributes Method Name and Description
 
loadFromUrl(urlName)
Load scene from a given obj file.
Class Detail
JSC3D.ObjLoader(onload, onerror, onprogress, onresource)
Parameters:
onload
onerror
onprogress
onresource
Method Detail
loadFromUrl(urlName)
Load scene from a given obj file.
Parameters:
{String} urlName
a string that specifies where to fetch the obj file.

Documentation generated by JsDoc Toolkit 2.1.0 on Sat Oct 13 2012 19:21:53 GMT+0800 (CST)