Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/BakingLab
/ Init
Method
Init
BakingLab/MeshBaker.cpp:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
SH9Color ResultSum;
254
255
void Init(uint64 numSamples)
256
{
257
NumSamples = numSamples;
258
ResultSum = SH9Color();
259
}
260
261
Float3 SampleDirection(Float2 samplePoint)
262
{
Callers
9
GenerateIntegrationSamples
Function · 0.45
Init
Method · 0.45
Init
Method · 0.45
BakeDriver
Function · 0.45
BakeThread
Function · 0.45
Init
Method · 0.45
RenderDriver
Function · 0.45
RenderThread
Function · 0.45
Update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected