Skip to content

Commit ce4c8b5

Browse files
lol
1 parent 8fc5801 commit ce4c8b5

File tree

14 files changed

+154023
-3
lines changed

14 files changed

+154023
-3
lines changed

GIF/gif/gif.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PImage source0; // Source image 1
22
PImage source1; // Source image 2
3-
int totalFrames = 60;
3+
int totalFrames = 6;
44
int counter = 0;
55

66
float p = 0;

Morphing/cs/cs.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void setup() {
1111

1212
void draw() {
1313
// Percentage goes from 0 to 1 then back to 0
14-
p += 0.005;
14+
p += 0.002;
1515
if (p > 1.0) noLoop();
1616

1717
loadPixels();

Projections/p5/empty-example/sketch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function drawPerspective(points, lines, o_view = false) {
8080
// let newPoints = multiply(isoMat, temp);
8181
// if (o_view == true) {
8282
// console.log(newPoints);
83-
// newPoints = multiply(isoMat, newPoints);
83+
t // newPoints = multiply(isoMat, newPoints);
8484
// console.log(newPoints);
8585
// }
8686
let x = [newPoints[0] / newPoints[3], newPoints[1] / newPoints[3]];

Shading/p5/.DS_Store

6 KB
Binary file not shown.

Shading/p5/addons/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)