Hi all! I’ve been putting together another little experimental demo to learn more about Babylon.js:
https://tomwhall.github.io/babylon-js-platformer/
At first the idea was that it would be like a 3D version of Jet Set Willy (showing my age there), with discrete scenes for “rooms”.
That proved to be a bit too ambitious given my non-existent free time, and also it started to take on a film noir type of aesthetic, with a Roblox-y simplicity, so I steered it in that direction.
It’s just one basic scene at present, I’m hoping to find time to extend it!
It uses my own dubious hand-rolled physics, basically using Babylon’s mesh intersection test.
Careful as you step backwards, it’s easy to fall off the edge into the yawning abyss!
Tom