Add property binding for 3D cloud wrapping. Note that this relies on SimGear commmit 410c5ae
This commit is contained in:
parent
2c24b1da17
commit
02cf9774e8
1 changed files with 4 additions and 0 deletions
|
@ -219,6 +219,10 @@ FGEnvironmentMgr::bind ()
|
||||||
&SGSky::get_3dCloudVisRange,
|
&SGSky::get_3dCloudVisRange,
|
||||||
&SGSky::set_3dCloudVisRange);
|
&SGSky::set_3dCloudVisRange);
|
||||||
|
|
||||||
|
_tiedProperties.Tie("clouds3d-wrap", thesky,
|
||||||
|
&SGSky::get_3dCloudWrap,
|
||||||
|
&SGSky::set_3dCloudWrap);
|
||||||
|
|
||||||
// _tiedProperties.Tie("lightning-enable", &sgEnviro,
|
// _tiedProperties.Tie("lightning-enable", &sgEnviro,
|
||||||
// &SGEnviro::get_lightning_enable_state,
|
// &SGEnviro::get_lightning_enable_state,
|
||||||
// &SGEnviro::set_lightning_enable_state);
|
// &SGEnviro::set_lightning_enable_state);
|
||||||
|
|
Loading…
Reference in a new issue