bigrig
February 25, 2020, 8:01pm
1
Hi all. Looks like the latest release (from an hour ago - if i’m reading github correctly), broke something. Here’s a screenshot:
Was working yesterday…
using:
<script src="https://preview.babylonjs.com/loaders/babylonjs.loaders.min.js"></script>
<script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
<script src="https://preview.babylonjs.com/gui/babylon.gui.min.js"></script>
<script src="https://preview.babylonjs.com/earcut.min.js"></script>
<script src="https://preview.babylonjs.com/ammo.js"></script>```
bigrig
February 25, 2020, 8:05pm
2
I switched to CDN
And all working fine…
1 Like
RaananW
February 25, 2020, 8:25pm
3
Can you share the playground you used? or the code you used? might be a bug
bigrig
February 25, 2020, 8:34pm
4
Sure. This site was loading a scene yesterday:
https://dfilm.com/
Looks like this:
RaananW
February 25, 2020, 8:36pm
5
using a utility layer renderer / 3d gui.
Ok, problem found, RC9 will be published very soon - stay defensive by RaananW · Pull Request #7721 · BabylonJS/Babylon.js · GitHub
2 Likes
bigrig
February 25, 2020, 10:19pm
6
Probably related, but that button used to be a nice bright red… looks like the color is showing from below now… normals reversed or something…
We wont be able to fix it before release without a proper repro in the PG
btw rc9 is out for you to test
For the button I feel like the self shadowing is somehow wrong (you may want to play with the shadow bias)
Or there is something else but tough to say on your website directly
bigrig
February 26, 2020, 12:01am
12
It’s definitely that button that’s not playing well with the new RC.
Made a playground using same code, but all works fine in playground… so go figure. Must be something weird in my code:
https://www.babylonjs-playground.com/#42WLC7#3
Make sure to use the latest 4.1-rc9