AFrame Scene
AFrame declarative way to create a 3D scene
Last updated
AFrame declarative way to create a 3D scene
Last updated
AFrame, simplifies creating a 3D scene by giving us a way to define our scene as html elements. Under the hood AFrame uses Three.js to do the same thing but allows you to change elements through attributes.
With a frame you can create a scene using <a-scene> html tag and nest the objects tags inside the scene. As a person who is used to working with Canvas and JavaScript, this is confusing to me but I can see why it is easier for some.
Good news is, you can use Three.js to further create interactions for your AFrame scenes.