Updated Skyboxes (markdown)

Blixibon 2019-06-29 00:50:46 -05:00
parent 17c2449310
commit 2d48a88ec0

@ -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.)
# 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)