jMonkeyEngine / jMonkeyEngine/jmonkeyengine
Examples: DXT Textures failing on Android
@shadowislord is already working on this.
Since Mar 24, 2014.
- Dominant language
- Java
- Stars
- 4.3k
- Forks
- 1.2k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 14
Description
Reference on googlecode: https://code.google.com/p/jmonkeyengine/issues/detail?id=472
Reported by @shadowislord Feb 23, 2012
What steps will reproduce the problem?
- Run some example on Linux or Android
What is the expected output? What do you see instead?
I receive an error "DXT is not supported by the hardware".
jME3 should convert its DXT textures to use either JPEG or PNG format as many of its target platforms do not support the DXT format.
paul.amstetten
I had the same Problem: "compressed textures are not supported by the video hardware".
I am using ubuntu and solved the issue with mesa.
So I installed the "texture compression library for mesa" and now it works.
The installed package names are:
libgl1-mesa-dri
libgl-mesa-glx
libgxc-dxtn-s2tc0
Hope that can help.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.