-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add KTX2/Basis sample #5
Comments
searching |
@YoussefV not sure why your search didn't pick it up, but you can find occurrences in |
Yeah sorry if my message was unclear, |
Yeah that's weird... Would I be replacing the |
Just talked offline - but yes, the latter. |
Now that KTX2/Basis support is being added to CesiumJS in CesiumGS/cesium#9040 we should add a sample that uses KTX2/Basis textures.
@YoussefV Take a look at
createBatchedTextured
as a reference point for the new sample. Instead of usingdata/wood_red.jpg
the new sample would usedata/wood_red.ktx2
. You'll mostly be working in3d-tiles-samples-generator.ts
,createBuilding.ts
, andcreateGltf.js
.The project is midway through changing from JavaScript to TypeScript so apologies if it's a little messy.
The text was updated successfully, but these errors were encountered: