what's this ? a custom element ?
<a-scene>
@xgqfrms-GitHub welcome! Yes, it is a custom element based on newer web APIs. Much of A-Frame's syntax involves using elements like <a-entity /> or attributes like <a-entity foo bar /> to create relationships between THREE.js objects. For example, <a-scene /> is closely related to THREE.Scene.
Thanks for your reply!
Most helpful comment
@xgqfrms-GitHub welcome! Yes, it is a custom element based on newer web APIs. Much of A-Frame's syntax involves using elements like
<a-entity />or attributes like<a-entity foo bar />to create relationships between THREE.js objects. For example,<a-scene />is closely related to THREE.Scene.The FAQ and Slack are good options for learning more.