new ImageTexture(image, optionsopt) 选项: magFilter, minFilter, sync Source: webgl.js, line 2141 Parameters: Name Type Attributes Description image string | HTMLImageElement 图像文件ID或HTML图像元素 options Object <optional> 纹理选项 Methods destroy() 销毁图像纹理 Source: webgl.js, line 2283 updateSliceData(width, height, clip, border) 更新图像切片数据 Source: webgl.js, line 2179 Parameters: Name Type Description width number 绘制区域宽度 height number 绘制区域高度 clip Array.<number> 图像裁剪区域 border number 切片边框宽度