Teng Bao

Results 23 comments of Teng Bao

@MikeSilverstone Thanks for the heads-up about `eslint-disable`. I've also updated the codebase to allow a custom THREE build, in case you're importing it from npm. @chandan-reddy-k A working react example:...

@maximebergerard Fixed in 3b0a9ea9ec91d8200d8bb4686c14ad30c7939e20 Please try again!

@chandan-reddy-k @jafetmorales it seems like THREE isn't defined for you. Have you tried the `Using THREE from npm` section of the readme? Also, are you using the most recent version...

@jasontheiler I've published vanta to npm. `npm i vanta`, then you can import an effect like this: `import VantaClouds from 'vanta/dist/vanta.clouds.min'` https://www.npmjs.com/package/vanta

Here's an example with flex, and it seems to work OK. https://jsfiddle.net/y0698jac/ I might be missing something. Could you provide a fiddle of the error?

Thanks for catching this! Yea, simple solution is just to rollback to an older version of threejs. I'll update the code later!

@ga-devfront Could you add a jsfiddle that shows it breaking?

@ga-devfront Ah, trunk uses p5 instead of three. Try loading p5 from npm, and replacing `THREE: THREE` with `p5: p5` in the initialization.

Yup, I think I'll need to rewrite it. Thanks for the heads up.

1. For the birds - it seems some platforms don't support the GPU operations. Will need to look into a fallback solution 2. Halo might be the same issue -...