Search Unity

How to model a dog tile using mesh deformation technique?

Discussion in 'Getting Started' started by tiho_bg, Feb 22, 2018.

  1. tiho_bg

    tiho_bg

    Joined:
    Jun 24, 2016
    Posts:
    39
    Hi,

    I would like to model a dog tile par example using unity 3d. I use the example from here:
    http://catlikecoding.com/unity/tutorials/mesh-deformation/

    I could create a 3d shape as cube, sphere, cylinder using the described method form mesh deformation. I would like to create a little bit more complicated shape as a dog tile or a cone that moves its top part using the PC mouse click or the PC keyboard par example.
    My question is related how to create the mesh of more complicated shapes and how to make them moving?

    Thank you