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

Method RotateRight

src/luxcore/luxcoreimpl.cpp:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void CameraImpl::RotateRight(const float angle) const {
353 scene.scene->camera->RotateRight(angle);
354 scene.scene->editActions.AddAction(slg::CAMERA_EDIT);
355}
356
357void CameraImpl::RotateUp(const float angle) const {
358 scene.scene->camera->RotateUp(angle);

Callers 2

ToolCameraEditKeysMethod · 0.45

Calls 1

AddActionMethod · 0.80

Tested by

no test coverage detected