shithub: tinygl

Download patch

ref: 82527b3355dc1734e1a5e01bb8673728705be0a7
parent: d15bcd30c6ee0c0b02b7d010019d0ab590a9e606
author: David <gek@katherine>
date: Sun Feb 14 10:52:48 EST 2021

Limitations update

--- a/README.md
+++ b/README.md
@@ -58,7 +58,10 @@
 
 * A lot of prototypes are missing.
 
-* 
+* You cannot use lighting and textures at the same time.
+
+* All lighting calculations are done in eye coordinates (After the MODELVIEW matrix is applied) irrespective of 
+GL_LIGHT_MODEL_LOCAL_VIEWER
 
 
 ### NEW FUNCTIONS