Basic A-Frame Scene
Last updated
Was this helpful?
Last updated
Was this helpful?
Primitives are similar to . They abstract the core entity-component API to:
Pre-compose useful components together with prescribed defaults
Act as a shorthand for complex-but-common types of entities (e.g., <a-sky>
)
Provide a familiar interface for beginners since A-Frame takes HTML in a new direction
You can see the resulting page on Glitch