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

Method SkinnedMeshInstanceEx

Rtxpt/SampleCommon/ExtendedScene.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178SkinnedMeshInstanceEx::SkinnedMeshInstanceEx(std::shared_ptr<donut::engine::SceneTypeFactory> sceneTypeFactory, std::shared_ptr<donut::engine::MeshInfo> prototypeMesh)
179 : SkinnedMeshInstance(sceneTypeFactory, prototypeMesh)
180{
181 PerGeometryLightSamplerLinks.resize(prototypeMesh->geometries.size(), {-1, -1} );
182}
183
184[[nodiscard]] std::shared_ptr<SceneGraphLeaf> SkinnedMeshInstanceEx::Clone()
185{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected