t3du - Resolution post process

This commit is contained in:
2025-06-10 20:12:18 +00:00
parent fb1a5c88bf
commit 7fabd77ef8

View File

@ -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;