spring: develop 36ff6071 | [ Diff ] [ Back to Repository ] | |||
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
-jk- | -jk- | develop | 2011-03-14 02:53:16 | develop 4c94c50d |
Changeset | fix in 5aa7768ab4 (cleanup GlobalRendering; ...) crash with skyboxes * there are 3 sky renderers: Basic, Adv, SkyBox! * Basic & Sky share >90% of the code, still merging them isn't worth the effort. Better spend the time on coding a new one! * renamed CBaseSky to IBaseSky, so ppl don't get again the idea to put huge amount of code & vars in there |
|||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | |||
mod - rts/Rendering/Env/AdvSky.cpp | [ Diff ] [ File ] | |||
mod - rts/Rendering/Env/AdvSky.h | [ Diff ] [ File ] | |||
mod - rts/Rendering/Env/BaseSky.cpp | [ Diff ] [ File ] | |||
mod - rts/Rendering/Env/BaseSky.h | [ Diff ] [ File ] | |||
mod - rts/Rendering/Env/BasicSky.cpp | [ Diff ] [ File ] | |||
mod - rts/Rendering/Env/BasicSky.h | [ Diff ] [ File ] | |||
mod - rts/Rendering/Env/SkyBox.h | [ Diff ] [ File ] |