moving the prev-next scene arrows in vr scene

  • is there a way to move the webvr_prev_scene arrows up from the bottom of the scene to somewhere just above the eye level ?
    in other words how can i add some coding to reposition them ?

  • Maybe also a short explanation what this is doing: *wink*

    Code
    v = v + 55.0 - v*1.5;


    v = is the current vertical looking direction
    +55 = an offset to the move the hotspot 55° degree down
    -v*1.5 = an inverse offset that gets larger (*1.5) that more looking down to move the hotspot up again

    By that the hotspot will be at ~36° looking down in the center of the view and so 'aim-able' by the VR-cursor.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!