Building the Scene
Learn to build an environment for your virtual world.
StartBuilding the Scene
Lesson 1 of 1
- 1In the last lesson, we learned about how to add 3D entities (objects) with primitives and transform them in 3D space with color, position, rotation, and scale. But a virtual environment needs a lot…
- 2We need to build an environment piece by piece, using different images, still and moving, sounds, and 3D models. We call those assets. A-frame has an [asset management system](https://aframe.io…
- 3Okay, now we learned how to use the asset management system, let’s create the environment little by little. We can add a background with the primitive that surrounds the scene. The sky primiti…
- 9Audio is important for providing immersion and presence in VR. Even adding simple white noise in the background goes a long way. We recommend having some audio for every scene. One way would be t…
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory