cesium/.vscode/cspell.json

112 lines
1.7 KiB
JSON

{
"version": "0.2",
"language": "en",
"allowCompoundWords": true,
"caseSensitive": false,
"files": [
"**/*.js",
"**/*.html",
"**/*.css",
"**/*.md"
],
"ignorePaths": [
"node_modules/**",
"**/ThirdParty/**",
"**/Build/**",
"Source/**",
"CONTRIBUTORS.md",
"**/LICENSE.md"
],
"useGitignore": true,
"dictionaries": [
"typescript",
"node",
"html",
"css",
"packages"
],
"dictionaryDefinitions": [
{
"name": "packages",
"path": "./.cspell/cspell-packages.txt",
"addWords": false
}
],
"words": [
"3DTILES",
"aabb",
"Amato",
"basisu",
"bathymetric",
"bitangent",
"bitangents",
"bivariate",
"Bourke",
"brdf",
"cartesians",
"carto",
"cartographics",
"cesiumjs",
"comms",
"cyclomatic",
"czml",
"dequantize",
"dequantized",
"dequantizes",
"dijit",
"DONT",
"ecef",
"Eigen",
"emscripten",
"EPSG",
"fxaa",
"gdal",
"glsl",
"gltf",
"iframes",
"iife",
"Khronos",
"lerp",
"Lilli",
"maki",
"MAXAR",
"minifiers",
"mipmapped",
"mipmaps",
"msaa",
"noaa",
"Occludee",
"Occluder",
"occluders",
"octree",
"octrees",
"OITFS",
"pako",
"phong",
"pjcozzi",
"pnts",
"quantizations",
"reproject",
"slerp",
"tada",
"teme",
"tipsify",
"topo",
"topojson",
"Transitioner",
"tridiagonal",
"tweens",
"uncentered",
"uncompress",
"unminified",
"unproject",
"unregisters",
"unrenderable",
"voxel",
"VVLH",
"WEBG",
"WMTS",
"xdescribe"
]
}