mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Updated to version 0.8.0
This commit is contained in:
@@ -684,7 +684,7 @@ void Camera::updateCachedValues()
|
||||
|
||||
// Update the cached frustum
|
||||
m_cachedViewFrustum = computeViewFrustum();
|
||||
m_cachedViewFrustum.isOutside(Vec3d(0,0,0));
|
||||
|
||||
// Update the front plane pixel size (height)
|
||||
CVF_ASSERT(m_viewport.notNull());
|
||||
uint vpWidth = m_viewport->width();
|
||||
|
||||
Reference in New Issue
Block a user