add fixes for setting camera

This commit is contained in:
Nick Fisher
2022-02-07 13:19:20 +08:00
parent acec3fc2e1
commit b28097b054
7 changed files with 228 additions and 183 deletions

View File

@@ -90,7 +90,7 @@ namespace polyvox {
// void animateWeights(float* data, int numWeights, int length, float frameRate);
// void animateBones();
void playAnimation(int index);
void setCamera(const char* nodeName);
bool setCamera(const char* nodeName);
void destroySwapChain();
void createSwapChain(void* surface);