first step for BlinnPhongPureColor

This commit is contained in:
2023-10-31 17:59:12 +08:00
parent 4ed0e281b2
commit c4deceebd9
9 changed files with 79 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ struct MetricCellsGridData
constexpr const size_t MCG_SIZE=sizeof(MetricCellsGridData);
constexpr const float PLANE_SIZE=512;
constexpr const float PLANE_SIZE=1024;
class TestApp:public SceneAppFramework
{