9 lines
484 B
Markdown
9 lines
484 B
Markdown
# Test 1
|
|
This test requires a directory called `chunks` in the current working directory,
|
|
filled with mAABB file that follow the naming convention: `<string>,<int>,<int>`.
|
|
|
|
The mAABB file format contains an arbitrary number of AABBs, with one line per each:
|
|
`<min-x> <min-y> <min-z> <max-x> <max-y> <max-z>`
|
|
|
|
This program should be ran via the command line with `java -jar`. It will process the
|
|
first file it finds and print out each plane and the associated properties with each one. |