MCPcopy Create free account
hub / github.com/Nadrin/Quartz / transformComponent

Method transformComponent

src/raytrace/backend/entity.cpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164Transform *Entity::transformComponent() const
165{
166 Q_ASSERT(m_nodeManagers);
167 return m_nodeManagers->transformManager.lookupResource(m_transformComponent);
168}
169
170GeometryRenderer *Entity::geometryRendererComponent() const
171{

Callers 1

updateWorldTransformFunction · 0.80

Calls 1

lookupResourceMethod · 0.80

Tested by

no test coverage detected