Quantcast
Channel: bugs, errors - openFrameworks
Viewing all articles
Browse latest Browse all 636

Problems about setting parameters of OfEasyCam

$
0
0

@LLLuKa wrote:

Why OF_functions about OfEasyCam cannot work in setup() but it can work in draw()?
For example:

OfEasyCam camera;
camera.setPosition(100,100,100) ;

When i add “cout<<camera.getPosition()” in draw();
The output is not equal to (100,100,100).

But OfCamera’s functions can work in setup().

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 636

Trending Articles