ufz-vislab / VtkFbxConverter

A ParaView exporter plugin for FBX files
MIT License
24 stars 8 forks source link

Convert coordinate systems #5

Closed bilke closed 12 years ago

bilke commented 12 years ago

Exchange y and z axis.

FBX Docs

bilke commented 12 years ago

Maybe one option:

In the FBX file on the bottom under Model -> Properties: P: "GeometricRotation", "Vector3D", "Vector", "",-90,0,0

Global UpAxis seems not to work in Unity.

bilke commented 12 years ago

Maybe original axes must be Set?

bilke commented 12 years ago

Should be fixed with f8fe8d4.