M
mehdientezary
Guest
I have created:
Mesh mesh1 = ...
Mesh mesh2 = ...
then put them on screen.
now I want to position mesh1 in the new (x,y,z) position.
How can I move my mesh1 and also rotate it on Z axis.
Thanks.
And is that the right way to create the map for each level or:
Mesh[] mesh;
?
Mesh mesh1 = ...
Mesh mesh2 = ...
then put them on screen.
now I want to position mesh1 in the new (x,y,z) position.
How can I move my mesh1 and also rotate it on Z axis.
Thanks.
And is that the right way to create the map for each level or:
Mesh[] mesh;
?