We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edee81d commit 2998126Copy full SHA for 2998126
fission/src/util/TypeConversions.ts
@@ -1,7 +1,7 @@
1
import type Jolt from "@azaleacolburn/jolt-physics"
2
import type { RgbaColor } from "react-colorful"
3
import * as THREE from "three"
4
-import type { mirabuf } from "@/proto/mirabuf"
+import type { mirabuf } from "../proto/mirabuf"
5
import JOLT from "./loading/JoltSyncLoader"
6
7
export function convertThreeToJoltQuat(a: THREE.Euler | THREE.Quaternion | undefined) {
0 commit comments