A-frame Flashcards

1
Q

What is A-frame?

A

A popular open-source web framework for building virtual reality experiences in the browser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The A-Frame code is contained inside an ______ element that establishes the scene in the browser.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are A-Frame primitives?

A

A wrapper of larger pieces of code that we can easily reuse in our program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the scale component do?

A

Defines a shrinking, stretching, or skewing transformation of an entity. It takes three scaling factors for the x, y, and z axes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can you add A-Frame to your HTML file?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A-Frame code is contained inside an element that establishes the scene with the following 5 primitives: …

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the four components that each primitive can be transformed with?

A

color
position
rotation
scale

How well did you know this?
1
Not at all
2
3
4
5
Perfectly