pmndrs / examples

🍱 A monorepo holding pmndrs demos
https://pmndrs.github.io/examples/
16 stars 5 forks source link

Fix space game demo #78

Closed rndexe closed 1 month ago

rndexe commented 1 month ago
  1. Rename xBufferGeometries to xGeometries
  2. Update import from Curves
  3. Fix light intensities and decays
  4. Update to createRoot from ReactDOM.render
  5. Use Effects from drei and UnrealBloomPass from three-stdlib instead of three/jsm
    • [x] Ready to merge
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 7:28am
abernier commented 1 month ago

@rndexe I had to disable some demos that didn't build. space-game was one of them

I have re-enable it https://github.com/pmndrs/examples/commit/f85a989427e87302bf3894222c71ba803a8175a7

just to let you know for other ones ;)

thank you again