mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-08 20:16:43 +00:00
Make some RipplesSurface members private
This commit is contained in:
parent
dc5371d157
commit
56e69cf7a2
1 changed files with 4 additions and 4 deletions
|
|
@ -50,6 +50,10 @@ namespace MWRender
|
||||||
// e.g. texel to cell unit ratio
|
// e.g. texel to cell unit ratio
|
||||||
static constexpr float mWorldScaleFactor = 2.5;
|
static constexpr float mWorldScaleFactor = 2.5;
|
||||||
|
|
||||||
|
private:
|
||||||
|
void setupFragmentPipeline();
|
||||||
|
void setupComputePipeline();
|
||||||
|
|
||||||
Resource::ResourceSystem* mResourceSystem;
|
Resource::ResourceSystem* mResourceSystem;
|
||||||
|
|
||||||
struct State
|
struct State
|
||||||
|
|
@ -63,10 +67,6 @@ namespace MWRender
|
||||||
|
|
||||||
std::array<State, 2> mState;
|
std::array<State, 2> mState;
|
||||||
|
|
||||||
private:
|
|
||||||
void setupFragmentPipeline();
|
|
||||||
void setupComputePipeline();
|
|
||||||
|
|
||||||
osg::Vec2f mCurrentPlayerPos;
|
osg::Vec2f mCurrentPlayerPos;
|
||||||
osg::Vec2f mLastPlayerPos;
|
osg::Vec2f mLastPlayerPos;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue