UNPKG

@sauskylark/potree

Version:

WebGL point cloud viewer

13 lines (9 loc) 263 B
import {EptBinaryLoader} from "./BinaryLoader.js"; export class EptZstandardLoader extends EptBinaryLoader { extension() { return '.zst'; } workerPath() { return Potree.scriptPath + '/workers/EptZstandardDecoderWorker.js'; } };