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 063dbd0 commit 2af7371Copy full SHA for 2af7371
packages/engine/Specs/Scene/Model/RuntimeModelInstancingPipelineStageSpec.js
@@ -95,6 +95,7 @@ describe(
95
statistics: new ModelStatistics(),
96
sceneGraph: new ModelSceneGraph(),
97
scale: 1,
98
+ minimumPixelSize: 0,
99
},
100
runtimeNode: {
101
node: node,
@@ -285,7 +286,11 @@ describe(
285
286
const sampleInstance3 = new ModelInstance(instanceModelMatrix3);
287
const sampleInstance4 = new ModelInstance(instanceModelMatrix4);
288
289
+ // mock resources for ModelInstancesUpdateStage
290
sceneGraph.modelInstances._instances = [sampleInstance3, sampleInstance4];
291
+ sceneGraph._model = {
292
293
+ };
294
const frameState = {
295
mode: SceneMode.SCENE3D,
296
};
0 commit comments