remove superseded props from viewer and add last frame time
This commit is contained in:
@@ -94,7 +94,6 @@ namespace polyvox {
|
|||||||
private:
|
private:
|
||||||
void createImageRenderable();
|
void createImageRenderable();
|
||||||
void loadResources(std::string relativeResourcePath);
|
void loadResources(std::string relativeResourcePath);
|
||||||
void transformToUnitCube();
|
|
||||||
void cleanup();
|
void cleanup();
|
||||||
|
|
||||||
void* _layer;
|
void* _layer;
|
||||||
@@ -154,6 +153,7 @@ namespace polyvox {
|
|||||||
ColorGrading *colorGrading = nullptr;
|
ColorGrading *colorGrading = nullptr;
|
||||||
|
|
||||||
void _createManipulator();
|
void _createManipulator();
|
||||||
|
uint32_t _lastFrameTimeInNanos;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user