mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 13:50:35 +02:00
remove debug line
This commit is contained in:
parent
f4389c3b1f
commit
85a0dfa21a
1 changed files with 0 additions and 1 deletions
|
@ -791,7 +791,6 @@ function MyController(hand) {
|
||||||
|
|
||||||
var distantPickRay = {
|
var distantPickRay = {
|
||||||
origin: Camera.position,
|
origin: Camera.position,
|
||||||
//direction: Quat.getFront(Quat.multiply(Camera.orientation, handDeltaRotation)),
|
|
||||||
direction: Vec3.mix(Quat.getUp(this.getHandRotation()), Quat.getFront(Camera.orientation), HAND_HEAD_MIX_RATIO),
|
direction: Vec3.mix(Quat.getUp(this.getHandRotation()), Quat.getFront(Camera.orientation), HAND_HEAD_MIX_RATIO),
|
||||||
length: PICK_MAX_DISTANCE
|
length: PICK_MAX_DISTANCE
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue