MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / RotateLeft

Method RotateLeft

src/luxcore/luxcoreimpl.cpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void CameraImpl::RotateLeft(const float angle) const {
348 scene.scene->camera->RotateLeft(angle);
349 scene.scene->editActions.AddAction(slg::CAMERA_EDIT);
350}
351
352void CameraImpl::RotateRight(const float angle) const {
353 scene.scene->camera->RotateRight(angle);

Callers 2

ToolCameraEditKeysMethod · 0.45

Calls 1

AddActionMethod · 0.80

Tested by

no test coverage detected