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
getOrCreateObject3D
setObject3D()
object3dset
The "text-geometry" component has a line:
const mesh = el.getOrCreateObject3D('mesh', THREE.Mesh)
which generates this warning from aframe:
`getOrCreateObject3D` has been deprecated. Use `setObject3D()` and `object3dset` event instead.
What should I replace this with? I don't think setObject3D() nor object3dset works.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The "text-geometry" component has a line:
which generates this warning from aframe:
What should I replace this with? I don't think
setObject3D()
norobject3dset
works.The text was updated successfully, but these errors were encountered: