mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 17:00:36 +02:00
testing something with chris
This commit is contained in:
parent
1128982e65
commit
699431a9ab
1 changed files with 7 additions and 7 deletions
|
@ -1039,13 +1039,13 @@ function MyController(hand) {
|
|||
this.handleParticleBeam(distantPickRay.origin, this.getHandRotation(), NO_INTERSECT_COLOR);
|
||||
}
|
||||
|
||||
if (USE_OVERLAY_LINES_FOR_SEARCHING === true) {
|
||||
this.overlayLineOn(searchVisualizationPickRay.origin,
|
||||
Vec3.sum(searchVisualizationPickRay.origin,
|
||||
Vec3.multiply(searchVisualizationPickRay.direction,
|
||||
LINE_LENGTH)),
|
||||
NO_INTERSECT_COLOR);
|
||||
}
|
||||
// if (USE_OVERLAY_LINES_FOR_SEARCHING === true) {
|
||||
// this.overlayLineOn(searchVisualizationPickRay.origin,
|
||||
// Vec3.sum(searchVisualizationPickRay.origin,
|
||||
// Vec3.multiply(searchVisualizationPickRay.direction,
|
||||
// LINE_LENGTH)),
|
||||
// NO_INTERSECT_COLOR);
|
||||
// }
|
||||
|
||||
if (this.intersectionDistance > 0) {
|
||||
var SPHERE_INTERSECTION_SIZE = 0.011;
|
||||
|
|
Loading…
Reference in a new issue