-
- Downloads
Fix build using VTK_FUTURE_CONST
vtkImplicitFrustumRepresentation calls `this->Frustum->GetBottomPlane()->GetNormal()` where `GetNormal` is not const but `GetBottomPlane` is. Looks hard to make vtkPlane API const-correct, so remove const from vtkFrustum::GetXXXPlane(). Was introduced in !11575
Please register or sign in to comment