Skip to content

Commit

Permalink
chore: use thicker outline for the model
Browse files Browse the repository at this point in the history
  • Loading branch information
61315 committed Apr 26, 2024
1 parent 78b262e commit 32de96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_root/app/javascript/tetrahedron.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function loadModel(containerID, tetrahedronType) {
let selectedObjects = [];

const params = {
edgeStrength: 3.0,
edgeStrength: 10.0,
rotate: true,
};

Expand Down

0 comments on commit 32de96a

Please sign in to comment.