-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/ucsd-cse125-sp24/group1 int…
…o main
- Loading branch information
Showing
9 changed files
with
12,772 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { parseGltf } from "../../../../common/gltf/gltf-parser"; | ||
import bin1 from "./player_blue_slap1.bin"; | ||
import bin2 from "./player_blue_slap2.bin"; | ||
import bin3 from "./player_blue_slap3.bin"; | ||
import root1 from "./player_blue_slap1.gltf"; | ||
import root2 from "./player_blue_slap2.gltf"; | ||
import root3 from "./player_blue_slap3.gltf"; | ||
|
||
export const player_blue_slap1 = parseGltf(root1, { "player_blue_slap1.bin": bin1 }); | ||
export const player_blue_slap2 = parseGltf(root2, { "player_blue_slap2.bin": bin2 }); | ||
export const player_blue_slap3 = parseGltf(root3, { "player_blue_slap3.bin": bin3 }); |
Binary file not shown.
Oops, something went wrong.