Advice on creating interactive website with PlayCanvas

Hi there! I came across this awesome website and was told that it’s made using the PlayCanvas engine.

I’ve been attempting to learn how to use this engine in order to create a website similar to that and was wondering if anyone in this forum has any advice/guides on how to build something like this.

Thanks!

That’s pretty nice!
I think that this is mostly composed of 2 parts.

  1. A 3d scene with a camera that moves on mouse scroll (also some animations start/reset when the camera reaches some specific positions)
  2. some HTML dom elements that are enabled, disabled and moved based on camera position.

Should be too difficult to do it. But it would require quite a bit of tuning to get it right.

Some points to start about the interaction with the HTML:

About the mouse input:

Thanks a bunch for your reply. Will definitely check those links out!