修复液化闪屏问题
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
export class LiquifyCPUManager {
|
export class LiquifyCPUManager {
|
||||||
constructor(options = {}) {
|
constructor(options = {}) {
|
||||||
this.config = {
|
this.config = {
|
||||||
gridSize: 100, // 稍微增大网格提高性能
|
gridSize: 8, // 稍微增大网格提高性能
|
||||||
maxStrength: 200, // 适度降低最大强度
|
maxStrength: 200, // 适度降低最大强度
|
||||||
smoothingIterations: 1, // 增加平滑处理
|
smoothingIterations: 1, // 增加平滑处理
|
||||||
relaxFactor: 0.05, // 适度松弛
|
relaxFactor: 0.05, // 适度松弛
|
||||||
|
|||||||
Reference in New Issue
Block a user