mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 12:14:00 +02:00
another unused variable
This commit is contained in:
parent
a7e6332c0e
commit
c8532a1ac5
2 changed files with 0 additions and 4 deletions
|
@ -1493,7 +1493,6 @@ void Model::updateBlendshapes() {
|
|||
}
|
||||
|
||||
void Model::deleteGeometry() {
|
||||
_deleteGeometryCounter++;
|
||||
_meshStates.clear();
|
||||
_rig.destroyAnimGraph();
|
||||
_blendedBlendshapeCoefficients.clear();
|
||||
|
|
|
@ -337,7 +337,6 @@ public:
|
|||
|
||||
const MeshState& getMeshState(int index) { return _meshStates.at(index); }
|
||||
|
||||
uint32_t getGeometryCounter() const { return _deleteGeometryCounter; }
|
||||
const QMap<render::ItemID, render::PayloadPointer>& getRenderItems() const { return _modelMeshRenderItemsMap; }
|
||||
BlendShapeOperator getModelBlendshapeOperator() const { return _modelBlendshapeOperator; }
|
||||
|
||||
|
@ -473,8 +472,6 @@ protected:
|
|||
friend class ModelMeshPartPayload;
|
||||
Rig _rig;
|
||||
|
||||
uint32_t _deleteGeometryCounter { 0 };
|
||||
|
||||
bool _visualGeometryRequestFailed { false };
|
||||
|
||||
bool _renderItemsNeedUpdate { false };
|
||||
|
|
Loading…
Reference in a new issue