boatbomber / PixelColorApproximation

Rough approximation of pixel colors in Roblox
Mozilla Public License 2.0
12 stars 1 forks source link

Added support for estimating skybox color at pixel. #1

Closed laaeroooo closed 1 month ago

laaeroooo commented 2 months ago

Added support for estimating skybox color at pixel.

boatbomber commented 1 month ago

Thanks for opening a PR! I've added support for skyboxes in the latest release. Your raycasting solution is expensive, so I wrote a 3D->2D projection to get sky face position analytically instead.