I want to create an object that moves (like people are moving or elastic springs), when moving, the shape of the object will be changed. And I do not know how to create a 3D model shape changes in XNA 4.0. Can you help me?? Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I might be able to give you some beginner-to-beginner advice.
I just learned how to make a model from this example and based on your quesiton I applied an additional scale transform to one of the bones to see if I could manipulate its size the same way I can its position, and it did work.
So I’m implying the answer to your question may be that while a model’s vertex data remains constant you can make it change shape using Scale transforms.
Here’s my model: