cppctamber / ccpwgl2

ccpwgl2
MIT License
25 stars 5 forks source link

General Resources #23

Open cppctamber opened 5 years ago

cppctamber commented 5 years ago

CORS

CCPWGL currently uses resources from a ccpwgl specific endpoint on the developers.eveonline.com domain. These files are ccpwgl variants of 2016 eve client files which were converted by ccpers using some internal build process.

It would be preferable that ccpwgl could read resources directly from the eve client cdn (so no build process is required), however it doesn't provide CORS (Cross origin resource sharing) headers on responses which webgl requires.

Cube Maps

DDS formats

ATI1 and ATI2 dds formats aren't supported by all browsers.

Goals

cppctamber commented 1 year ago

The large majority of dds are now ATI1 and ATI2 so these dds files must be converted.