mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

* really bad and inefficient star code i think * add stars that dont work during the day but look cool * remove galaxy shape and replace it with a simple sphere * add broken background * make stars affected by fog * make the stars additive * remove commented code in shaders * remove unused variables in the shader * make the stars spin * make stars not have bloom * fix formatting * temp changes * fix formatting (still temp changes) * switch to cubyz random numbers * multiply star matrix in cpu instead of gpu * changed star to be twice as big, not affect by resolution as much, and also be loaded from a texture * remove trailing whitespaces * remove unused constants * simplify the code by removing a log and power * optimizing the stars * remove debug code * make stars triangles instead of points * simplify the math more * give star ssbo unique id * fix formatting issues * make array multiline * fix formatting * remove files i accidentally added * remove random obj file * fix some issues * use square distance * fix formatting * small change * fix some stuff * fix other things * comp error * more stuff * fix some stuff with the stars * test * fix formatting * fix more formatting * test 2 * fixes * changes * changes * fix formatting * fixes * remove patch