Skip to content

Commit

Permalink
Add simple cube sketch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimmons committed Jan 12, 2019
1 parent bc5eff4 commit 1a52aa7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sketches/sketchCube.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const {makeSketch} = require('./util');

makeSketch({x: 16, y: 16, z: 16}, {padFrac: 0.1}, (scene, ops) => {
ops.fillScene(scene);
});

0 comments on commit 1a52aa7

Please sign in to comment.