Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuxCoreRender/LuxCore
/ StartTime
Method
StartTime
include/luxrays/core/geometry/motionsystem.h:155–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
bool IsStatic() const;
154
155
float StartTime() const {
156
return times.front();
157
}
158
159
float EndTime() const {
160
return times.back();
Callers
1
BOOST_FOREACH
Function · 0.80
Calls
1
front
Method · 0.80
Tested by
no test coverage detected