1
$\begingroup$

I want export .obj files from Blender. I export them with normals and UV Coordinates. I then import them into an OpenGl application. In UV Editor i am able to display the coordinates of the cursor normalized. My Problem is that i need to export them normalized cause OpenGL needs them that way. Is there any possibility to do this or do i have to write and application which converts them manually?

$\endgroup$

1 Answer 1

1
$\begingroup$

I found the problem. The output was normalized but blenders coordinate system starts in the lower right. My coordinate System in OpenGl has (0|0) in the upper left.

$\endgroup$
1
  • $\begingroup$ It could be that the image loader that you are using is what's causing the image to appear upside down. You can look for a code option that switches that. $\endgroup$ Commented Aug 28, 2014 at 23:02

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .