#Ktx2 integration in r3f

6 messages · Page 1 of 1 (latest)

vale sandal
#

hey, I recently worked a lot on ktx2 integration on r3f but since I am acutally not a developer I got stuck at the point of implementing my compressed glb as a .ktx2 into my website. My developer doesnt know how to do it so maybe someone here can help me 🙂 https://github.com/pmndrs/drei/discussions/1335#discussioncomment-6557111 I had found this article but since I cant code myself I wont be able to do it. let me know if anyone has time and can quickly help me, I can also pay for it a bit if its hard to make

GitHub

Hi, I have a glb + jsx file, coming from gltfjsx cli , and including KTX2 textures (embedded). I'm trying to extend the loader as seen in sources, like this import { useGLTF, PerspectiveCamera ...

earnest kettle
#

You are trying to load a GLB as a ktx2? that doesn't make sense, one is a mesh & texture data object and one is just a texture

#

Do you mean you made your models with ktx2 textures but aren't sure how to load them?

vale sandal
#

thank you so much! I will try to use this