Start working on dumping the world (to a JSON file) for debug purposes.
This commit is contained in:
@@ -22,6 +22,11 @@ public:
|
||||
{
|
||||
return Colour(point.x, point.y, point.z);
|
||||
}
|
||||
|
||||
void dumpMe(FILE *fp) {
|
||||
fprintf(fp, "\"Type\": \"Test\",\n");
|
||||
Pattern::dumpMe(fp);
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* DORAYME_TESTPATTERN_H */
|
||||
|
||||
Reference in New Issue
Block a user