add implementation for setMorphWeights
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user