aframe-dust-component
Version:
A cloud of particles surrounding the user for visual motion indication, or atmosphere. For A-Frame WebVR.
28 lines (21 loc) • 742 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Jasmine aframe-dust-component</title>
<link rel="shortcut icon" type="image/png" href="lib/jasmine-3.1.0/jasmine_favicon.png">
<link rel="stylesheet" href="lib/jasmine-3.1.0/jasmine.css">
<script src="lib/jasmine-3.1.0/jasmine.js"></script>
<script src="lib/jasmine-3.1.0/jasmine-html.js"></script>
<script src="lib/jasmine-3.1.0/boot.js"></script>
<!-- include source files here... -->
<script src="three.js"></script>
<script src="aframe-stub.js"></script>
<script src="../aframe-dust-component.js"></script>
<!-- include spec files here... -->
<script src="spec/dust-component-spec.js"></script>
</head>
<body>
<a-scene></a-scene>
</body>
</html>