phpunity-game-engineweb3djava-3d

3D object modeling that can change whenever the option is being clicked


I am planning to build a website which would show 3D model image of a product with customization.

For example : I have list of furniture:

When the button is clicked it will show the 3D image of the item. The idea of my project is that every time the user clicks on the option given in the left navigation, it would promptly change the 3D image design.

Is there a possible software to use for this? If yes, is that software free?

My instructor told me about unity and autodesk software, I have a no knowledge on making 3D design but can someone humor me about this kind of stuff? Or any recommendations? hmmm


Solution

  • To create the 3D models you can use several different programs. Autodesk could be one, blender... However if you have no idea and this is for academic purpose, you may find free 3d models.

    Then to create the website you can use Unity as yous instructor say, however, not sure if it is the best approach. If you decide to continue with Unity, you can add a botton which instantiate a 3D model somewhere, for example in the center of the screen, when you click it.

    I will leave you here several links you may read, and try things.

    For 3D models:

    To work with buttons (In general to work with the UI) in Unity

    To instantiate the 3D models, once you download them and you add them in your scene:

    To publish your scene as WebGL:

    Try this things, and come back with your progress