Skip to content

TheTriumvirate/INF252

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INF251 Project

Make sure you have npm installed (You can find it at link) Then run npm install to install the necessary dependencies

Any models you want to load you need to add into the /dist/data folder. You need to add a .dat file with the data itself and a .ini with relevant spacing. (As in the example bellow) Both files must have the same name in order to work properly!

[DatFile]
oldDat Spacing X=2
oldDat Spacing Y=2
oldDat Spacing Z=3

Building

# Building
npm run build

Running

# Running
npm run start:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published