Closed lilleyse closed 1 month ago
The latest moon.usda from https://github.com/CesiumGS/cesium-omniverse-samples/pull/18 was crashing on windows because of out-of-bounds reads.
moon.usda
Ended up being a pretty clear cut bug in NormalsAccessor::GenerateSmooth.
NormalsAccessor::GenerateSmooth
The latest
moon.usda
from https://github.com/CesiumGS/cesium-omniverse-samples/pull/18 was crashing on windows because of out-of-bounds reads.Ended up being a pretty clear cut bug in
NormalsAccessor::GenerateSmooth
.