Started working on parsing OBJ Files.
Why string manipulation is so tedious in C/++ :(
This commit is contained in:
@@ -61,6 +61,12 @@ void RenderStats::addTriangle()
|
||||
this->triangleCount++;
|
||||
};
|
||||
|
||||
void RenderStats::addOBJFile()
|
||||
{
|
||||
#pragma omp atomic
|
||||
this->objfileCount++;
|
||||
};
|
||||
|
||||
void RenderStats::addPixel()
|
||||
{
|
||||
#pragma omp atomic
|
||||
|
||||
Reference in New Issue
Block a user