From 2d48a88ec0e740c970a638d39c1c7d8e536544ef Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sat, 29 Jun 2019 00:50:46 -0500 Subject: [PATCH] Updated Skyboxes (markdown) --- Skyboxes.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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