3dmax to sparkle
I draw a plane in 3dmax, all the points of the plane was located at y axis and x asix,
then i export it to obj file.After that, i use sparkle to translate it to xaml file.
I found a problem: the points of "Point3DCollection" didn't looks like "-5,2.5, 0 -5,5,0 -2.5,2.5,0," but "-5,0,2.5 -5,0,5 -2.5,0,2.5 "
i means the z axis and the y axis changed each other .......
I want to know to how to get the correct coordinate when you export obj file?
Any suggestion would be appreciated...
I also recommend you to export the model from 3dsmax to 3ds file format and than use my tools on www.ab3d.si.
With Reader3ds you can directly import the 3ds file into your WPF application. If you prefer to work with XAML (for very simple 3d objects this is better) you can use the Viewer3D application to read and preview the 3d objects in 3ds file and than export it to XAML.