如何从另一个文件运行A-Frame代码以防止混乱?

时间:2019-05-08 16:19:00

标签: aframe

使用A形框架会造成很多混乱。他们有办法从另一个文件访问代码吗?如果不是,那么您建议如何防止群集?我的代码是公开的@ https://repl.it/@ColbzDaBoss1/A-Frame-Test

谢谢:) 科尔比·比安科

1 个答案:

答案 0 :(得分:0)

使用组件:https://aframe.io/docs/0.9.0/introduction/writing-a-component.html

]]

组件文件:

<script src="my-component.js"></script>
<a-scene>
  <a-entity my-component></a-entity>
</a-scene>