Commit Graph

7 Commits

Author SHA1 Message Date
870a97885e Merge branch 'main' into sfrem/prototype-floor 2026-03-25 16:37:42 -05:00
77086c0a66 remove .swf files since they won't be used 2026-03-25 16:27:04 -05:00
3be3bc0470 remove old skybox 2026-03-25 13:10:59 -05:00
a96585c0ae Update lighting color and set ground to be a tiled texture from Kenney 2026-03-25 12:56:08 -05:00
4f0841a755 Fix panorama by using an actual cubemap 2026-03-25 12:47:56 -05:00
5601408e3f add skybox image and update lighting 2026-03-02 14:05:47 -06:00
Shea Frembling
bab7fe1697 Create Player Controller (#4)
* add player scene

* add some logic to control player velocity

* add debug scene and reset main scene

* add sun and env to debug scene; fix normalization of movement

* add kenney WIP assets for debug

* fix movement further and add jump

* add mouse camera control

* add sprinting

* add crouching

* use constants for height

* try to improve crouching by checking to see if there is a collision above before un-crouching

* update README about line width

* move test cube in front of playercontroller
2026-02-16 16:33:45 -06:00