diff --git a/Skyboxes.md b/Skyboxes.md index 9f04e53..a8de887 100644 --- a/Skyboxes.md +++ b/Skyboxes.md @@ -1,3 +1,12 @@ -sky_camera has received some interesting changes. +sky_camera has received some interesting changes, which will be outlined in this article. -(todo: talk about parenting, movement updating, angles, etc.) \ No newline at end of file +# Movement + +Three important changes have been made to sky_camera: +* The ability to update position (moving sky_camera) +* The ability to be parented to another entity +* The ability to rotate (rotating the world's perspective of the skybox) + +These changes create the ability for the skybox to move around freely. + +(todo) \ No newline at end of file