Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

How to change right-handed coordinate to left-handed?

$
0
0

@BentleyJobs wrote:

I'm designing a visulizer for my offline renderer, but I use left-handed coordinate in it.

At first I find a function named setCoordHandedness(). But the renderer didn't implement it.

ofSetCoordHandedness(OF_LEFT_HANDED);

Then I tried to set the camera's vFlip, but the result seems weird.

cam.setFVlip(true);

Is there a common way to change right-handed coordinate to left-handed,to use a user-defined vertex shader maybe?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles