mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Undo-d the commit due to general panic about GLSL.
This was SVN commit r13700.
This commit is contained in:
parent
29b5021f97
commit
bf7cd1fcbd
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue