【发布时间】:2017-02-21 22:56:19
【问题描述】:
我想使用像 shadow 这样的组件,来自 aframe-extras https://github.com/donmccurdy/aframe-extras/tree/master/src/shadows
如何在我的 A-Frame 场景中使用或安装外部组件?
<html>
<head>
<script src="https://aframe.io/releases/0.3.2/aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-box color="red" position="0 0 -4"></a-box>
</a-scene>
</body>
</html>
【问题讨论】:
标签: aframe