Continuing working on dumping the world
This commit is contained in:
@@ -81,4 +81,7 @@ void Shape::dumpMe(FILE *fp)
|
||||
this->material.dumpMe(fp);
|
||||
fprintf(fp, "},\n");
|
||||
fprintf(fp, "\"DropShadow\": %d,\n", this->dropShadow);
|
||||
fprintf(fp, "\"BoundingBox\": {\n");
|
||||
this->getBounds().dumpMe(fp);
|
||||
fprintf(fp, "},\n");
|
||||
}
|
||||
Reference in New Issue
Block a user