When using as embedded on Web page #705
Unanswered
AndreyChayko
asked this question in
Answers & Questions
Replies: 1 comment 2 replies
-
if you just want so stop the patch using cpu/gpu use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the way to dispose patch?
CABLES.patch = new CABLES.Patch();
that's okay
but how to destroy it? I need to navigate through the pages I don't need the script having a bunch of event listeners and I wanna kill it when I leave the page so how to?
Beta Was this translation helpful? Give feedback.
All reactions