mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
Functioning XRay blur filter
This commit is contained in:
19
DataSpec/DNACommon/Tweaks/ITweakGui.hpp
Normal file
19
DataSpec/DNACommon/Tweaks/ITweakGui.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __DNACOMMON_ITWEAKGUI_HPP__
|
||||
#define __DNACOMMON_ITWEAKGUI_HPP__
|
||||
|
||||
#include "../DNACommon.hpp"
|
||||
#include "zeus/CVector2f.hpp"
|
||||
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
struct ITweakGui : BigYAML
|
||||
{
|
||||
virtual float GetScanSpeed(int idx) const=0;
|
||||
virtual float GetXrayBlurScaleLinear() const=0;
|
||||
virtual float GetXrayBlurScaleQuadratic() const=0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __DNACOMMON_ITWEAKGUI_HPP__
|
||||
Reference in New Issue
Block a user