Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ setTimeRange
Method
setTimeRange
kernels/common/geometry.cpp:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void Geometry::setTimeRange (const BBox1f range)
87
{
88
time_range = range;
89
Geometry::update();
90
}
91
92
BBox1f Geometry::getTimeRange () const
93
{
Callers
1
rtcSetGeometryTimeRange
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected