Implemented API for model node creation.

hello_cube smoke test now adds a model node and assigns the built-in cube model
This commit is contained in:
2024-09-21 23:32:38 -07:00
parent 3b9a5d6f81
commit 0a66f11ff0
17 changed files with 95 additions and 29 deletions

View File

@@ -64,7 +64,7 @@ public:
void setFlareOcclusionSize(float occlusion_size);
void deleteBuffers();
virtual void render(RenderInfo& ri);
virtual void render(RenderInfo& ri) override;
int getShadowBufferCount();
int* getShadowTextures();