I want to build a 3D website. It will have a 3D room with desks and stuff and then when hovering with a pointer over each desk will take you to the desk so that you can interact with objects on it. (like Surgeon Simulator)
I was thinking of using Three.js to code the actual room and Blender to make the needed 3D models to interact with.
I am looking for suggestions on other technologies that can make this possible.
I have read that Godot 4 has some trouble exporting to HTML5, and that Unity is too resource intensive and tweaks and adjustments will have to be made in order to make processing less intensive.
I don’t mind learning new frameworks and coding paradigms. Just looking for some advice from someone who has done something similar.