Skip to content

BTE-Germany/schematictogltf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schematic2GLTF

With this utility you can convert Minecraft schematics to gltf files.

Usage

  1. Put your .schematic file in ./schematics
  2. Install dependencies with npm i
  3. Either run npm install -g typescript then tsc and then node index.js or install ts-node with npm install -g ts-node and run the script with ts-node index.ts
  4. The result file will be in ./out/finished

Credits

This project uses Schem2Obj by @DavixDevelop - https://github.com/DavixDevelop/schem2obj/

About

Convert a .schematic file to .gltf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published