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

Method RotateUp

src/luxcore/luxcoreimpl.cpp:357–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void CameraImpl::RotateUp(const float angle) const {
358 scene.scene->camera->RotateUp(angle);
359 scene.scene->editActions.AddAction(slg::CAMERA_EDIT);
360}
361
362void CameraImpl::RotateDown(const float angle) const {
363 scene.scene->camera->RotateDown(angle);

Callers 2

ToolCameraEditKeysMethod · 0.45

Calls 1

AddActionMethod · 0.80

Tested by

no test coverage detected