controlp5 frame and using UTileSaver gives core.pgraphics3d error
in
Contributed Library Questions
•
10 months ago
Code currently just using the controlp5 example frame command to have controls in a separate window.
I have it working fine to use sliders to control in the parent however i am using the newly updated version of modelbuilder back with the UTilesaver class and getting an error when trying to do the tilesave hires
Using processing 2.0ab5, cant say for sure which version of controlp5 but think its the latest as i added it using the new library import func
Wierdly if i use setup(400,400,???) anything in the question marks the controlp5 frame disappears. Is this to do with using the java.awt.frame and conflict with opengl2 in processing 2 ?
Im assuming that becuase modelbuilder uses pgraphics3d and its not in processing2 (?) then this is the problem.
Saveframe() works of course, from a button on the frame window
Any help appreciated.
Ashley
2