processing / processing/processing4
Error of shape optimization
未关闭
还没有人认领这个 Issue。
bug
- 主要语言
- Java
- 星标
- 494
- 派生
- 183
- 平均合并
- 4 小时 39 分钟
- 30 天内合并 PR
- 3
描述
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.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,在列出的 Processing 版本和平台上,使用半透明的 fill() 以及 3D 方框或 OBJ 模型,重现所提供的 P3D 草图。将 alpha 渲染报告与关于文件加载和保存的附加说法分开;完成的标准是每个已重现的行为都有已确认的修复,或有明确记录的限制。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- computer-graphics
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100