new CubeTexture(param) thing/src/resources/CubeTexture.js, line 58 构造立方体纹理 Parameters: Name Type Description param object 初始参数 Properties Name Type Description url string 立方体纹理的url flipY boolean 是否翻转y轴 wrapType THING.ImageWrapType 纹理包裹类型 mappingType THING.ImageMappingType 纹理映射类型 onLoad function 立方体纹理加载完成后的回调函数 onProgress function 立方体纹理加载进度的回调函数 onError function 立方体纹理加载失败后的回调函数