webgl - render OBJ file using THREE.OBJLoader -


how render obj file using three.objloader method, i've sample obj format won't render nor see error in chrome dev tool

check out objloader usage sample @ https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_obj.html#l75

(in action http://mrdoob.github.com/three.js/examples/webgl_loader_obj.html )

var loader = new three.objloader(); loader.load( objurl, function ( object ) {   scene.add( object ); } ); 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -