BVHLoader constructor
BVHLoader({})
manager — The loadingManager for the loader to use. Default is DefaultLoadingManager.
Creates a BVHLoader.
Implementation
BVHLoader({LoadingManager? manager, this.animateBonePositions = true, this.animateBoneRotations= true}):super(manager){
_loader = FileLoader(manager);
}