2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Initial space warp filter

This commit is contained in:
Jack Andersen
2016-07-29 07:38:44 -10:00
parent 2eaa87b7e7
commit 67801e993a
15 changed files with 350 additions and 81 deletions

View File

@@ -46,7 +46,7 @@ class ViewManager : public specter::IViewManager
class ParticleView : public specter::View
{
ViewManager& m_vm;
CThermalColdFilter m_thermColdFilter;
CSpaceWarpFilter m_spaceWarpFilter;
CRandom16 m_random;
float m_theta = 0.f;
public: