absence_thelab

annotate n3dinit.conf @ 0:1cffe3409164

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 23 Oct 2014 01:46:07 +0300
parents
children
rev   line source
nuclear@0 1 ; The Lab Demos
nuclear@0 2 ; 3D Engine Configuration File
nuclear@0 3 ; You are advised not to mess with this file :)
nuclear@0 4 ; -- Nuclear / the Lab --
nuclear@0 5
nuclear@0 6 fullscreen = false
nuclear@0 7 resolution = 800x600
nuclear@0 8 bpp = 32
nuclear@0 9 zbufferdepth = 32
nuclear@0 10 device = hal
nuclear@0 11 tnl = hw
nuclear@0 12 refresh = 60
nuclear@0 13 antialiasing = high
nuclear@0 14 flipchain = doublebuffering
nuclear@0 15 vsync = false
nuclear@0 16 dontcareabout = zbufferdepth, tnl, alpha
nuclear@0 17
nuclear@0 18 ; -- syntax reminder --
nuclear@0 19 ; dontcareflags: bpp, refresh, alpha, zbufferdepth, tnl, flipchain, aamode, vsync
nuclear@0 20 ; antialiasing: none / low / high