Skip to content
Snippets Groups Projects
Commit da207494 authored by Albert Dong's avatar Albert Dong
Browse files

quick default parameter update

parent 916ae525
No related merge requests found
......@@ -17,8 +17,8 @@
let scene = new THREE.Scene();
let result_type = "bead";
let length = 15;
let segments = 4;
let length = 5;
let segments = 2;
let flatten_top = false;
let flatten_bottom = false;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment