]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - shader_glsl.h
fix a comment about ftransform
[xonotic/darkplaces.git] / shader_glsl.h
index c7c71530a7532814b70db84e42d3001e5a9b5192..44d84da3fc67e89e7cbcffe93189f09921c0df95 100644 (file)
 "# endif\n"
 "#endif\n"
 "\n"
-"      // transform vertex to camera space, using ftransform to match non-VS rendering\n"
+"      // transform vertex to clipspace (post-projection, but before perspective divide by W occurs)\n"
 "      gl_Position = ModelViewProjectionMatrix * Attrib_Position;\n"
 "\n"
 "#ifdef USESHADOWMAPORTHO\n"