Skip to content

Commit

Permalink
Update index.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
freealise authored Aug 28, 2024
1 parent 18d1eae commit 1475d5c
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 @@ -131,8 +131,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 1475d5c

Please sign in to comment.