]> git.lizzy.rs Git - shadowclad.git/history - src/engine/geometry.c
Add copyright and license notices in source code
[shadowclad.git] / src / engine / geometry.c
2020-09-17 outfrostAdd copyright and license notices in source code
2020-07-16 outfrostImplement first stage of obstacle detection
2020-07-14 outfrostRename `Vector3D` to `Vector`
2020-06-23 outfrostImplement continuous player movement
2020-06-12 outfrostCalculate smoothed vertex normals based on crease angle shading-bug-25
2020-06-12 outfrostCalculate face normals from vertices
2020-06-03 outfrostImplement rudimentary player movement; fix geometry...
2020-06-03 outfrostImplement transform math to rotate movement direction
2020-05-27 outfrostMove camera to world space position of player
2020-05-27 outfrostHousekeeping
2020-05-26 outfrostSeparate tranform code into geometry