You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.
If I import a Cubemap texture (.dds in A8R8G8B8 format created with DirectX Texture Tool) then check the "Compress" option in Xenko Editor, the resulting texture will be completely black in game (I load the texture asset using Content.Load(...) and don't rely on the skybox asset). The texture format in game is correctly ETC2_RGBA_SRgb but the contents is all black with any texture quality setting (Fast, High, Best, etc.). If I don't check "Compress", it shows up correctly. If I manually compress the texture in PVRTexTool and import as a RawAsset it also works correctly (althrough the gamma is off).
I can provide you a copy of the cubemap texture by email if you need.
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I import a Cubemap texture (.dds in A8R8G8B8 format created with DirectX Texture Tool) then check the "Compress" option in Xenko Editor, the resulting texture will be completely black in game (I load the texture asset using Content.Load(...) and don't rely on the skybox asset). The texture format in game is correctly ETC2_RGBA_SRgb but the contents is all black with any texture quality setting (Fast, High, Best, etc.). If I don't check "Compress", it shows up correctly. If I manually compress the texture in PVRTexTool and import as a RawAsset it also works correctly (althrough the gamma is off).
I can provide you a copy of the cubemap texture by email if you need.
Thanks!
The text was updated successfully, but these errors were encountered: