소스 검색

Added stencil support to frame

David Catuhe 8 년 전
부모
커밋
711c6553fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Playground/frame.js

+ 1 - 1
Playground/frame.js

@@ -44,7 +44,7 @@
             }
 
             var canvas = document.getElementById("renderCanvas");
-            engine = new BABYLON.Engine(canvas, true);
+            engine = new BABYLON.Engine(canvas, true, {stencil: true});
             engine.renderEvenInBackground = false;
             BABYLON.Camera.ForceAttachControlToAlwaysPreventDefault = true;