Skip to content

Commit

Permalink
Some three docs links for api gen
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed May 10, 2024
1 parent 038900f commit bf9cc64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/api-plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,17 @@ const urls = [
"Object3D: https://threejs.org/docs/index.html#api/en/core/Object3D",
"Group: https://threejs.org/docs/index.html#api/en/objects/Group",
"AnimationClip: https://threejs.org/docs/index.html#api/en/animation/AnimationClip",
"PropertyMixer: https://threejs.org/docs/index.html#api/en/animation/PropertyMixer",
"AnimationMixer: https://threejs.org/docs/index.html#api/en/animation/AnimationMixer",
"Geometry: https://threejs.org/docs/index.html#api/en/core/Geometry",
"BufferGeometry: https://threejs.org/docs/index.html#api/en/core/BufferGeometry",
"Light: https://threejs.org/docs/index.html#api/en/lights/Light",
"LightShadow: https://threejs.org/docs/index.html#api/en/lights/shadows/LightShadow",
"SpotLight: https://threejs.org/docs/index.html#api/en/lights/SpotLight",
"OrbitControls: https://threejs.org/docs/index.html#examples/en/controls/OrbitControls",
"PerspectiveCamera: https://threejs.org/docs/index.html#api/en/cameras/PerspectiveCamera",
"WebGLRenderer: https://threejs.org/docs/index.html#api/en/renderers/WebGLRenderer",
"Raycaster: https://threejs.org/docs/index.html#api/en/core/Raycaster",
];

function tryGetThreejsDocsLink(dottedName) {
Expand Down

0 comments on commit bf9cc64

Please sign in to comment.