mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 08:36:07 +09:00
leak patched I guess
This commit is contained in:
@@ -15,8 +15,18 @@ uniform float gcount = 64.0; // using 64: has less banding and most monitors are
|
||||
uniform float bcount = 64.0;
|
||||
|
||||
|
||||
int bayer[7][7] = {
|
||||
{32,42,10,27,37,5,15},
|
||||
{1,18,28,45,13,23,40},
|
||||
{26,36,4,14,31,48,9},
|
||||
{44,12,22,39,0,17,34},
|
||||
{20,30,47,8,25,35,3},
|
||||
{38,6,16,33,43,11,21},
|
||||
{7,24,41,2,19,29,46}
|
||||
}; // I kind of accidentally create it...
|
||||
float bayerSize = 7.0;
|
||||
|
||||
int bayer[9][9] = {
|
||||
/*int bayer[9][9] = {
|
||||
{50,71,2,23,44,56,77,17,29},
|
||||
{72,12,33,45,66,6,18,39,60},
|
||||
{22,43,55,76,16,28,49,70,1},
|
||||
@@ -27,7 +37,7 @@ int bayer[9][9] = {
|
||||
{78,9,30,51,63,3,24,36,57},
|
||||
{19,40,61,73,13,34,46,67,7}
|
||||
};
|
||||
float bayerSize = 9.0;
|
||||
float bayerSize = 9.0;*/
|
||||
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
import net.torvald.terrarum.ModMgr
|
||||
|
||||
/**
|
||||
* Created by SKYHi14 on 2017-04-26.
|
||||
* Created by minjaesong on 2017-04-26.
|
||||
*/
|
||||
|
||||
static void invoke(String module) {
|
||||
|
||||
@@ -4,7 +4,7 @@ import org.jetbrains.annotations.NotNull
|
||||
import org.jetbrains.annotations.Nullable
|
||||
|
||||
/**
|
||||
* Created by SKYHi14 on 2017-04-28.
|
||||
* Created by minjaesong on 2017-04-28.
|
||||
*/
|
||||
|
||||
static GameItem invoke(int id) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
/**
|
||||
* Created by SKYHi14 on 2017-04-26.
|
||||
* Created by minjaesong on 2017-04-26.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user