Cedric Pinson

Results 6 issues of Cedric Pinson

I am not enthusiast to give full access to an app, Do you think it would be possible to instead use an App folder in which you could read/write the...

We should not cache program in gizmo/shape as it's done right now. It does not permit to handle multiple osgjs/webgl context on the same page. see comments in the workaround...

The way we define prototype override the constructor of Object, to avoid that we should replace the objectLibraryClass with a version that use the fonction constructor. This way we could...

Improvement

I dont know exactly how, but after optimizing multiple shaders, the optimizer return " " without error. you can reproduce the issue with this url http://osgjs.org/examples/pbr/?GLSLOptimizer=1 There are extra info...

GET blob:https%3A//MyDomain.com/ae60ab73-3442-4b75-b8d6-64746307557c 404 (Not Found) gli.all.js:747 stack: util.clone gli.all.js:747 ResourceVersion.pushCall gli.all.js:3470 Texture.setCaptures.gl.texImage2D

I tried to add the following configuration in my .jshintrc but it does not work. jshint still hightlight with define is not defined ``` "globals" : { "define" : true,...