Open GoogleCodeExporter opened 9 years ago
and i want to load a Modle.obj and change its texture ,
Original comment by anasv...@gmail.com
on 4 Jul 2014 at 12:48
In this case, you need to use the loader objects manually (for obj files, the
right loader is JSC3D.ObjLoader) to load each files. When done, construct a new
scene object and add the loaded stuff into it. Then call viewer.replaceScene()
with the scene object and it will be ok.
I guess this discussion will be helpful:
http://code.google.com/p/jsc3d/issues/detail?id=52.
Original comment by Humu2...@gmail.com
on 4 Jul 2014 at 2:45
Original issue reported on code.google.com by
anasv...@gmail.com
on 4 Jul 2014 at 12:31