templates.json 265 B

12345678
  1. [
  2. {
  3. "label" : "Create a sphere",
  4. "documentation" : "https://doc.babylonjs.com/how_to/set_shapes",
  5. "insertText" : "var sphere = BABYLON.MeshBuilder.CreateSphere(\"${1:sphere}\", {diameter: ${2:1}}, scene);",
  6. "language" : "javascript"
  7. }
  8. ]