updated examples.

This commit is contained in:
2022-03-09 20:06:06 +08:00
parent bcd373fe6f
commit edbecbb86d
4 changed files with 31 additions and 46 deletions

View File

@@ -98,7 +98,7 @@ private:
{
const VAB *vab=material_instance->GetVAB();
ro_skyphere=CreateRenderableSphere(db,vab,1024);
ro_skyphere=CreateRenderableDome(db,vab,64);
}
bool InitScene()