Skip to content

Commit

Permalink
Make vector field scale reactive to axes scale
Browse files Browse the repository at this point in the history
  • Loading branch information
drewyoungren committed Nov 15, 2023
1 parent d55645f commit 6aa3c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/src/objects/Field.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
const trails = new THREE.LineSegments(trailGeometry, trailMaterial);
const vfScale = gridStep * 5;
const arrowArgs = {
$: vfScale = gridStep * 5;
$: arrowArgs = {
radiusTop: vfScale / 60,
radiusBottom: vfScale / 150,
heightTop: vfScale / 16,
Expand Down

0 comments on commit 6aa3c04

Please sign in to comment.