branchsbox/oob-skyboxcancel

5 Commits over 0 Days - ∞cph!

8 Months Ago
Cleanup & document These should be Entity.IsValid() checks Use SkyboxScale not Scale Scale safety check
8 Months Ago
Actually use the sky_camera position Fix rebase error I don't think anyone has ever used this command This cubemap code wasn't even setting any used attributes? Cleanup CEnvCubemapFog compatability with C# sky_camera, temp cause we're gonna move that to C# soon enough
8 Months Ago
Add SceneCamera.Skybox for rendering 3D skyboxes in the world sky_camera and skybox_reference ported to C# removing unused properties
8 Months Ago
Remove C++ game code for skyboxes, delete sky_camera and skybox_reference C# classes for skybox_reference and sky_camera Add SceneCamera.Skybox accessor Actually use the provided skybox world 3D skybox can consist of multiple sceneworlds Took me too long to figure out client.dll path needs the worldgroupid to UpdateObjectsForRendering
8 Months Ago
Remove C++ game code for skyboxes, delete sky_camera and skybox_reference C# classes for skybox_reference and sky_camera Add SceneCamera.Skybox accessor