diff options
Diffstat (limited to 'source/frontend/StarWireInterface.hpp')
-rw-r--r-- | source/frontend/StarWireInterface.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/frontend/StarWireInterface.hpp b/source/frontend/StarWireInterface.hpp index 04a0f64..8f27b3f 100644 --- a/source/frontend/StarWireInterface.hpp +++ b/source/frontend/StarWireInterface.hpp @@ -40,6 +40,16 @@ private: Vec2F m_inSize; Vec2F m_outSize; Vec2F m_nodeSize; + + float m_beamWidthDev; + float m_minBeamWidth; + float m_maxBeamWidth; + float m_beamTransDev; + float m_minBeamTrans; + float m_maxBeamTrans; + float m_innerBrightnessScale; + float m_firstStripeThickness; + float m_secondStripeThickness; }; } |