settings.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "eslint.validate": [
  3. "javascript",
  4. "html"
  5. ],
  6. "cSpell.words": [
  7. "Collada",
  8. "GPUs",
  9. "Hmmm",
  10. "JPGs",
  11. "MCVE",
  12. "Minecraft",
  13. "Morphtargets",
  14. "PNGs",
  15. "Phong",
  16. "Raycaster",
  17. "Shadertoy",
  18. "Skybox",
  19. "Skyboxes",
  20. "Toon",
  21. "Tweens",
  22. "VRML",
  23. "Voxel",
  24. "anims",
  25. "bottombar",
  26. "buffergeometry",
  27. "clearcoat",
  28. "contextmenu",
  29. "cubemaps",
  30. "dataset",
  31. "datasets",
  32. "debounced",
  33. "devtools",
  34. "divs",
  35. "drawingbuffer",
  36. "equirectangular",
  37. "grayscale",
  38. "heightmap",
  39. "ifdef",
  40. "jank",
  41. "keydown",
  42. "keyup",
  43. "lightblue",
  44. "lowpoly",
  45. "luts",
  46. "metalness",
  47. "mipmap",
  48. "mipmaps",
  49. "morphtarget",
  50. "mousedown",
  51. "mouseleave",
  52. "mousemove",
  53. "mouseout",
  54. "mouseup",
  55. "nobg",
  56. "noinvertdark",
  57. "nurbs",
  58. "offscreencanvas",
  59. "orbitcontrols",
  60. "paletted",
  61. "pointerdown",
  62. "pointermove",
  63. "pointerup",
  64. "posterize",
  65. "prepend",
  66. "raycast",
  67. "raycasting",
  68. "rdparty",
  69. "recomposite",
  70. "renderer's",
  71. "rendertargets",
  72. "rgba",
  73. "scanline",
  74. "scanlines",
  75. "scenegraph",
  76. "scenegraphs",
  77. "shader's",
  78. "skyboxs",
  79. "tabindex",
  80. "teleporting",
  81. "texcoords",
  82. "threejs",
  83. "threejsfundamentals",
  84. "touchend",
  85. "touchmove",
  86. "touchstart",
  87. "tween's",
  88. "typedarrays",
  89. "untrack",
  90. "voxel's",
  91. "voxels",
  92. "wireframe"
  93. ]
  94. }