Coder Social home page Coder Social logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
That's too bad. 

It looks very similar to a known issue 
http://code.google.com/p/chromium/issues/detail?id=277297. It is tested to be 
relevant to some incorrect optimization for nested loops in V8 javascript 
engine for Chrome 29 and above, which internally results in an 
EXC_BAD_ACCESS/KERN_PROTECTION_FAILURE error and makes the browser crash down.

A guy from the Chromium team told me that the problem does not recur on early 
built of Chrome 32. They are working on to fix this bug in future release.

For now, you could try jsc3d's (experimental) webgl rendering backend to avoid 
this problem. 

To achieve this, first download the latest jsc3d.js 
http://jsc3d.googlecode.com/svn/trunk/jsc3d/jsc3d.js and jsc3d.webgl.js 
http://jsc3d.googlecode.com/svn/trunk/jsc3d/jsc3d.webgl.js from the repository 
and include them in your application page.

Then, enable webgl rendering using an currently undocumented startup parameter 
'Renderer' before initialization of the viewer instance:

  ...
  viewer3d.setParameter('Renderer', 'webgl');
  ...

By setting this, jsc3d will try to launch its webgl accelerated rendering 
backend to replace the traditional software rendering routine where webgl is 
available. It's harmless for browsers which do not support webgl.

I modified your demo using the method mentioned above and it seems to work fine 
in my own test. You can get it in the attacment.

Jsc3d's webgl support is still very experimental at this moment. You are 
welcome to submit issues if you have problem using it.

Original comment by [email protected] on 12 Nov 2013 at 4:44

Attachments:

from jsc3d.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
Thanks a lot for your support.
I will make many tests and so I will report you if I have any problem with 
webgl.
Great library by the way.

Original comment by [email protected] on 12 Nov 2013 at 5:52

from jsc3d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.