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

Method SetParallelProjection

Rendering/Core/vtkCamera.cxx:865–873  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

863
864//------------------------------------------------------------------------------
865void vtkCamera::SetParallelProjection(vtkTypeBool flag)
866{
867 if (this->ParallelProjection != flag)
868 {
869 this->ParallelProjection = flag;
870 this->Modified();
871 this->ViewingRaysModified();
872 }
873}
874
875//------------------------------------------------------------------------------
876void vtkCamera::SetViewAngle(double angle)

Callers 15

GLTFCameraToVTKCameraFunction · 0.80
OnLongTapMethod · 0.80
BindEventsMethod · 0.80
BuildCameraLightMethod · 0.80
TestPropPicker2RenderersFunction · 0.80
PerspectiveToggleMethod · 0.80
CopyToMethod · 0.80
TestOSPRayOrthographicFunction · 0.80

Calls 2

ViewingRaysModifiedMethod · 0.95
ModifiedMethod · 0.45