Hi everyone,
I’m building a web-based construction app using Three.js where users can create structures like a cabin.
What is the best way to:
-
Draw walls (e.g., click-drag to create rectangular walls).
-
Allow real-time resizing and manipulation of those walls.
-
Display both a 2D top-down view and a 3D perspective view simultaneously, keeping them in sync?
I want to create something similar to this video ![]()