hi, i just started out using processing and i quickly discovered that P3D doesn’t work.
my code is:
def setup():
size(200, 200, P3D)
when i click run it just doesnt do anything and stops quickly after (0.5-1 secounds after i click run)
can someone tell me what im doing wrong?