MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / SetTransform

Method SetTransform

Rtxpt/SampleGame/GameModel.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void ModelInstance::SetTransform(const dm::double3& translation, const dm::dquat& rotation, const dm::double3& scaling)
247{
248 m_node->SetTransform(&translation, &rotation, &scaling);
249}
250
251void ModelInstance::SetTransform(const dm::float3 & translation, const dm::quat & rotation, const dm::float3 & scaling)
252{

Callers 1

ModelTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected