absence_thelab

view 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 source
1 ; The Lab Demos
2 ; 3D Engine Configuration File
3 ; You are advised not to mess with this file :)
4 ; -- Nuclear / the Lab --
6 fullscreen = false
7 resolution = 800x600
8 bpp = 32
9 zbufferdepth = 32
10 device = hal
11 tnl = hw
12 refresh = 60
13 antialiasing = high
14 flipchain = doublebuffering
15 vsync = false
16 dontcareabout = zbufferdepth, tnl, alpha
18 ; -- syntax reminder --
19 ; dontcareflags: bpp, refresh, alpha, zbufferdepth, tnl, flipchain, aamode, vsync
20 ; antialiasing: none / low / high