@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