forked from LeenkxTeam/LNXSDK
t3du - Resolution post process
This commit is contained in:
@ -133,6 +133,11 @@ class Postprocess {
|
|||||||
[50.0] //2: Volumetric Fog Amount B
|
[50.0] //2: Volumetric Fog Amount B
|
||||||
];
|
];
|
||||||
|
|
||||||
|
public static var resolution_uniforms = [
|
||||||
|
720, //0: Size
|
||||||
|
0 //1: Filter
|
||||||
|
];
|
||||||
|
|
||||||
public static function vec3Link(object: Object, mat: MaterialData, link: String): iron.math.Vec4 {
|
public static function vec3Link(object: Object, mat: MaterialData, link: String): iron.math.Vec4 {
|
||||||
var v:Vec4 = null;
|
var v:Vec4 = null;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user