-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
Description:
- A-Frame Version: 0.9.2 (Date 2019-05-06, Commit #f57a1fa)
- Platform / Device: MacOS 10.12.6 / Chrome 76.0.3809.100, Windows 7/ Opera 63.03368.53
<a-scene scene>
<a-entity camera id="main-camera" look-controls position="0 5 0">
<a-entity id="cursorPC" cursor="rayOrigin:mouse;" raycaster="objects: .raycasted"></a-entity>
<a-entity id="cursorVR" cursor="fuse: true; fuseTimeout: 500;" raycaster="enabled: false; objects: .raycasted" position="0 0 -1" visible="false"
animation__click="property: scale; startEvents: click; easing: easeInCubic; dur: 150; from: 0.1 0.1 0.1; to: 1 1 1"
animation__fusing="property: scale; startEvents: fusing; easing: easeInCubic; dur: 1500; from: 1 1 1; to: 0.1 0.1 0.1"
animation__mouseleave="property: scale; startEvents: mouseleave; easing: easeInCubic; dur: 500; to: 1 1 1"
geometry="primitive: ring; radiusInner: 0.01; radiusOuter: 0.015"
material="color: green; shader: flat">
</a-entity>
</a-entity>
<a-sky color="#FFE4C4"></a-sky>
</a-scene>
Metadata
Metadata
Assignees
Labels
No labels

