Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

131
Views
How to add Three.js EffectComposer to 8th Wall

I'm trying to get a three.js postprocessing bloom effect working in 8th Wall but can't seen to get things working right.

I'm loading the EffectComposer in head.html using:

<script src="http://mrdoob.github.com/three.js/examples/js/postprocessing/EffectComposer.js"></script>

Then, in my .js file I get the three.js scene, renderer and camera using

const {scene, camera, renderer} = XR8.Threejs.xrScene()

And construct the EffectComposer like this:

composer = new THREE.EffectComposer(renderer)

After doing so and running the script, it returns the following error:

undefined is not a constructor (evaluating 'new THREE.EffectComposer(renderer)')

Any help would be appreciated!

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Fixed the issue by changing the link from: http://mrdoob.github.com/three.js/examples/js/postprocessing/EffectComposer.js to: //cdn.rawgit.com/mrdoob/three.js/r123/examples/js/postprocessing/EffectComposer.js

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!