Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big Sur seems to have broken P3D & P2D renderers #6121

Open
moritzsalla opened this issue Nov 19, 2020 · 6 comments
Open

Big Sur seems to have broken P3D & P2D renderers #6121

moritzsalla opened this issue Nov 19, 2020 · 6 comments

Comments

@moritzsalla
Copy link

@moritzsalla moritzsalla commented Nov 19, 2020

Problem

Since the update to Big Sur, processing's P3D and P2D renders do not appear to be working. When running a P3D sketch on my intel mac, a window opens to the specified dimensions, displaying the default grey. P3D worked fine before the OS update.

I've tried most of Daniel Shiffman's examples from the P3D tutorials, to no effect.

Example

size(640,360,P3D);
background(0);
lights();

pushMatrix();
translate(130, height/2, 0);
rotateY(1.25);
rotateX(-0.4);
noStroke();
box(100);
popMatrix();

pushMatrix();
translate(500, height*0.35, -200);
noFill();
stroke(255);
sphere(280);
popMatrix();

Screenshot 2020-11-19 at 00 22 57

My environment

  • Processing version: 3.5.4
  • Operating System and OS version: macOS Big Sur 11.0.1
  • Other information: 2017 Intel MBP
@moritzsalla
Copy link
Author

@moritzsalla moritzsalla commented Nov 19, 2020

Update: the sketch appears for a split second when closing the window. saveFrame() exports are successful.

@nosarious
Copy link

@nosarious nosarious commented Nov 19, 2020

THANK YOU! I thought it was just me having this problem.

I tried different 3d-model examples with both Processing 3.5.4 and the 4.0 beta as well and was unable to get P3D to work.

@moritzsalla moritzsalla changed the title Big Sur seems to have broken P3D renderer Big Sur seems to have broken P3D & P2D renderers Nov 19, 2020
@fredvernier
Copy link

@fredvernier fredvernier commented Nov 20, 2020

It did it to me with Processing4. I just move the empty window to another screen (because I have multiple screen) then get it back to the original screen and then it works.

@gnefiy
Copy link

@gnefiy gnefiy commented Nov 21, 2020

Has anyone solved the problem? Save poor boy!!! 😭

@fredvernier
Copy link

@fredvernier fredvernier commented Nov 21, 2020

did you check if you're in standard java mode ? some mode are broken

@gnefiy
Copy link

@gnefiy gnefiy commented Nov 22, 2020

How to check? I've tried the P3D tutorials in standard java mode, then no effect. But something is very strange when I closed the running window, and that moment can see the running result, but just the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.