This commit is contained in:
2022-11-10 17:09:37 +02:00
parent 411c341278
commit 36c09efac0
12 changed files with 24 additions and 23 deletions

View File

@@ -21,9 +21,9 @@ namespace Game
private GPUTexture texture;
private GPUTexture texture2;
public override PostProcessEffectLocation Location => PostProcessEffectLocation.Default;
public override int Order => 110;
public override bool CanRender => camera.IsActive;
//public override PostProcessEffectLocation Location => PostProcessEffectLocation.Default;
//public override int Order => 110;
//public override bool CanRender => camera.IsActive;
private bool useMainCamera = true;
public bool rescaleModel = true;