Skip to content

Commit

Permalink
Fix missing footnote (#27676)
Browse files Browse the repository at this point in the history
It looks like the previous footnote for the KHR_lights_punctual extension was to mention that useLegacyLights needed to be disabled. The footnote itself was removed in a previous commit, but the reference to it remained despite there being no "footnote 1" any longer.

Removed the footnote marker, and renumbered footnote 2 to footnote 1.
  • Loading branch information
aardvarkk authored Feb 4, 2024
1 parent ab3be07 commit dee7c4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/en/loaders/GLTFLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2>Extensions</h2>
<li>KHR_materials_unlit</li>
<li>KHR_materials_volume</li>
<li>KHR_mesh_quantization</li>
<li>KHR_lights_punctual<sup>1</sup></li>
<li>KHR_lights_punctual</li>
<li>KHR_texture_basisu</li>
<li>KHR_texture_transform</li>
<li>EXT_texture_webp</li>
Expand All @@ -66,12 +66,12 @@ <h2>Extensions</h2>
</p>

<ul>
<li>[link:https://github.com/takahirox/three-gltf-extensions KHR_materials_variants]<sup>2</sup></li>
<li>[link:https://github.com/takahirox/three-gltf-extensions KHR_materials_variants]<sup>1</sup></li>
<li>[link:https://github.com/takahirox/three-gltf-extensions MSFT_texture_dds]</li>
</ul>

<p><i>
<sup>2</sup>You can also manually process the extension after loading in your application. See [link:https://threejs.org/examples/#webgl_loader_gltf_variants Three.js glTF materials variants example].
<sup>1</sup>You can also manually process the extension after loading in your application. See [link:https://threejs.org/examples/#webgl_loader_gltf_variants Three.js glTF materials variants example].
</i></p>

<h2>Code Example</h2>
Expand Down

0 comments on commit dee7c4e

Please sign in to comment.