Google Code Exporter
Google Code Exporter
``` another question: If the obj,stl file is very big,there will be a long loading time,what if the same obj or stl file is insteaded by the mesheds that was...
``` Indeed, obj and stl are not compact data format. But I don't think moving data to be embeded in page could reduce the loading time significantly. To improve the...
``` And if viewed by sketup, it is as follows ``` Original comment by `[email protected]` on 27 Aug 2014 at 1:10 Attachments: - [Front_View.JPG](https://storage.googleapis.com/google-code-attachments/jsc3d/issue-107/comment-1/Front_View.JPG) - [Top_View.JPG](https://storage.googleapis.com/google-code-attachments/jsc3d/issue-107/comment-1/Top_View.JPG)
``` OBJ files contain faces only. The edge lines must have been discarded when being exported to objs. Perhaps you can specify the render mode to 'wireframe' to draw your...
``` I understand. Thank ``` Original comment by `[email protected]` on 28 Aug 2014 at 2:39
``` Do you mean taking screenshots? That's easy. Use canvas.toDataURL() to turn the render result to data URI and export it as an image. This discussion http://code.google.com/p/jsc3d/issues/detail?id=55 porides a very...
``` This feature is not contained in release 1.6.5. You can get the latest stable edition from the svn repository and use it instead. I'll publish a new release package...
``` From where i will be able to download the latest version,can you provide the link? ``` Original comment by `[email protected]` on 18 Aug 2014 at 1:32
``` Please check it out from the svn repository: http://code.google.com/p/jsc3d/source/checkout. Or if you just need the latest jsc3d.js, here is the direct link: http://jsc3d.googlecode.com/svn/trunk/jsc3d/jsc3d.js. ``` Original comment by `[email protected]` on...
``` I am using this code for turn off background ,but its not working viewer.setParameter('Background', 'off'); ``` Original comment by `[email protected]` on 19 Aug 2014 at 8:12