You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
302 B
17 lines
302 B
2 years ago
|
// Marmoset Skyshop
|
||
|
// Copyright 2013 Marmoset LLC
|
||
|
// http://marmoset.co
|
||
|
|
||
|
//rules for mobile shader permutations
|
||
|
//nothing fancy
|
||
|
#ifdef MARMO_HQ
|
||
|
#undef MARMO_HQ
|
||
|
#endif
|
||
|
|
||
|
//Mobile needs sky rotation for local probes to work at all
|
||
|
//#ifdef MARMO_SKY_ROTATION
|
||
|
//#undef MARMO_SKY_ROTATION
|
||
|
//#endif
|
||
|
|
||
|
|