|
@@ -26,7 +26,7 @@ Let me tell you more about the 3D rendering technologies I just mentioned.
|
26
|
26
|
|
27
|
27
|
A-Frame is built on top of [Three.js](#threejs) and extends it in powerful ways. It introduces a HTML-based declarative approach for [scene graphs](https://en.wikipedia.org/wiki/Scene_graph){ ._blank }, empowering them with the [Entity-Component-System](https://en.wikipedia.org/wiki/Entity_component_system){ ._blank }, a software pattern commonly used in game development. A-Frame is easy for beginners and pleasing for experts. In many cases, writing JavaScript code is not needed.
|
28
|
28
|
|
29
|
|
-It's easy to construct a basic augmented scene, and no JavaScript is needed for that:
|
|
29
|
+See how easy it is to construct a basic augmented scene:
|
30
|
30
|
|
31
|
31
|
```html
|
32
|
32
|
<a-scene encantar="stats: true; gizmos: true">
|
|
@@ -57,7 +57,7 @@ It's easy to construct a basic augmented scene, and no JavaScript is needed for
|
57
|
57
|
</a-scene>
|
58
|
58
|
```
|
59
|
59
|
|
60
|
|
-[{ .responsive }](../img/demo-box.gif){ ._blank }
|
|
60
|
+{ .responsive }
|
61
|
61
|
|
62
|
62
|
[Tell me more!](../api/plugin-aframe.md){ .md-button ._blank }
|
63
|
63
|
|