Created
April 11, 2021 21:32
-
-
Save RageCage64/f560994b930c385f9ed8ca7d75e8d24d to your computer and use it in GitHub Desktop.
loadAsync example
This file contains hidden or 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
const gameboyCart = await loader.loadAsync("./path to gameboy file I forget") | |
scene.add(gameboyCart) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment