katopz / jsc3d

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

About the BMW Car Module #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

 I'm working on some project which includes 3D module implementation to show cars in 3D view by changing its color, spares and graphics. Please provide if you have any documentation to change the different car module(.obj and .mtl). I tried to make the changes but am able see the car but not the actual color of the car. Kindly provide if you have any detailed documentation for the same. 

Original issue reported on code.google.com by vibranti...@gmail.com on 14 Mar 2014 at 12:49

GoogleCodeExporter commented 9 years ago
That's quite easy. Just invoke viewer's replaceSceneFromUrl() method, passing 
in the URL of the model file you want to load and it will be done. See here for 
detailed description of this method: 
http://jsc3d.googlecode.com/svn/trunk/jsc3d/docs/symbols/JSC3D.Viewer.html#repla
ceSceneFromUrl.

Original comment by Humu2...@gmail.com on 14 Mar 2014 at 4:26