Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
add KHR_texture_basisu support
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Aug 4, 2024
1 parent 797dfac commit 4fe69cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/examples/GLTFs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ export const gltfRoutes = [
name: 'KHR_lights_punctual',
description: 'Khronos Punctual Lights Extension',
entry: () => <GLTFViewer src={CDN_URL + '/LightsPunctualLamp/glTF/LightsPunctualLamp.gltf'} />
},
{
name: 'KHR_texture_basisu',
description: 'Khronos Basis Universal Texture Extension',
entry: () => <GLTFViewer src={CDN_URL + '/FlightHelmet/glTF-KTX-BasisU/FlightHelmet.gltf'} light />
}
] as RouteData[]

Expand Down

0 comments on commit 4fe69cc

Please sign in to comment.