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 3d31c97 commit 99bb138Copy full SHA for 99bb138
packages/engine/Source/Scene/Model/ModelInstancesUpdateStage.js
@@ -26,7 +26,8 @@ ModelInstancesUpdateStage.update = function (
26
frameState,
27
) {
28
if (
29
- !sceneGraph.modelInstances._dirty ||
+ (!sceneGraph.modelInstances._dirty &&
30
+ sceneGraph._model.minimumPixelSize === 0) ||
31
!sceneGraph._model._drawCommandsBuilt
32
33
return;
0 commit comments