bsungur / nw-model-miner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⛏️ nw-model-miner ⛏️

  1. Download cgf-converter.exe and add the path of cgf-converter.exe to your PATH environment variable.
  2. Download texconv.exe and add the path of texconv.exe to your PATH environment variable.
  3. Download COLLADA2GLTF and add the path of COLLADA2GLTF-bin.exe to your PATH environment variable.
  4. npm install - you'll need to have a Python installation since I use ffi-napi (which uses node-gyp) to automatically create bindings to the Oodle compression DLL.
  5. node nw-model-miner.mjs "PATH_TO_ASSETS"
  6. Browse The Useless Web for about 20 minutes until the application finishes.
  7. Open nw-model-miner/viewer/index.html - drag a GLTF file onto the page to load it.
model-viewer.mp4

About


Languages

Language:JavaScript 91.1%Language:HTML 8.9%