|
|
@ -7,7 +7,7 @@ |
|
|
|
<script src="dependencies/a-console.js"></script> |
|
|
|
<script src="dependencies/a-console.js"></script> |
|
|
|
<script src='dependencies/aframe-troika-text.min.js'></script> |
|
|
|
<script src='dependencies/aframe-troika-text.min.js'></script> |
|
|
|
<script src='dependencies/webdav.js'></script> |
|
|
|
<script src='dependencies/webdav.js'></script> |
|
|
|
<script src='jxr-core.js?1234'></script> |
|
|
|
<script src='jxr-core.js?123'></script> |
|
|
|
<script src='jxr-postitnote.js?13235'></script> |
|
|
|
<script src='jxr-postitnote.js?13235'></script> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<body> |
|
|
@ -221,17 +221,29 @@ AFRAME.registerComponent('onemptypinch', { // changed from ondrop to be coherent |
|
|
|
|
|
|
|
|
|
|
|
function onHoveredChangeColor(){ |
|
|
|
function onHoveredChangeColor(){ |
|
|
|
console.log( "onHoveredChangeOpacity" ) |
|
|
|
console.log( "onHoveredChangeOpacity" ) |
|
|
|
let target = document.getElementById('testboxpinch') |
|
|
|
// iterate over targets |
|
|
|
// could iterate over targets, see https://aframe.io/docs/1.5.0/components/cursor.html#configuring-the-cursor-through-the-raycaster-component |
|
|
|
// see instead of teleportable https://aframe.io/docs/1.5.0/components/cursor.html#configuring-the-cursor-through-the-raycaster-component |
|
|
|
console.log ( "cursor-hovered?", target.states.includes( "cursor-hovered" ) ) |
|
|
|
Array.from( document.querySelectorAll(".teleportable") ).map( target => { |
|
|
|
if ( target.states.includes( "cursor-hovered" ) ){ |
|
|
|
if ( target.states.includes( "cursor-hovered" ) ){ |
|
|
|
console.log ( "yes, cursor-hovered" ) |
|
|
|
target.setAttribute("material", "color", "magenta") // visited |
|
|
|
target.setAttribute("material", "color", "green") |
|
|
|
document.getElementById('rig').setAttribute('position', target.getAttribute("position") ) |
|
|
|
//target.setAttribute("color", "red") |
|
|
|
} |
|
|
|
document.getElementById('rig').setAttribute('position', "4 0 -3") |
|
|
|
}) |
|
|
|
// bug on hand pinch, even while checking on world position, might have to see older commit |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
AFRAME.registerComponent('highlight-on-gaze', { |
|
|
|
|
|
|
|
init: function(){ |
|
|
|
|
|
|
|
this.el.setAttribute("opacity", .5) |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
events: { |
|
|
|
|
|
|
|
mouseenter: function (e) { |
|
|
|
|
|
|
|
this.el.setAttribute("opacity", .8) |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
mouseleave: function (e) { |
|
|
|
|
|
|
|
this.el.setAttribute("opacity", .5) |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
let page = "Wiki.VirtualRealityInterface"; |
|
|
|
let page = "Wiki.VirtualRealityInterface"; |
|
|
|
// should do then only once graph loaded instead, should emit event |
|
|
|
// should do then only once graph loaded instead, should emit event |
|
|
@ -258,8 +270,8 @@ setTimeout( _ => { |
|
|
|
<a-entity id="player" networked="template:#avatar-template;attachTemplateToLocal:false;" |
|
|
|
<a-entity id="player" networked="template:#avatar-template;attachTemplateToLocal:false;" |
|
|
|
hud camera look-controls wasd-controls position="0 1.6 0"> |
|
|
|
hud camera look-controls wasd-controls position="0 1.6 0"> |
|
|
|
<a-entity cursor position="0 0 -1" |
|
|
|
<a-entity cursor position="0 0 -1" |
|
|
|
geometry="primitive: ring; radiusInner: 0.01; radiusOuter: 0.02" |
|
|
|
geometry="primitive: ring; radiusInner: 0.005; radiusOuter: 0.01" |
|
|
|
material="color: black; shader: flat; opacity:.1;" |
|
|
|
material="color: black; shader: flat; opacity:.05;" |
|
|
|
></a-entity> |
|
|
|
></a-entity> |
|
|
|
</a-entity> |
|
|
|
</a-entity> |
|
|
|
<a-entity id="rightHand" pinchprimary hand-tracking-controls="hand: right;"></a-entity> |
|
|
|
<a-entity id="rightHand" pinchprimary hand-tracking-controls="hand: right;"></a-entity> |
|
|
@ -323,8 +335,14 @@ setTimeout( _ => { |
|
|
|
<a-box scale=".2 .2 .2" position=".5 .8 -.3" color="yellow" ></a-box> |
|
|
|
<a-box scale=".2 .2 .2" position=".5 .8 -.3" color="yellow" ></a-box> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a-entity id="testboxpinch" position="4 1 -4" geometry="primitive: box" material="color: blue"></a-entity> |
|
|
|
<a-box highlight-on-gaze id="testboxpinch" height=".1" class="teleportable" material="color: cyan" position="3.5 0 -3.5" ></a-box> |
|
|
|
<a-troika-text anchor=left value="jxr location.reload()" target position="4 1.30 -3.4" rotation="0 0 0" scale="0.1 0.1 0.1"></a-troika-text> |
|
|
|
<a-box highlight-on-gaze id="testboxpinch2" height=".1" class="teleportable" material="color: cyan" position="-4 0 4" ></a-box> |
|
|
|
|
|
|
|
<a-box highlight-on-gaze id="testboxpinchtop" height=".1" class="teleportable" material="color: cyan" position="3 3 4" > |
|
|
|
|
|
|
|
<a-troika-text anchor=left value="jxr location.reload()" target position="0 1.30 -.5" rotation="0 0 0" scale="0.1 0.1 0.1"></a-troika-text> |
|
|
|
|
|
|
|
<!-- works to execute but not to move, should either reparent or take into account the parent offset while moving --> |
|
|
|
|
|
|
|
<!-- see pinchmoved in primary pinch in jxr-core.js as potential solution --> |
|
|
|
|
|
|
|
</a-box> |
|
|
|
|
|
|
|
<a-box highlight-on-gaze id="testboxpinchstart" height=".1" class="teleportable" material="color: cyan" position="0 0 0" ></a-box> |
|
|
|
</a-scene> |
|
|
|
</a-scene> |
|
|
|
</body> |
|
|
|
</body> |
|
|
|
</script> |
|
|
|
</script> |
|
|
|