Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ getCurrentProgress
Method
getCurrentProgress
modules/mpi/ospray/fb/DistributedFrameBuffer.cpp:264–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
float DFB::getCurrentProgress() const
265
{
266
if (stagesCompleted == OSP_FRAME_FINISHED) {
267
return 1.f;
268
}
269
return frameProgress;
270
}
271
272
void DFB::createTiles()
273
{
Callers
2
getProgress
Method · 0.45
getProgress
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected