Tagged Questions
1
vote
1answer
75 views
Blender 2.6: Move Mesh to X Coordinate of Another Mesh
An example:
There are two planes A and B with the following median points:
( X | Y | Z )
M_A ( 3 | 2 | 2 )
M_B ( 6 | 1 | 1 )
Now I want to move the plane A on the X-axis to the X coordinate ...
5
votes
1answer
4k views
Blender - exporting .obj with texture coords
I'm writing a game which uses obj files. I created an object in blender and I applied texture without UV coordinates and my question is: how to export this object to obj file, but with texture ...
6
votes
3answers
2k views
Left-Hand and Right-Hand Coordinate Systems
In Blender and other 3D modeling tools, the coordinate system is right-handed, while in Unity 3D and Orbiter Space Flight Simulator, they are left-handed, why this could happen? Why they don't simply ...
6
votes
5answers
2k views
Changing coordinate system from Z-up to Y-up
Blender's coordinate system is different from what I'm used to, in that Z points upwards instead of Y. What would be the simplest way of converting all the world data (so that all animations, texture ...