Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/begla/Intrinsic
/ syncSimulation
Method
syncSimulation
IntrinsicCore/src/IntrinsicCorePhysicsSystem.cpp:150–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
// <-
149
150
void System::syncSimulation()
151
{
152
_INTR_PROFILE_CPU(
"Physics"
,
"Fetch Results"
);
153
154
_pxScene->fetchResults(true);
155
}
156
}
157
}
158
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected