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

Method TranslateBackward

src/luxcore/luxcoreimpl.cpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void CameraImpl::TranslateBackward(const float t) const {
338 scene.scene->camera->TranslateBackward(t);
339 scene.scene->editActions.AddAction(slg::CAMERA_EDIT);
340}
341
342void CameraImpl::Rotate(const float angle, const float x, const float y, const float z) const {
343 scene.scene->camera->Rotate(angle, Vector(x, y, z));

Callers 2

ToolCameraEditKeysMethod · 0.45

Calls 1

AddActionMethod · 0.80

Tested by

no test coverage detected