mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:54:25 +02:00
cleanup
This commit is contained in:
parent
25422084b9
commit
31d2f6463f
1 changed files with 0 additions and 4 deletions
|
@ -323,8 +323,6 @@ function MyController(hand) {
|
|||
|
||||
this.overlayLineOn = function(closePoint, farPoint, color) {
|
||||
if (this.overlayLine === null) {
|
||||
print('creating handline')
|
||||
|
||||
var lineProperties = {
|
||||
lineWidth: 5,
|
||||
start: closePoint,
|
||||
|
@ -338,7 +336,6 @@ function MyController(hand) {
|
|||
this.overlayLine = Overlays.addOverlay("line3d", lineProperties);
|
||||
|
||||
} else {
|
||||
print('editing handline' + this.overlayLine)
|
||||
var success = Overlays.editOverlay(this.overlayLine, {
|
||||
lineWidth: 5,
|
||||
start: closePoint,
|
||||
|
@ -349,7 +346,6 @@ function MyController(hand) {
|
|||
alpha: 1
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
this.lineOn = function(closePoint, farPoint, color) {
|
||||
|
|
Loading…
Reference in a new issue