66 < a-scene avatar-recorder ="spectatorPlay: true; spectatorPosition: 0 1.6 2 ">
77 < a-assets >
88 <!-- <img id="grid" src="grid.png"/> -->
9-
10- < a-mixin id ="controller " super-hands
9+
10+ < a-mixin id ="controller " super-hands
1111 sphere-collider ="objects: .sp "> </ a-mixin >
1212 < a-mixin id ="sp " geometry ="primitive: sphere "
1313 material ="wireframe: true; transparent: true; opacity: 0.7 "
14- hoverable grabbable stretchable draggable droppable > </ a-mixin >
15- < a-mixin id ="sp-hovered " material ="wireframe: false; "> </ a-mixin >
14+ hoverable grabbable stretchable draggable droppable
15+ event-set__hoveron ="_event: hover-start; wireframe: false "
16+ event-set__hoveroff ="_event: hover-end; wireframe: true ">
17+ </ a-mixin >
1618 </ a-assets >
1719 < a-entity id ="lhand " hand-controls ="left " mixin ="controller "> </ a-entity >
1820 < a-entity id ="rhand " hand-controls ="right " mixin ="controller "> </ a-entity >
19- < a-entity id ="outter " class ="sp " mixin ="sp " position ="0 1 -1 "
21+ < a-entity id ="outter " class ="sp " mixin ="sp " position ="0 1 -1 "
2022 geometry ="radius: 1 " material ="color: red "> </ a-entity >
21- < a-entity id ="middle " class ="sp " mixin ="sp " position ="0 1 -1 "
23+ < a-entity id ="middle " class ="sp " mixin ="sp " position ="0 1 -1 "
2224 geometry ="radius: 0.5 " material ="color: blue "> </ a-entity >
23- < a-entity id ="inner " class ="sp " mixin ="sp " position ="0 1 -1 "
25+ < a-entity id ="inner " class ="sp " mixin ="sp " position ="0 1 -1 "
2426 geometry ="radius: 0.1 " material ="color: yellow "> </ a-entity >
2527 < a-plane rotation ="-90 0 0 " color ="#888 "
2628 width ="50 " height ="50 "> </ a-plane >
2729 </ a-scene >
2830 </ body >
29- </ html >
31+ </ html >
0 commit comments