ps2 raster conversion

This commit is contained in:
aap
2019-08-04 23:52:03 +02:00
parent 6b36390bdc
commit 14c773d35a
4 changed files with 184 additions and 9 deletions

View File

@@ -506,6 +506,11 @@ Geometry::buildMeshes(void)
Triangle *tri;
Mesh *mesh;
if(this->flags & Geometry::NATIVE){
fprintf(stderr, "WARNING: trying Geometry::buildMeshes() on pre-instanced geometry\n");
return;
}
rwFree(this->meshHeader);
this->meshHeader = nil;
int32 numMeshes = this->matList.numMaterials;