cesium/.vscode/cspell.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

112 lines
1.7 KiB
JSON
Raw Permalink Normal View History

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