We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
three
@react-three/fiber
@react-three/drei
node
npm
yarn
After updating three to version 0.166, Billboard does not respect the position props. All objects overlap.
Billboard
position
See sandbox
Switching three version to 0.165 fixes the issue.
I suspect it's related to this change in v0.166
The text was updated successfully, but these errors were encountered:
can reproduce, been driving me crazy while following this https://codesandbox.io/p/sandbox/spherical-word-cloud-forked-ymf4nd?file=%2Fsrc%2FApp.js%3A12%2C59. In my version (react-three/drei v: 9.108.4) – it won't work
Sorry, something went wrong.
🎉 This issue has been resolved in version 9.109.5 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
three
version: 0.166.0 and 0.166.1@react-three/fiber
version: 8.16.8@react-three/drei
version: 9.108.4node
version: 20.10.0npm
(oryarn
) version: 10.8.2Problem description:
After updating
three
to version 0.166,Billboard
does not respect theposition
props. All objects overlap.Relevant code:
See sandbox
Switching three version to 0.165 fixes the issue.
Suggested solution:
I suspect it's related to this change in v0.166
Respect matrixWorldAutoUpdate in matrix update methods. Object3D: Respect matrixWorldAutoUpdate in matrix update methods mrdoob/three.js#28533 (@CodyJasonBennett)
The text was updated successfully, but these errors were encountered: