Discord
Steam
/
Developers
/
Rotating skybox
Login/Join
Event Log
Rotating skybox
6 replies, posted
Search
In This Thread
Do someone know how to make skybox rotatable? Just rotate the sky
By editing the map?
No. I am talking about lua.
Probably not possible since the skybox is a map implemented object. You cant edit alot of map things in lua
So, is there way to hide original and create new with using quads?
hook.Add("PreDrawSkyBox", "removeSkybox", function() render.Clear(50, 50, 50, 255) return true end) From Skybox remove on start. Try that.
Thanks!
Sorry, you need to
Log In
to post a reply to this thread.