bevy icon indicating copy to clipboard operation
bevy copied to clipboard

bevy_math: faster sphere sampling

Open ickk opened this issue 1 year ago • 2 comments

Uses fewer transcendental functions than the existing approach

ickk avatar Jul 05 '24 22:07 ickk

Oh, it occurred to me that we should also probably just use this in Sphere's implementation for sample_interior. If you don't get around to it in this PR, that's fine though. :)

mweatherley avatar Jul 11 '24 15:07 mweatherley

Oh, it occurred to me that we should also probably just use this in Sphere's implementation for sample_interior. If you don't get around to it in this PR, that's fine though. :)

done

ickk avatar Jul 11 '24 19:07 ickk