Created
December 9, 2020 17:31
-
-
Save smpnjn/c92c9c7988fd3b89327586aa4184c2c4 to your computer and use it in GitHub Desktop.
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
import * as THREE from './js/src/Three.js'; | |
// We also want to do some post-processing so we need these packages | |
import { EffectComposer } from './js/examples/jsm/postprocessing/EffectComposer.js'; | |
import { UnrealBloomPass } from './js/examples/jsm/postprocessing/UnrealBloomPass.js'; | |
import { RenderPass } from './js/examples/jsm/postprocessing/RenderPass.js'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment