Closed vchelaru closed 1 month ago
Currently many of the parameters in bloom and crt post processing effects are hardcoded in the .cs file rather than available as parameters.
See:
https://github.com/vchelaru/FlatRedBall/blob/NetStandard/FRBDK/Glue/OfficialPlugins/EffectPlugin/EmbeddedCodeFiles/BloomPostProcessingClass.cs
https://github.com/vchelaru/FlatRedBall/blob/NetStandard/FRBDK/Glue/OfficialPlugins/EffectPlugin/EmbeddedCodeFiles/CrtPostProcessingClass.cs
Fixed by linked PR
Currently many of the parameters in bloom and crt post processing effects are hardcoded in the .cs file rather than available as parameters.
See:
https://github.com/vchelaru/FlatRedBall/blob/NetStandard/FRBDK/Glue/OfficialPlugins/EffectPlugin/EmbeddedCodeFiles/BloomPostProcessingClass.cs
https://github.com/vchelaru/FlatRedBall/blob/NetStandard/FRBDK/Glue/OfficialPlugins/EffectPlugin/EmbeddedCodeFiles/CrtPostProcessingClass.cs