Skip to content

Commit f7319cc

Browse files
committed
fix(vk): 更改默认高斯数量
1 parent 040930b commit f7319cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

miniprogram/packageAPI/pages/ar/gaussian-splatting/gaussian-splatting-ar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Component({
2323
renderByXRFrame: false, // 是否使用 xr-frame渲染
2424
renderByWebGL2: true, // 是否使用WebGL2渲染
2525
workerOn: true,
26-
maxGaussians: 100000,
26+
maxGaussians: 50000,
2727
},
2828
lifetimes: {
2929
/**

miniprogram/packageAPI/pages/ar/gaussian-splatting/gaussian-splatting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Component({
2020
renderByXRFrame: false, // 是否使用 xr-frame渲染
2121
renderByWebGL2: true, // 是否使用WebGL2渲染
2222
workerOn: true,
23-
maxGaussians: 100000,
23+
maxGaussians: 50000,
2424
},
2525
lifetimes: {
2626
/**

0 commit comments

Comments
 (0)