-
-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Most appropriate sub-area of Processing 4?
OpenGL
Processing version
4.4.10
Operating system
Windows 11
Bug description
One can't set pixelDensity to PGraphics independant to main rednerer. This is problematic in case of sending the texture over network to other program (ie using Spout to share the PGraphics offscreen buffer).
Steps to reproduce this
- Create Prachnic
2.apply pixelDensity() to main sketch
3.pixel density gets applied to PGrahics as well and one can not set pixel density of PGrahics separately
snippet
// Paste your code below :)
void setup() {
}
void draw() {
}Additional context
No response
Would you like to work on the issue?
I’m not sure yet
glvjr
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working