Skip to content

Commit

Permalink
Main: AutoParamDataSource - always use the real view matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Aug 10, 2024
1 parent 31ea8fa commit 3817655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OgreMain/src/OgreAutoParamDataSource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ namespace Ogre {
mTextureViewProjMatrix[index] =
Matrix4::CLIPSPACE2DTOIMAGESPACE *
mCurrentTextureProjector[index]->getProjectionMatrixWithRSDepth() *
mCurrentTextureProjector[index]->getViewMatrix();
mCurrentTextureProjector[index]->Frustum::getViewMatrix();
}
mTextureViewProjMatrixDirty[index] = false;
}
Expand Down

0 comments on commit 3817655

Please sign in to comment.