PBR Material not working on Tablet

@Evgeni_Popov

on WebGl 1:

on WebGl 2:

@sebavan

on WebGl 1:

on WebGl 2:

No worries with WebGL1 for now, lets try only those with webgl2:

Case1: https://playground.babylonjs.com/#2FDQT5#1105
Case2: https://playground.babylonjs.com/#2FDQT5#1106
Case3: https://playground.babylonjs.com/#2FDQT5#1107
Case4: https://playground.babylonjs.com/#2FDQT5#1108

This probably I hope the one before last to identify the culprit :slight_smile:

Case 1 - not working

Case 2 - working

Case 3 - working

Case 4 - working

I hope we getting closer and reach and Island :slight_smile:

Yup, it looks like “const in” is not supported on your device (despite being fully specified and working everywhere else…)

Let s now check if “out” is working (only webgl 2 as well):

https://playground.babylonjs.com/#2FDQT5#1110

And if “in” alone is working to isolate const:

https://playground.babylonjs.com/#2FDQT5#1111

Then I ll try to automate in the full PBR the solutions to see if that works.

https://playground.babylonjs.com/#2FDQT5#1110

is working

https://playground.babylonjs.com/#2FDQT5#1111

is working

Holly molly sounds like we might have our culprit !!!

I ll create some new tests ASAP to remove the const keyword and see what happens :slight_smile:

3 Likes

ok so no const is not a big deal! I’m glad!

So @Snoopy lets try this one back https://playground.babylonjs.com/#2FDQT5#1113

and lets see if it is the only issue…

Crossing fingers :slight_smile:

1 Like

Hell yeah so lets try harder :slight_smile:

https://playground.babylonjs.com/#2FDQT5#1114

this should look like

If that work, we fully know the culprit and I ll push a fix ASAP

orrrrrrr i am happy right now - you did it :slight_smile:

Glad it works out lets try a last version just in case :slight_smile:

https://playground.babylonjs.com/#2FDQT5#1115

I promise it is the last one and then couple hours after your answer @Snoopy you should find the fix deployed.

good

Perfect the new version will be up in a couple hours :slight_smile:

1 Like

Should be all good by now on all pbr playgrounds :slight_smile: Let us know if you still have issues.

2 Likes

Can i download last this version now to develope ?

yup latest preview has been updated :slight_smile:

1 Like

@sebavan Now i have the next Problem with PBR Material.

The PBR Material issue what you was fixing is gone - Perfect but now on the Tablet after some seconds to minutes i get WebGl Context lost:

after some seconds

The Problem is coming with alpha maps in PBR Material.

On our Server and Dev… Enviroment for testing is it running for some seconds and then Webgl context lost: Title

The same example on Babylon Playground:
https://playground.babylonjs.com/#5E8GH1

is showing up the scene for 1 sec and then you see a white screen

I hope for help. Thanks

Could you try with a png instead ? just to be sure ?

here with png alpha texture: https://playground.babylonjs.com/#5E8GH1#2