From 859f26ae84b4e84ac77af4b9513270d771d4161f Mon Sep 17 00:00:00 2001 From: kgv Date: Wed, 18 Dec 2013 17:44:24 +0400 Subject: [PATCH] 0024482: Documentation - provide descipriprion of CSF_ShadersDirectory variable in the Overview --- dox/overview/Overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dox/overview/Overview.md b/dox/overview/Overview.md index 448669945f..f8cf55fcaa 100644 --- a/dox/overview/Overview.md +++ b/dox/overview/Overview.md @@ -406,6 +406,7 @@ The scripts are located in the OCCT root folder. * **CSF_DEBUG** (optional, Windows only): if defined then a diagnostic message is displayed in case of an exception; * **CSF_DEBUG_BOP** (optional): if defined then it should specify directory where diagnostic data on problems occured in Boolean operations will be saved; * **CSF_MDTVTexturesDirectory** defines the directory for available textures when using texture mapping; + * **CSF_ShadersDirectory** defines the directory for GLSL programs (required for advanced rendering techniques and custom shaders); * **CSF_UnitsDefinition** and **CSF_UnitsLexicon** should define paths to resource files Lexi_Expr.dat and Units.dat, respectively, required for support of measurement units; * **CSF_SHMessage** is required in order to define the path to the messages file for *ShapeHealing*; * **CSF_XSMessage** is required in order to define the path to the messages file for **STEP** and **IGES** translators;