This commit is contained in:
2026-05-11 22:01:36 +02:00
parent 84963aa166
commit cbe5695fac
420 changed files with 661974 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
/**
* Development repository: https://github.com/kaisalmen/WWOBJLoader
*/
import { OBJLoader2Parser } from '../../OBJLoader2Parser.js';
import {
WorkerRunner,
DefaultWorkerPayloadHandler
} from './WorkerRunner.js';
new WorkerRunner( new DefaultWorkerPayloadHandler( new OBJLoader2Parser() ) );