Google Code Exporter
Google Code Exporter
``` Thanks a lot !!! I'll start with it right now. ``` Original comment by `[email protected]` on 9 Nov 2014 at 8:30
``` is it possible to do morphing using jsc3d? ``` Original comment by `[email protected]` on 30 Dec 2014 at 12:16
``` I think you need to explain a little more specifically. What do you want to achieve exactly? ``` Original comment by `[email protected]` on 26 Feb 2015 at 6:31
``` I don't think this is available in current implementation until you modify the rasterization pipeline manually. ``` Original comment by `[email protected]` on 24 Feb 2015 at 8:53
``` I see. This is a non-standard extension on binary STL file format. It is documented in this article: http://en.wikipedia.org/wiki/STL_(file_format)#Color_in_binary_STL. Current implementation does not support per-triangle color. Can you convert...
``` converting my STLs to OBJs will be very uncomfortable. The STLs are automatically generated by our PDM every time me or one of my colleagues modifies a part. i'm...
``` It requires modification of the JSC3D.Mesh structure, adding additional buffers to store per face colors. The rasterization routines must also be modified to take the color info into account....
``` Are you planning to implement this, even if it's not a standard extension of binary STL file format? ``` Original comment by `[email protected]` on 18 Dec 2014 at 2:03
``` Not yet. It is not difficult to modify the STL parser to read in extra information correctly. But it requires a lot of coding work to rewrite the rasterization...
``` If you are using Jsc3d for an educational or a public project, I can write a customized branch edition of the library with this very feature especially for your...