Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Can you give me an example of what goes inside the schema brackets? I tried this and I don't see my Three.JS object Commented Nov 18, 2016 at 21:50
  • 3
    This would be a minimal example, then, based on Kevins answer. codepen.io/dirkk0/pen/YpNrQR Commented Nov 19, 2016 at 11:24
  • 1
    I'm working on a project on 8th Wall using A-Frame and Three.js. I'm using a component called "text-geometry" which generates extruded text. It keeps giving me an error getOrCreateObject3D has been deprecated. Use setObject3D() and object3dset event instead. for the line mesh = el.getOrCreateObject3D('mesh', THREE.Mesh) ... how would I do that? Commented Jan 18, 2023 at 18:31