nickorzha / threejs-room-planner

React.js + Three.js 3d room planner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three.js-based room configurator (floor planner + product configurator)

Live image 1 image 1

Features

1. FloorPlan Design

Users can edit floorplan in 2d view mode. There users can move/draw/delete walls & corners by mouse to design floor plan.

2. Room Configuration

Users can add products(models) from product list. And change their position, orientation. This can be handled on not only 3d view but also 2d view.

3. Product Configuration

Once users select product, users can change the configuration of selected product directly.

Configuration Properties

  • Dimensions (It isn't just scaling, it uses morph internally)
  • Materials (Separate parts of model can have different textures)
  • Styles (Product may have different styles and one of them may be selected)

All of these properties should be defined when design models

About

React.js + Three.js 3d room planner


Languages

Language:HTML 100.0%