Cavewhere / cavewhere

3D Cave Mapping Software
https://cavewhere.com
GNU General Public License v3.0
34 stars 8 forks source link

CaveWhere should test computer's texture capability #143

Open vpicaver opened 4 years ago

vpicaver commented 4 years ago

CaveWhere should test RGB and DXT1 rendering, as well as, different texture settings. It's possible that this could crash the application if the computers graphics card isn't very good.

vpicaver commented 4 years ago

A good testcase for this the ANGLE environment. It should be renderer dependent.

vpicaver commented 4 years ago

Also test mipmaps by rendering different colors and making sure they blend correctly.