MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / setCameraTranslation

Method setCameraTranslation

source/MRViewer/MRViewportCamera.cpp:758–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758void Viewport::setCameraTranslation( const Vector3f& translation )
759{
760 if ( params_.cameraTranslation == translation )
761 return;
762 params_.cameraTranslation = translation;
763
764 needRedraw_ = true;
765}
766
767void Viewport::setCameraViewAngle( float newViewAngle )
768{

Callers 1

spaceMouseMove_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected