Update README.md

This commit is contained in:
Logan Hunt 2020-08-05 00:00:15 -06:00 committed by GitHub
parent 6296141bd2
commit 2dbca92adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Simple3DEngine # Simple3DEngine
A simple 3D engine written in C with integer math (fixed-point) A simple 3D engine written in C with integer math (fixed-point, except for when normalizing vertices, I did not want to mess with re-inventing the wheel with accurate square-rooting)
## Requirements ## Requirements
* Make * Make