jsdoc.config.json 697 B

12345678910111213141516171819202122232425
  1. {
  2. "opts": {
  3. "destination": "docs_new",
  4. "encoding": "utf8",
  5. "package": "package.json",
  6. "recurse": true,
  7. "template": "utils/docs/template"
  8. },
  9. "plugins": [ "plugins/markdown" ],
  10. "source": {
  11. "include": [
  12. "examples/jsm/tsl",
  13. "src/core/Object3D.js",
  14. "src/core/EventDispatcher.js",
  15. "src/loaders/nodes",
  16. "src/materials/nodes",
  17. "src/materials/Material.js",
  18. "src/nodes",
  19. "src/math/Box3.js",
  20. "src/renderers/common",
  21. "src/renderers/webgpu" ,
  22. "src/textures/Texture.js"
  23. ]
  24. }
  25. }
粤ICP备19079148号