Skip to content

Instantly share code, notes, and snippets.

import peasy.*;
boolean pcam, record, SubText, RotateScreen, orthographic;
PeasyCam cam;
PFont font;
color c1, c2, c3;
float totalFrameRecord, rotateDegree, rotateSpeed, rotatex, rotatey, frameStep;
void settings(){
System.setProperty("jogl.disable.openglcore", "true");
@modiprabal
modiprabal / TubeCircle.pde
Last active November 25, 2020 07:05
TubeCircle
import peasy.*;
boolean pcam = true, record = false;
PeasyCam cam;
PFont font;
color c1, c2;
TubeCircle tube1;
void settings(){
System.setProperty("jogl.disable.openglcore", "true");