Skip to content

Commit

Permalink
Update index.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
freealise authored Sep 4, 2024
1 parent 161c3ff commit 092d30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
bg[i] /= 255;
}
scene.clearColor = new BABYLON.Color4(bg[0], bg[1], bg[2], bg[3]);
scene.autoClear = false;
scene.autoClearDepthAndStencil = false;
//scene.autoClear = false;
//scene.autoClearDepthAndStencil = false;
scene.getAnimationRatio();

var order = document.getElementById("order").value.split(",");
Expand Down

0 comments on commit 092d30a

Please sign in to comment.