<html>
<head>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="../dist/aframe-vrm.min.js"></script>
</head>
<body>
<a-scene>
<a-plane
position="0 0 -4"
rotation="-90 0 0"
width="4"
height="4"
color="#7BC8A4"
></a-plane>
<a-entity
vrm-model="src: ./models/AliciaSolid.vrm"
position="0 0 -5"
rotation="0 180 0"
animation="property: rotation; to: 0 -180 0; dur: 1000; loop: true; easing: easeOutCubic"
></a-entity>
<a-sky color="#ECECEC"></a-sky>
</a-scene>
</body>
</html>
-
Notifications
You must be signed in to change notification settings - Fork 2
Using VRM model component for A-Frame
License
dala00/aframe-vrm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Using VRM model component for A-Frame
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published