Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 84dad39

Browse files
author
Lauren McCarthy
authored
Merge pull request #261 from davidskeck/master
Rename 02_multiple_ligthts.js to 02_multiple_lights.js
2 parents 404a17a + b4a041a commit 84dad39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/mode_assets/p5/examples/3D/02_multiple_ligthts.js renamed to public/mode_assets/p5/examples/3D/02_multiple_lights.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ function draw(){
2828
translate(250, 0, 0);
2929
ambientMaterial(250);
3030
sphere(120, 64);
31-
}
31+
}

0 commit comments

Comments
 (0)