소스 검색

Fix to directional Light

PirateJC 5 년 전
부모
커밋
5ead8051e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Playground/templates.json

+ 1 - 1
Playground/templates.json

@@ -32,7 +32,7 @@
   {
     "label" : "Create a directional light",
     "documentation" : "https://doc.babylonjs.com/babylon101/lights#the-directional-light",
-    "insertText" : "var dirLight = new BABYLON.DirectionalLight(\"${1:dirLight}\", new BABYLON.Vector3(${2:0.25},${3:-1},${4:-0.25})}, scene);",
+    "insertText" : "var dirLight = new BABYLON.DirectionalLight(\"${1:dirLight}\", new BABYLON.Vector3(${2:0.25},${3:-1},${4:-0.25}), scene);",
     "language" : "javascript"
   },
   {