8 lines
351 B
C
8 lines
351 B
C
|
// [ SETTINGS ] [ LUT ]
|
||
|
|
||
|
#define G_LUT_SIZE_W 1024.0 // Width of your LUT texture
|
||
|
|
||
|
#define G_CELLS_SIZE 32 // Width/Height of your cell
|
||
|
#define G_CELLS_GROUPS 4 // Quantity of tables in your texture
|
||
|
|
||
|
//#define G_ADVANCE_TRANSITION // Note for Modders: You can enable this option to do smooth transitions between tables in realtime. Check the script
|