我在Notepad ++工作。我正熟悉一个框架。创建一个基本的模拟器演练VR类型的东西,我可以在其中运行。
我被教导从这开始:
<!-- Production Version, Minified -->
<script src="https://aframe.io/releases/0.3.2/aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-box color="#2ff256" width="4" height="14" depth="2"></a-box>
</a-scene>
</body>
当我在Chrome中运行(打开它)时似乎无法正常工作。