Eclipse Not Changing Size

I just followed this tutorial - https://processing.org/tutorials/eclipse/ - to set up Processing in Eclipse. I used the Processing 2 core file as the imported core.

When I try and changed the size in settings it does not work but it does in setup. Why is this the case?

Thanks

Answers

  • Answer ✓

    I believe the settings() function was implemented in version 3. This was related to setting the size of the sketch from a initially loaded image.

    However you can set the size in setup and it shouldn't be a problem.

    Kf

Sign In or Register to comment.