Search code examples
3dweb3d-modelling3d-model

3D model modifier embeded in website


I am building a furniture website that also sells custom furniture.

I want to have a section in the website where visitors can choose from a variety of options such as dimensions, material, handles, etc. and have a 3D model update as they go along.

There would be too massive amount of 3D models we would have to generate if we simply tried to make one for every combination of options.

So my idea is to use a program to build a base model that can be manipulated in those ways by user input.

So simply any suggestions?

Thanks in advance for your help.


Solution

  • What you described sounds like a "product configuration". It is possible to create such using WebGL and Three.js. I think these are enough keywords for you to now search on the Internet.

    For some demos see : https://www.youtube.com/watch?v=DnOIhf4OyPc https://discourse.threejs.org/t/is-it-possible-to-create-a-dynamic-product-configurator/2336