Build a room dynamically with Three.js

11,115

There's no "make.my.game" yet,but you can start from this example: http://threejs.org/examples/#webgl_interactive_voxelpainter

I would add a DAT.GUI to change models as in: http://threejs.org/examples/#webgl_morphtargets_md2

And that's all for now; the rest depends on your implementation logic (paper helps in these situations).

Share:
11,115
Caio Keto
Author by

Caio Keto

Updated on July 29, 2022

Comments

  • Caio Keto
    Caio Keto almost 2 years

    I need to build a room with three.js, basically, walls, floor and doors. But it needs to be dynamic, so I can change the properties, sizes, etc, in the runtime. I couldn't find anything on google about this, if someone could help me, with an example, or anything, I would be grateful. Thanks in advanced.