This commit is contained in:
Nayla Hanegan 2024-05-12 02:17:59 -04:00
commit 98c174edc4
520 changed files with 74815 additions and 58942 deletions

View file

@ -79,6 +79,8 @@ private:
{
return normal_vertex_count + anamorphic_vertex_count + other_vertex_count;
}
MathUtil::RunningMean<float> average_ratio;
};
ProjectionCounts perspective;