From cbeea4dad72b50e4ffdeccf6611b40e7579c5471 Mon Sep 17 00:00:00 2001 From: B R Date: Thu, 25 Apr 2013 12:21:35 -0700 Subject: [PATCH] added "vbo" to setup_json --- docs/setup_json.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/setup_json.txt b/docs/setup_json.txt index 10e2c79..5a01ece 100644 --- a/docs/setup_json.txt +++ b/docs/setup_json.txt @@ -55,6 +55,9 @@ clsave/config.json: The more chunks are tesselated per frame, the more stutter may be encountered. A recommended value would be "2" (or "1" for slower computers). + + "vbo" enables vertex buffer objects (default: true) + May fail on older computers. Enable for a faster FPS. "audio" section: "freq" is the master audio sampling frequency in Hz, as usual.