We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f861f commit 58dc883Copy full SHA for 58dc883
src/service/record/main/setting/OperateSettingService.re
@@ -26,7 +26,7 @@ let setSetting = ({canvasId, memory, buffer, isDebug, context, gpu, worker}) =>
26
meshRendererCount: 10 * 1000,
27
basicSourceTextureCount: 64,
28
arrayBufferViewSourceTextureCount: 64,
29
- textureCountPerMaterial: 16,
+ textureCountPerMaterial: 8,
30
instanceBuffer: {
31
sourceInstanceCount: 2,
32
objectInstanceCountPerSourceInstance: 10000,
0 commit comments