Google Code Exporter
Google Code Exporter
``` This issue has already been fixed in https://code.google.com/p/jsc3d/source/detail?r=257 ``` Original comment by `[email protected]` on 17 Feb 2015 at 1:19
``` Yes, that's it, Hamade! I'll make a new release containing all the latest changes soon. ``` Original comment by `[email protected]` on 20 Feb 2015 at 3:16
``` I'm afraid that is unworkable. The expected inputs must be valid URLs of model files. Are you working on panoramas? Then maybe you need a professional tool like this...
``` [deleted comment] ```
``` The generation of the default progress bar is coded in this function https://code.google.com/p/jsc3d/source/browse/trunk/jsc3d/jsc3d.js#1133, where you can see its color is automatically calculated to be in contrast to the background...
``` Thanks, that's helpful :) ``` Original comment by `[email protected]` on 19 Mar 2015 at 1:15
``` My Code http://pastebin.com/5xcpthTk ``` Original comment by `[email protected]` on 16 Dec 2014 at 8:26
``` DDS is not a supported image format on most browsers. You could try to covert dds to jpg, gif or png, then modify corresponding texture references in the mtl...
``` i converted to .png and now it works the only problem i have now is that the textures doesn't load some times. ``` Original comment by `[email protected]` on 16...
``` I guess you need to check the console outputs to see whether the textures are loaded without errors. There will be a message each time an image has been...