MCPcopy 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

InitMethod · 0.45
InitMethod · 0.45
BakeDriverFunction · 0.45
BakeThreadFunction · 0.45
InitMethod · 0.45
RenderDriverFunction · 0.45
RenderThreadFunction · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected