You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome has an issue with an invalid error (INVALID_OPERATION: texImage2D: Invalid params.format/params.type combination) being thrown when creating a RGBA16UI texture with UNPACK_PREMULTIPLY_ALPHA_WEBGL enabled. (this issue appears to also be a problem on Safari)
This is a small 3D graphics engine built in webgl. It is meant to be used as an easy-to-use API to perform rendering functionality for you rather than using the webgl itself. It can currently do environment/cube mapping, has phong lighting, normal mapping, and a few more effects.