marcoavg / jsc3d

Automatically exported from code.google.com/p/jsc3d
0 stars 0 forks source link

load multiple material file #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have a obj file and mtl file,how to load the 3d model without SceneUrl.
I have attached obj file and texture file,but its not working properly.

Original issue reported on code.google.com by prasen.b...@gmail.com on 23 Jul 2014 at 1:23

Attachments:

GoogleCodeExporter commented 9 years ago
Do you mean loading an obj without setting the startup parameter 'SceneUrl'? Of 
course, you can use the method 
viewer.replaceSceneFromUrl()(http://jsc3d.googlecode.com/svn/trunk/jsc3d/docs/sy
mbols/JSC3D.Viewer.html#replaceSceneFromUrl) instead. This very method is 
provided for loading a new model to replace the current model at runtime.

Original comment by Humu2...@gmail.com on 23 Jul 2014 at 3:52