Re: [osg-users] Announcing osg.js

2011-02-23 Thread Neil Neilson
Hi Cedric Very interesting project. I have Firefox 4.0 Beta 11 and tried several of the Demo apps but just get this error: Could not initialise WebGL Does something need to be set in the browser? Neil -- Read this topic online here:

Re: [osg-users] Announcing osg.js

2011-02-23 Thread Cedric Pinson
Hi, Try those link to enable webgl. http://www.khronos.org/webgl/wiki/Getting_a_WebGL_Implementation Note that on chromium webgl is enable by default Cedric On Wed, 2011-02-23 at 17:06 +0100, Neil Neilson wrote: Hi Cedric Very interesting project. I have Firefox 4.0 Beta 11 and tried

Re: [osg-users] Announcing osg.js

2011-02-23 Thread Jason Daly
On 02/23/2011 11:35 AM, Cedric Pinson wrote: Hi, Try those link to enable webgl. http://www.khronos.org/webgl/wiki/Getting_a_WebGL_Implementation Note that on chromium webgl is enable by default Cedric On Wed, 2011-02-23 at 17:06 +0100, Neil Neilson wrote: Hi Cedric Very interesting

Re: [osg-users] Announcing osg.js

2011-02-23 Thread Cedric Pinson
Hi, Yeah but I know they blacklist some drivers version even on nvidia because of bug in OpenGL drivers... Maybe you have to enable it manually if you are on this case. Cedric On Wed, 2011-02-23 at 13:02 -0500, Jason Daly wrote: On 02/23/2011 11:35 AM, Cedric Pinson wrote: Hi, Try those

Re: [osg-users] Announcing osg.js

2011-02-20 Thread Cedric Pinson
Sure, Do the lift you want and send me back your update I will be happy to look at it and report it back on osg.js Cheers, Cedric On Sat, 2011-02-19 at 19:29 +0100, Martin Scheffler wrote: Very awesome! I'm especially interested in the JS side - I've just been looking for a javascript

Re: [osg-users] Announcing osg.js

2011-02-19 Thread Martin Scheffler
Very awesome! I'm especially interested in the JS side - I've just been looking for a javascript linear algebra library to use with my own project (http://www.sourceforge.net/apps/mediawiki/delta3d-extras/index.php?title=DtEntity) Mind if I lift your vector, matrix and quat classes? I've

[osg-users] Announcing osg.js

2011-02-18 Thread Cedric Pinson
Hi, I am actually working on WebGL and I started to write a subset of OpenSceneGraph in javascript to use with new WebGL extension in browser. The project is young and needs people to test/try contribute. But it's here and I hope it will helps people who wants to make opengl application on the web