Saving new indicies, triangles and normals after WPF 3D transform

Posted by sklitzz on Stack Overflow See other posts from Stack Overflow or by sklitzz
Published on 2010-04-29T23:55:38Z Indexed on 2010/04/29 23:57 UTC
Read the original article Hit count: 515

Filed under:
|
|
|
|

Hi,

I have a 3D model which is lying flat currently, I wish for it to be rotated 90 degrees around the X axis. I have no problem doing this with the transforms. But to my knowledge all the transforms are a bunch of matrices multiplied. I would like to have the transform really alter all the coordinates of the indicies of the model. Is there a way to "save changes" after I apply a transform?

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf