Hi, I want to create something like - https://showroom.littleworkshop.fr/
is this possible in BabylonJS and what are the steps. The challenge which I am facing is level design, the engine like Unity3D has a scene editor where we can easily drag and drop the 3d objects and attach scripts for level design. Is this possible in BabylonJS?
Regards,
Nipun David
1 Like
Babylon.js is primarily a framework for developers but there’s an editor created by a community member here.
There’s also the Babylon Toolkit for exporting from Unity.
However, for something like the demo you linked, you’re probably best off creating the entire scene in Blender with PBR materials and baking light maps, then export to Babylon format or GLTF for later import into Babylon.js.
3 Likes