mirror of
https://github.com/processing/processing4.git
synced 2026-05-06 19:06:19 +02:00
Added hint to some examples
This commit is contained in:
@@ -50,6 +50,8 @@ void draw() {
|
||||
}
|
||||
popMatrix();
|
||||
|
||||
hint(ENABLE_DEPTH_TEST);
|
||||
|
||||
fcount += 1;
|
||||
int m = millis();
|
||||
if (m - lastm > 1000 * fint) {
|
||||
|
||||
@@ -99,6 +99,8 @@ void draw() {
|
||||
shape(grid);
|
||||
popMatrix();
|
||||
|
||||
hint(ENABLE_DEPTH_TEST);
|
||||
|
||||
fcount += 1;
|
||||
int m = millis();
|
||||
if (m - lastm > 1000 * fint) {
|
||||
|
||||
Reference in New Issue
Block a user