pissang / claygl

A WebGL graphic library for building scalable Web3D applications
http://claygl.xyz/
BSD 2-Clause "Simplified" License
2.81k stars 302 forks source link

Ceil mipmap size to 1 #124

Closed birdinforest closed 3 years ago

birdinforest commented 4 years ago

This fix resolves the issue when the width and height are not equal, like 16 x 128.

Size of levels supposed to be:

16 x 128, 8 x 64, 4 x 32, 2 x 16, 1 x 8, 1 x 4, 1 x 2, 1 x 1.