You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
2 months ago
|
{
|
||
|
"opts": {
|
||
|
"destination": "docs_new",
|
||
|
"encoding": "utf8",
|
||
|
"package": "package.json",
|
||
|
"recurse": true,
|
||
|
"template": "utils/docs/template",
|
||
|
"themeOpts": {
|
||
|
"ignoreInheritedSymbols": true
|
||
|
}
|
||
|
},
|
||
|
"plugins": [ "plugins/markdown" ],
|
||
|
"source": {
|
||
|
"include": [
|
||
|
"examples/jsm",
|
||
|
"src"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"src/extras/lib",
|
||
|
"src/renderers/common/extras/PMREMGenerator.js",
|
||
|
"examples/jsm/helpers/LightProbeHelperGPU.js",
|
||
|
"examples/jsm/helpers/TextureHelperGPU.js",
|
||
|
"examples/jsm/libs",
|
||
|
"examples/jsm/lines/webgpu",
|
||
|
"examples/jsm/loaders/lwo",
|
||
|
"examples/jsm/materials/LDrawConditionalLineNodeMaterial.js",
|
||
|
"examples/jsm/misc/ProgressiveLightMapGPU.js",
|
||
|
"examples/jsm/modifiers/CurveModifierGPU.js",
|
||
|
"examples/jsm/objects/Water2.js",
|
||
|
"examples/jsm/objects/Water2Mesh.js",
|
||
|
"examples/jsm/offscreen",
|
||
|
"examples/jsm/utils/ShadowMapViewerGPU.js"
|
||
|
]
|
||
|
}
|
||
|
}
|