processing / processing/processing4
Error of shape optimization
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 494
- Forks
- 183
- Avg merge
- 4h 39m
- Merged PRs (30d)
- 3
Description
Most appropriate sub-area of Processing 4?
Core/Environment/Rendering, OpenGL, Export
Processing version
5/4.3.1/3.5.4
Operating system
Windows/Android
Steps to reproduce this
"1.Use alpha in color of fill(). It start can be visible.
2.3D primitives or obj models."
snippet
// Paste your code below :)
void setup() {
fullScreen(P3D);
}
void draw() {
background(0);
rotateY(PI/180*frameCount);
fill(255,50);
box(100);
//or obj model
}
Additional context
Fix it in p3 and p4 please. I making programs for old windows and android versions. And in p4 doesn't load and save files in play mode and released app.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the supplied P3D sketch with translucent fill() and a 3D box or OBJ model on the Processing versions and platforms listed. Separate the alpha-rendering report from the additional file-loading and saving claim; done means each reproduced behavior has a confirmed fix or a clearly documented limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- computer-graphics
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100