summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Hunt <loganthebean222@gmail.com>2020-08-05 00:00:15 -0600
committerGitHub <noreply@github.com>2020-08-05 00:00:15 -0600
commit2dbca92adb5cc902411b716bbdba395375ad51f5 (patch)
treed74eb9de1ebd0d3e845e8925920b7907a74c07de
parent6296141bd285a94cfd511d85cc222abd2c603ee7 (diff)
downloadsimple3dengine-master.tar.gz
simple3dengine-master.zip
Update README.mdHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4761d75..fae7955 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# 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
* Make