Describe the bug
使用最新的1.3.15版本,官网的火焰粒子效果demo,运行报错。退回到1.3.1版本,正常运行。
To Reproduce
将官网的https://galacean.antgroup.com/engine/examples/particle-fire/ demo,复制到自己项目中运行,火焰效果一直不如意,和官网的效果有差异。
经过逐一排查,代码都是一致的,最后确认是版本问题。
报错信息 Could not compile WebGL shaderExpected behavior
最小复现方式:
copy官网代码https://galacean.antgroup.com/engine/examples/particle-fire/,engine版本为1.3.15,执行createFireParticle方法,然后engine.run()。此时控制台报错:Could not compile WebGL shader。
Describe the bug 使用最新的1.3.15版本,官网的火焰粒子效果demo,运行报错。退回到1.3.1版本,正常运行。
To Reproduce 将官网的
https://galacean.antgroup.com/engine/examples/particle-fire/ demo
,复制到自己项目中运行,火焰效果一直不如意,和官网的效果有差异。 经过逐一排查,代码都是一致的,最后确认是版本问题。 报错信息Could not compile WebGL shader
Expected behavior 最小复现方式:https://galacean.antgroup.com/engine/examples/particle-fire/
,engine版本为1.3.15,执行createFireParticle
方法,然后engine.run()
。此时控制台报错:Could not compile WebGL shader
。pnpm install; pnpm dev
,此时运行效果正常;然后将项目package.json
中,@galacean/engine
及@galacean/engine-shader-lab
版本修改为1.3.15, 重新运行pnpm install; pnpm dev
。此时控制台报错:Could not compile WebGL shader
。 ScreenshotsDesktop (please complete the following information):