diff --git a/leenkx/Sources/leenkx/renderpath/Postprocess.hx b/leenkx/Sources/leenkx/renderpath/Postprocess.hx index 95703d9..f7cf7c0 100644 --- a/leenkx/Sources/leenkx/renderpath/Postprocess.hx +++ b/leenkx/Sources/leenkx/renderpath/Postprocess.hx @@ -133,6 +133,11 @@ class Postprocess { [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 { var v:Vec4 = null;