absence_thelab

diff n3dinit.conf @ 0:1cffe3409164

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 23 Oct 2014 01:46:07 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/n3dinit.conf	Thu Oct 23 01:46:07 2014 +0300
     1.3 @@ -0,0 +1,20 @@
     1.4 +; The Lab Demos
     1.5 +; 3D Engine Configuration File
     1.6 +; You are advised not to mess with this file :)
     1.7 +; -- Nuclear / the Lab --
     1.8 +
     1.9 +fullscreen = false
    1.10 +resolution = 800x600
    1.11 +bpp = 32
    1.12 +zbufferdepth = 32
    1.13 +device = hal
    1.14 +tnl = hw
    1.15 +refresh = 60
    1.16 +antialiasing = high
    1.17 +flipchain = doublebuffering
    1.18 +vsync = false
    1.19 +dontcareabout = zbufferdepth, tnl, alpha
    1.20 +
    1.21 +; -- syntax reminder --
    1.22 +; dontcareflags: bpp, refresh, alpha, zbufferdepth, tnl, flipchain, aamode, vsync
    1.23 +; antialiasing: none / low / high
    1.24 \ No newline at end of file