Google Code Exporter
Google Code Exporter
``` Thanks a lot for the prompt reply. Really appreciate it Have converted the color string to number and the code now works. For newbies - to convert colour string...
``` [deleted comment] ```
``` Also, need to know how to save the same object with the new selected color. POONAM BATHIJA Programming Head Perfection. Our only endeavour. Thatzit www.thatzit.com ``` Original comment by...
``` Thanks for posting your code snippet! I'm using this to do the conversion: parseInt('0x' + colorString.substring(1)); It outputs the same result :-) Saving is NOT supported, though it can...
``` Can you help me in writing the code for exporting/saving the new colour changed object to .obj or .fbx file. as I am not able to do it. POONAM...
``` I'll send you a message though email. Please check it there. ``` Original comment by `[email protected]` on 14 Feb 2014 at 11:37
``` * ITS Z axis ``` Original comment by `[email protected]` on 9 May 2014 at 3:25
``` Jsc3d does not support interactive rotation of parts of the scene directly. If you want to implement it programmingly ... well, it can be done in a tricky and...
``` Thanks for the reply! I actually only have one object, so rotating the scene is fine - my problem is not understanding how to rotate the scene x,y,z such...
``` Yes of course. You should maintain a matrix for each mesh that is to be rotated individually. It should not be a difficulty since JavaScript is a smart language....