Undo-d the commit due to general panic about GLSL.

This was SVN commit r13700.
This commit is contained in:
RedFox 2013-08-18 11:15:29 +00:00
parent 29b5021f97
commit bf7cd1fcbd

View file

@ -80,10 +80,10 @@ renderpath = default
;;;;; EXPERIMENTAL ;;;;;
; Prefer GLSL shaders over ARB shaders (not recommended). REQUIRES gentangents=true.
preferglsl = true
preferglsl = false
; Generate tangents for normal and parallax mapping. REQUIRES preferglsl=true.
gentangents = true
gentangents = false
; Experimental probably-non-working GPU skinning support; requires preferglsl; use at own risk
gpuskinning = false