Skip to content

Commit a10db25

Browse files
author
Lauren McCarthy
committed
updating es example tomatch commit #163
1 parent 6f0b1aa commit a10db25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/data/examples/es/01_Form/07_3D_Primitives.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ function setup() {
1111

1212
function draw() {
1313
background(100);
14+
1415
noStroke();
15-
16+
fill(50);
1617
push();
17-
translate(-300, 200);
18+
translate(-275, 175);
1819
rotateY(1.25);
1920
rotateX(-0.9);
2021
box(100);
@@ -27,3 +28,4 @@ function draw() {
2728
sphere(300);
2829
pop();
2930
}
31+

0 commit comments

Comments
 (0)