Skip to content

Commit

Permalink
feat(Lines): make Line2 import relative
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Sep 30, 2023
1 parent 4a267a5 commit 6788d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/shapes/CatmullRomLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { TresColor } from '@tresjs/core'
import type { Vector2 } from 'three'
import { CatmullRomCurve3, Vector3 } from 'three'
import { computed } from 'vue'
import { Line2 } from '@tresjs/cientos'
import Line2 from './Line2.vue'
type CurveType = 'centripetal' | 'chordal' | 'catmullrom'
type Points = Array<Vector3 | Vector2 | [number, number, number] | [number, number] | number>
Expand Down

0 comments on commit 6788d8e

Please sign in to comment.