MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / SampleDirection

Method SampleDirection

BakingLab/MeshBaker.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 }
260
261 Float3 SampleDirection(Float2 samplePoint)
262 {
263 return SampleDirectionHemisphere(samplePoint.x, samplePoint.y);
264 }
265
266 void AddSample(Float3 sampleDir, uint64 sampleIdx, Float3 sample, bool hitSky)
267 {

Callers 1

BakeDriverFunction · 0.45

Calls 1

Tested by

no test coverage detected