Commit graph

144 commits

Author SHA1 Message Date
yuni d9b014f673 cleanup 2024-03-19 18:27:32 +01:00
yuni 38307776df add space pizzeria 2024-03-19 18:15:19 +01:00
yuni 1c23861ec4 implement drifting 2024-03-19 16:18:52 +01:00
yuni caa53fdb59 implement rotation of objects 2024-03-19 16:14:12 +01:00
yuni 77acbfbd9b move star chart to nature.rs 2024-03-19 03:57:27 +01:00
yuni f6b067533c the alien says "Hello World" if you talk to it 2024-03-19 01:24:27 +01:00
yuni 39aa5b04b3 update dir. light to actually come from the sun
thankfully we have only one star in the system, trisolaris would be
annoying to code
2024-03-19 00:03:02 +01:00
yuni c86d51fe92 cleanup 2024-03-18 23:54:04 +01:00
yuni 1c06343fa6 dye stars in their color (doesn't work too well yet) 2024-03-18 23:47:03 +01:00
yuni 6b0f9c671a render starmap based on HYG dataset [http://www.astronexus.com/hyg] 2024-03-18 22:39:46 +01:00
yuni 2786129499 disable skybox for now 2024-03-18 20:58:16 +01:00
yuni 38a85be608 toggle skybox when toggling AR 2024-03-18 15:40:35 +01:00
yuni 871da1be78 Revert "change default settings to more release-friendly values"
This reverts commit ee63a4e9c6.
2024-03-18 14:08:11 +01:00
yuni ee63a4e9c6 change default settings to more release-friendly values 2024-03-18 14:07:48 +01:00
yuni 872142946c toggling hud toggles bloom setting 2024-03-18 04:57:17 +01:00
yuni 6a6b53d0c0 cleanup 2024-03-18 04:39:26 +01:00
yuni 5d4ec3c77c better distribution of asteroids 2024-03-18 04:07:46 +01:00
yuni 2361209eab add a bunch of asteroids + actor count in hud 2024-03-18 03:42:31 +01:00
yuni cbccd3b109 add a second click sound 2024-03-18 02:15:44 +01:00
yuni d95d3e8f9f pluginize everything 2024-03-18 00:04:57 +01:00
yuni f9e76921ec generalize player into actor 2024-03-17 23:53:43 +01:00
yuni 2e4dbe4844 rename assets/restricted/ to assets/tmp/ 2024-03-17 20:28:35 +01:00
yuni f99f82d35f cleanup 2024-03-17 15:47:06 +01:00
yuni 56a9fd766d make the sun BRIGHT 2024-03-17 14:29:40 +01:00
yuni d4f5da819c lets not go overboard with the bloom 2024-03-17 14:29:33 +01:00
yuni 7801dc6cdb white sun 2024-03-17 14:19:17 +01:00
yuni d7823f7657 darker stars 2024-03-17 14:19:12 +01:00
yuni 571f886782 add the SUN 2024-03-17 14:16:25 +01:00
yuni 9cec03a34f brighter stars 2024-03-17 13:37:55 +01:00
yuni 2664602574 rename vars 2024-03-17 13:37:52 +01:00
yuni d607da7766 add alien floating in space 2024-03-17 01:25:57 +01:00
yuni 2281fd89e7 fix alpha value 2024-03-17 01:23:35 +01:00
yuni 95de7f425e add a brown rock 2024-03-17 01:05:03 +01:00
yuni e400628af5 bulk commit 2024-03-17 00:24:47 +01:00
yuni 1514fb5b02 sphere -> large moon far away, eclipsing the sun 2024-03-16 23:53:01 +01:00
yuni 62936e3044 rotate light source 2024-03-16 23:44:53 +01:00
yuni 67fcd8096d explicit luminance 2024-03-16 23:44:46 +01:00
yuni 3317666ec2 remove point lights (never worked anyway) 2024-03-16 23:41:43 +01:00
yuni 99dc391bc2 Revert "add plane below the player"
This reverts commit 57e5241abf.
2024-03-16 23:38:14 +01:00
yuni 57e5241abf add plane below the player 2024-03-16 23:37:48 +01:00
yuni f337a6024c add directional light, disable ambient light 2024-03-16 23:37:18 +01:00
yuni ec1f7cf96c add a sphere in space 2024-03-16 23:11:56 +01:00
yuni 50e731a3ca simplify skybox code 2024-03-16 21:53:13 +01:00
yuni 94d9d15705 move skybox code to world.rs 2024-03-16 21:46:17 +01:00