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

Method RotateDown

src/luxcore/luxcoreimpl.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362void CameraImpl::RotateDown(const float angle) const {
363 scene.scene->camera->RotateDown(angle);
364 scene.scene->editActions.AddAction(slg::CAMERA_EDIT);
365}
366
367//------------------------------------------------------------------------------
368// SceneImpl

Callers 2

ToolCameraEditKeysMethod · 0.45

Calls 1

AddActionMethod · 0.80

Tested by

no test coverage detected