Skip to content

Instantly share code, notes, and snippets.

@smpnjn
Created December 9, 2020 17:31
Show Gist options
  • Save smpnjn/c92c9c7988fd3b89327586aa4184c2c4 to your computer and use it in GitHub Desktop.
Save smpnjn/c92c9c7988fd3b89327586aa4184c2c4 to your computer and use it in GitHub Desktop.
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