willneedit

Results 2 issues of willneedit

Sample code snippet: ``` const rotAnim = await rotAnimData.bind({ ring: this.gateRing }); rotAnim.play(); await rotAnim.finished(); rotAnim.delete(); ``` (Create an animation on the fly, play, then delete it) For every deleted...

Maybe a subset of #63 , but I'm envisioning a way to conveniently redirect output going to `console.log(...)` or similar to a (text) actor displayed in VR, to allow for...

help wanted
implement as MRE