add implementation for setMorphWeights

This commit is contained in:
Nick Fisher
2023-06-22 13:38:17 +08:00
parent 6ec9fc2988
commit 555d1199a2
9 changed files with 196 additions and 164 deletions

View File

@@ -100,9 +100,11 @@ namespace polyvox {
private:
void createImageRenderable();
void loadResources(std::string relativeResourcePath);
void cleanup();
Manipulator<float>* _manipulator = nullptr;
void cleanup();
bool _panning = false;
float _startX;
float _startY;
math::mat4f _cameraPosition;
math::mat4f _cameraRotation;