MCPcopy Create free account
hub / github.com/Kitware/VTK / DisableShiftScale

Method DisableShiftScale

Rendering/OpenGL2/vtkGLSLModCamera.cxx:48–52  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

46}
47//------------------------------------------------------------------------------
48void vtkGLSLModCamera::DisableShiftScale()
49{
50 this->CoordinateShiftAndScaleInUse = false;
51 this->SSMatrix = nullptr;
52}
53
54//------------------------------------------------------------------------------
55bool vtkGLSLModCamera::ReplaceShaderValues(vtkOpenGLRenderer*, std::string& vertexShader,

Callers 1

UpdateGLSLModsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected