Babylon not loading

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>```

I switched to CDN


And all working fine…

1 Like

Can you share the playground you used? or the code you used? might be a bug

Sure. This site was loading a scene yesterday:
https://dfilm.com/

Looks like this:

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

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 :frowning:

btw rc9 is out for you to test :slight_smile:

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

(love the site btw ;))

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