MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / setTranslation

Method setTranslation

Source/Falcor/Scene/Transform.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 Transform::Transform() {}
34
35 void Transform::setTranslation(const float3& translation)
36 {
37 mTranslation = translation;
38 mDirty = true;
39 }
40
41 void Transform::setScaling(const float3& scaling)
42 {

Callers 5

handleActionsMethod · 0.80
convertTextureCoordsMethod · 0.80
convertMethod · 0.80
FALCOR_SCRIPT_BINDINGFunction · 0.80
transformFromMatrix4x4Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected