mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 23:17:08 +02:00
remove cruft
This commit is contained in:
parent
1b5fd52165
commit
e88f02d7b6
1 changed files with 0 additions and 3 deletions
|
@ -562,7 +562,6 @@ void ModelMeshPartPayload::render(RenderArgs* args) const {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// When an individual mesh parts like this finishes its fade, we will mark the Model as
|
// When an individual mesh parts like this finishes its fade, we will mark the Model as
|
||||||
// having render items that need updating
|
// having render items that need updating
|
||||||
bool nextIsFading = _isFading ? isStillFading() : false;
|
bool nextIsFading = _isFading ? isStillFading() : false;
|
||||||
|
@ -585,8 +584,6 @@ void ModelMeshPartPayload::render(RenderArgs* args) const {
|
||||||
|
|
||||||
// Bind the model transform and the skinCLusterMatrices if needed
|
// Bind the model transform and the skinCLusterMatrices if needed
|
||||||
bool canCauterize = args->_renderMode != RenderArgs::SHADOW_RENDER_MODE;
|
bool canCauterize = args->_renderMode != RenderArgs::SHADOW_RENDER_MODE;
|
||||||
// TODO: maybe get rid of this call?
|
|
||||||
// _model->updateClusterMatrices(_transform.getTranslation(), _transform.getRotation());
|
|
||||||
bindTransform(batch, locations, canCauterize);
|
bindTransform(batch, locations, canCauterize);
|
||||||
|
|
||||||
//Bind the index buffer and vertex buffer and Blend shapes if needed
|
//Bind the index buffer and vertex buffer and Blend shapes if needed
|
||||||
|
|
Loading…
Reference in a new issue