mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
remove stylus and search-beams when grab script is shut down
This commit is contained in:
parent
7e7b3e040e
commit
2098cd5b5e
1 changed files with 2 additions and 0 deletions
|
@ -3516,6 +3516,8 @@ function MyController(hand) {
|
|||
this.cleanup = function() {
|
||||
this.release();
|
||||
this.grabPointSphereOff();
|
||||
this.hideStylus();
|
||||
this.overlayLineOff();
|
||||
};
|
||||
|
||||
this.thisHandIsParent = function(props) {
|
||||
|
|
Loading…
Reference in a new issue