Skip to content
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

What is the status of ktx format texture support in branch 2.0 ? #36

Closed
linuxaged opened this issue May 2, 2017 · 2 comments
Closed

Comments

@linuxaged
Copy link

linuxaged commented May 2, 2017

It seems only jpg, png, gif are support.

if (ext == "png")
{
contentType = "image/png";
}
else if (ext == "gif")
{
contentType = "image/gif";
}
else if (ext == "jpg" || ext == "jpeg")
{
contentType = "image/jpeg";
}

@pjcozzi
Copy link
Member

pjcozzi commented May 3, 2017

I don't believe it is implemented; KTX will not be part of glTF 2.0: KhronosGroup/glTF#835 (comment)

@lasalvavida
Copy link
Contributor

It is true that KTX is not supported in glTF, but it is supported in COLLADA. If possible, we should convert these textures. I am closing this issue in favor of #73.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants