Fix each test and added READMEs
This commit is contained in:
16
application/visualizer/Test5/README.md
Normal file
16
application/visualizer/Test5/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Test 1
|
||||
This test requires a directory called `facets` in the current working directory,
|
||||
filled with facet files that follow the naming convention: `<string>,<int>,<int>`.
|
||||
|
||||
The facet file format contains an arbitrary number of facets, with each facet following
|
||||
the given format:
|
||||
```
|
||||
<vertex-count> <normal-x> <normal-y> <normal-z>
|
||||
<vertex-x> <vertex-y> <vertex-z>
|
||||
...
|
||||
```
|
||||
The intial line of the vertex count and normals are followed by an extra line for each
|
||||
vertex, containing the x, y and z coordinates of that vertex.
|
||||
|
||||
This program should be ran via the command line with `java -jar`. It will tesselate all
|
||||
the files it can find as fast as possible, then output the time results.
|
||||
Reference in New Issue
Block a user