diff --git a/src/core/const.js b/src/core/const.js index 81ab15c..7934d7a 100644 --- a/src/core/const.js +++ b/src/core/const.js @@ -171,6 +171,13 @@ MIRRORED_REPEAT:2 }, + /** + * If set to true WebGL will attempt make textures mimpaped by default + * Mipmapping will only succeed if the base texture uploaded has power of two dimensions + * @static + * @constant + * @property {bool} MIPMAP_TEXTURES + */ MIPMAP_TEXTURES:true, /**