Skip to content

Commit

Permalink
Make labels more visible for two lines in r3
Browse files Browse the repository at this point in the history
  • Loading branch information
yustarandomname committed Oct 10, 2024
1 parent c435ebd commit 105b761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/applet/solution_sets/two_lines_in_r3/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<Latex3D
latex={'\\mathcal{L_1}'}
position={v.clone().multiplyScalar(2)}
position={v.clone().multiplyScalar(-0.5)}
extend={0.5}
offset={new Vector3(0.1, 0, 0.75)}
color={PrimeColor.blue}
Expand All @@ -78,7 +78,7 @@

<Latex3D
latex={'\\mathcal{L_2}'}
position={v_offset.clone().add(v.clone().multiplyScalar(2))}
position={v_offset.clone().add(v.clone().multiplyScalar(-0.75))}
extend={0.5}
offset={new Vector3(0.1, 0, 0.75)}
color={PrimeColor.darkGreen}
Expand Down

0 comments on commit 105b761

Please sign in to comment.