Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Thanks a lot, it helps! ``` Original comment by `[email protected]` on 29 Jul 2014 at 7:01

``` Actually I tried to change the diffuse color to green, it didn't work. Then I found out that for whatever color I changed, it will automatically be black. Now...

``` You should not just change the diffuse color of an existing material but create a new material with the required diffuse color and set it to the mesh. Please...

``` I didn't use the correct format for color, Thanks a lot! ``` Original comment by `[email protected]` on 31 Jul 2014 at 4:11

``` Hi there again, I've finished adding ground plane to the model and other related stuff. Again thanks for your help. It works very well locally. However, when I tried...

``` and i want to load a Modle.obj and change its texture , ``` Original comment by `[email protected]` 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...

``` As in its implementation, Jsc3d meeds the file extension name to identify type of a data file and selects a proper loader for it. See http://code.google.com/p/jsc3d/source/browse/trunk/jsc3d/jsc3d.js#975 and http://code.google.com/p/jsc3d/source/browse/trunk/jsc3d/jsc3d.js#4846 for...

``` Thank. I config routing format: 'http://example.com/models/ptero.obj' and this return stream. It's work ``` Original comment by `[email protected]` on 16 Jul 2014 at 10:46

``` The function is here. You can add it into jsc3d.js: /** * Get current rotation angles around X, Y and Z axis. */ JSC3D.Viewer.prototype.getRotationAngles = function() { var angles...