Google Code Exporter

Results 21406 comments of Google Code Exporter

``` I'm testing jsc3d for business purposes. I already wrote some code that can read color from the STL file and set it. It sort of works. I still need...

``` The solution looks good except it need to load an STL file twice. I think I misunderstood what you meant. I had thought we were talking about the non-standard...

``` I did some testing and the browser (Chrome, at least) caches the STL between the 2 requests. Per-face color sounds pretty hard to me. The STL file format defines...

``` That's it. The STL file format was designed mainly for rapid prototyping and CAM. The surface colors or materials are of less importance for this aim. ``` Original comment...

``` I am wondering what can i do to remedy the situation. It says the issue is in the jsc3d.js line 95 that sets the parameters for this.frameWidth = canvas.width;...

``` Not sure. It sounds like incorrect reference binding. How did you use the viewer instance? Have you checked whether the canvas object you passed to the viewer refered to...

``` Hi, Tjardo: Thanks a lot for reporting these! It seems you have tried to launch pages directly from local file system. On most browsers this will encounter falures of...

``` Hey, thanks. It seems that the IE implementation doesn't work online, either, sorry. Personally, I don't really mind about IE, yet this still is worth mentioning. Testing everything again...

``` It seems the error does not recur in my own test. Could you trace on which line the exception is thrown? You can use IE11's embeded console to trace...

``` Hi, Ruchir: If what you need is just a simple rotation animation, maybe the demo http://jsc3d.googlecode.com/svn/trunk/jsc3d/demos/earth.html provides a good example for how to achieve this. The key is to...