就是这个警告,好像跟渲染时的unit有关,这个有木有办法解决一下呢,表现在我的粒子渲染不出texture,但是再单击一下按钮就可以了
用的是这个来加载我的贴图资源,粒子资源用的creator自带的
this.particleSystem1.setTextureWithRect (this.texture ,this.rect );
[.Offscreen-For-WebGL-0BE5C838]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
(index):1 版本:1.4.2 win
我找到了一个解决方法,但是不知道在哪里改,网址是https://stackoverflow.com/questions/33766604/webgl-texture-bound-to-texture-unit-0-is-not-renderable,是一个webgl的问题