Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuxCoreRender/LuxCore
/ Clear
Method
Clear
src/luxcore/luxcoreimpl.cpp:109–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
void FilmImpl::Clear() {
110
return GetSLGFilm()->Clear();
111
}
112
113
void FilmImpl::AddFilm(const Film &film) {
114
const FilmImpl *filmImpl = dynamic_cast<const FilmImpl *>(&film);
Callers
15
DefineMesh
Method · 0.45
DefineStrands
Method · 0.45
Parse
Method · 0.45
DuplicateObject
Method · 0.45
UpdateObjectTransformation
Method · 0.45
UpdateObjectMaterial
Method · 0.45
DeleteObject
Method · 0.45
DeleteLight
Method · 0.45
RemoveUnusedImageMaps
Method · 0.45
RemoveUnusedTextures
Method · 0.45
RemoveUnusedMaterials
Method · 0.45
RemoveUnusedMeshes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected