hw3web Posted August 10, 2015 Share Posted August 10, 2015 Hi there is it only me - I find it so annoying when all that you do work and show different depend of browser - I thought HTML5 will be cross- platform what you see ? Quote Link to comment Share on other sites More sharing options...
reddozen Posted August 10, 2015 Share Posted August 10, 2015 You need to report it to Chrome, or whomever's browser isn't working right. This is a bug in the browser. Looks like you have backface culling on for Chrome and not for FireFox. Are you specifically specifying for it in your code? One browser may default for it to be on or off. Quote Link to comment Share on other sites More sharing options...
iiceman Posted August 11, 2015 Share Posted August 11, 2015 Maybe show us a playground so that we can confirm the issue. Quote Link to comment Share on other sites More sharing options...
hw3web Posted August 11, 2015 Author Share Posted August 11, 2015 http://playground.babylonjs.com/#1VOQP6#6 Quote Link to comment Share on other sites More sharing options...
iiceman Posted August 11, 2015 Share Posted August 11, 2015 Well, the good news is: for me it's the same in chrome and firefox. The bad news is it seems broken in both browsers My console gets me a cross origin error. Did you try loading that cube "the normal way"? I mean from the same webserver and not with inline an inline definition? Quote Link to comment Share on other sites More sharing options...
RaananW Posted August 11, 2015 Share Posted August 11, 2015 I am not sure what the problem is. This texture has a transparent cloud, which is shown there. back face culling is off, so you can't see inside, and cross-origin policies prevent the scene from being loaded correctly... so: http://playground.babylonjs.com/#1VOQP6#16 , this works somehow :-) also on both firefox 38 and 39. they might had an erroe with alpha in firefox 37 which they obviously fixed. 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.