katopz / jsc3d

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

Change object Parts #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Is it possible to change object parts (change glasses parts "lens, temple, rim" 
using menu buttons)?

What version of the product are you using? On what operating system?

Please provide any additional information below.
url: http://e-tests.gr/glasses/bmw.html

Original issue reported on code.google.com by gianni4284 on 29 Sep 2014 at 10:45

GoogleCodeExporter commented 9 years ago
It's recommended to prepare your model as a series of source files, each for a 
separate component of the model such as lens, temple, etc.  Then, instead of 
loading a single model file, you can programmingly read in all the files. To 
change some parts, just replace the corresponding files and it would be done.  
Loading multiple files into one scene requires some coding work, a detailed 
discussion can be found here 
https://code.google.com/p/jsc3d/issues/detail?id=52.

Original comment by Humu2...@gmail.com on 3 Oct 2014 at 2:52