This website requires JavaScript.
Explore
Help
Sign In
sigonasr2
/
jmonkeyengine
Watch
1
Star
0
Fork
0
You've already forked jmonkeyengine
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
jmonkeyengine
/
jme3-jogl
/
src
/
main
/
java
/
com
/
jme3
/
renderer
/
jogl
History
shadowislord
81498d6f79
* Introduce Image.isNPOT() which is now used to check if the image is non-power-of-2 in renderer implementations.
2014-05-31 12:27:31 -04:00
..
JoglGL1Renderer.java
* Introduce Image.isNPOT() which is now used to check if the image is non-power-of-2 in renderer implementations.
2014-05-31 12:27:31 -04:00
JoglRenderer.java
* Introduce Image.isNPOT() which is now used to check if the image is non-power-of-2 in renderer implementations.
2014-05-31 12:27:31 -04:00
TextureUtil.java
Introduced RGB10_A2 Image Format. It offers greater precision for RGB channels at the expense of precision for the alpha channel. This format is convenient for post processing, and especially when gamma correction is turned on.
2014-05-26 12:16:15 +02:00