GameMonetize Posted August 25, 2017 Share Posted August 25, 2017 I'm thrilled to announce that thanks to Ibraheem Osama we now have full support for occlusion queries: http://doc.babylonjs.com/overviews/occlusionquery meteoritool and jerome 2 Quote Link to comment Share on other sites More sharing options...
brianzinn Posted August 26, 2017 Share Posted August 26, 2017 cool. https://github.com/BabylonJS/Babylon.js/blob/master/src/Mesh/babylon.abstractMesh.ts#L11 I'm not a fan of correcting spelling, but should it not be OPTIMISTIC? Quote Link to comment Share on other sites More sharing options...
inteja Posted August 27, 2017 Share Posted August 27, 2017 It's probably just my old system but looking at the PG example, in Chrome the background is always blue and in Firefox the background is always green and sphere is never visible. Checking WebGL Report (http://webglreport.com/?v=2) my Chrome reports it doesn't support WebGL2 (even though I've set that particular experimental flag) and in Firefox it says it supports WebGL2. My system is an old Dell XPS17 with Geforce GT555M and latest drivers. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted August 28, 2017 Author Share Posted August 28, 2017 @brianzinn: Thanks! It is fixed now @inteja: Chrome always blue makes sense if you do not have a webgl2 capable computer. For Firefox: it must be a bug in the browser I guess Quote Link to comment Share on other sites More sharing options...
inteja Posted August 28, 2017 Share Posted August 28, 2017 @Deltakosh Strange that Chrome allows me to enable WebGL2 successfully and using latest nvidia drivers but I guess my old hardware just isn't up to snuff. I tried FF 54.0.1 and latest 55.0.3 (32-bit) so if it's a browser bug, it hasn't been fixed yet. I'm putting it all down to my old hardware for now. Will revisit the WebGL2 goodness when I have a new PC. Thanks. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted August 28, 2017 Author Share Posted August 28, 2017 Please keep me updated in case it is not linked to the browser Quote Link to comment Share on other sites More sharing options...
javalang Posted August 30, 2017 Share Posted August 30, 2017 Hmm, all 3 Browsers (FF,chrome,edge) are not reacting properly. Edge sometimes changes from blue to green but sphere wasn't visible, can't reproduce anymore. FF and chrome always green. Changing position of sphere from 1 to 2 causes crash on FF and chrome. ;( Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted August 30, 2017 Author Share Posted August 30, 2017 Edge is not webgl2 so it should NEVER change FF: Can you reproduce it everytime? with ff55? I'm fixing the recursion issue Quote Link to comment Share on other sites More sharing options...
Kesshi Posted September 4, 2017 Share Posted September 4, 2017 On 30.8.2017 at 7:59 PM, Deltakosh said: FF: Can you reproduce it everytime? with ff55? I can also reproduce it everytime in ff55. Background is always green and the sphere is invisible. WebGL 2 is available. It is working in Chrome on the same machine. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted September 5, 2017 Author Share Posted September 5, 2017 Seems like a bug in FF code. Can you file a bug on their bug database? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.