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

Method TranslateLeft

src/luxcore/luxcoreimpl.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void CameraImpl::TranslateLeft(const float t) const {
323 scene.scene->camera->TranslateLeft(t);
324 scene.scene->editActions.AddAction(slg::CAMERA_EDIT);
325}
326
327void CameraImpl::TranslateRight(const float t) const {
328 scene.scene->camera->TranslateRight(t);

Callers 2

ToolCameraEditKeysMethod · 0.45

Calls 1

AddActionMethod · 0.80

Tested by

no test coverage detected