add setFirstCamera method to FilamentViewer

This commit is contained in:
Nick Fisher
2022-08-16 11:32:03 +10:00
parent 7e424a8bed
commit 4aef34b2ae
2 changed files with 27 additions and 5 deletions

View File

@@ -65,6 +65,7 @@ namespace polyvox {
Manipulator<float>* manipulator;
bool setFirstCamera(SceneAsset* asset);
bool setCamera(SceneAsset* asset, const char* nodeName);
void destroySwapChain();
void createSwapChain(void* surface);