mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03:04:40 +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() {
|
void Model::deleteGeometry() {
|
||||||
_deleteGeometryCounter++;
|
|
||||||
_meshStates.clear();
|
_meshStates.clear();
|
||||||
_rig.destroyAnimGraph();
|
_rig.destroyAnimGraph();
|
||||||
_blendedBlendshapeCoefficients.clear();
|
_blendedBlendshapeCoefficients.clear();
|
||||||
|
|
|
@ -337,7 +337,6 @@ public:
|
||||||
|
|
||||||
const MeshState& getMeshState(int index) { return _meshStates.at(index); }
|
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; }
|
const QMap<render::ItemID, render::PayloadPointer>& getRenderItems() const { return _modelMeshRenderItemsMap; }
|
||||||
BlendShapeOperator getModelBlendshapeOperator() const { return _modelBlendshapeOperator; }
|
BlendShapeOperator getModelBlendshapeOperator() const { return _modelBlendshapeOperator; }
|
||||||
|
|
||||||
|
@ -473,8 +472,6 @@ protected:
|
||||||
friend class ModelMeshPartPayload;
|
friend class ModelMeshPartPayload;
|
||||||
Rig _rig;
|
Rig _rig;
|
||||||
|
|
||||||
uint32_t _deleteGeometryCounter { 0 };
|
|
||||||
|
|
||||||
bool _visualGeometryRequestFailed { false };
|
bool _visualGeometryRequestFailed { false };
|
||||||
|
|
||||||
bool _renderItemsNeedUpdate { false };
|
bool _renderItemsNeedUpdate { false };
|
||||||
|
|
Loading…
Reference in a new issue