exportinterfaceMoleculeSceneHandle { /** Changes the rotation period without rebuilding the scene. */ setSpinSeconds(seconds:number):void; /** Resizes the canvas and updates the projection. */ setSize(size:number):void; /** Stops the animation loop and releases every GPU resource. */ dispose():void; }
Live controls over a running molecule scene.
Source