A-frame Flashcards
What is A-frame?
A popular open-source web framework for building virtual reality experiences in the browser
The A-Frame code is contained inside an ______ element that establishes the scene in the browser.
What are A-Frame primitives?
A wrapper of larger pieces of code that we can easily reuse in our program
What does the scale component do?
Defines a shrinking, stretching, or skewing transformation of an entity. It takes three scaling factors for the x, y, and z axes.
How can you add A-Frame to your HTML file?
A-Frame code is contained inside an element that establishes the scene with the following 5 primitives: …
What are the four components that each primitive can be transformed with?
color
position
rotation
scale