Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 318 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 318 Bytes

three-js-disposer

[![License][license-badge]][license-badge-url]

Method to dispose of everything in a THREE.JS Object3D hierarchy (including its children). Especially usefull to clean up a complete scene.

Builds will create THREE.Disposer.

Usage : new THREE.Disposer().disposeOnCascade(object3d);