From db835cecf8b6fa61f56c5365d6ea01b8e93ac4b5 Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 13 Apr 2012 08:33:11 +0000 Subject: [PATCH] Uncommented OCC_ENABLE_TEXTURED_BACKGROUND definition. Since all related bugs in OCCT are fixed, this feature is ready to be used. --- src/OCCViewer/OCCViewer_ViewModel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OCCViewer/OCCViewer_ViewModel.cxx b/src/OCCViewer/OCCViewer_ViewModel.cxx index 80cce35aa..e327514a0 100755 --- a/src/OCCViewer/OCCViewer_ViewModel.cxx +++ b/src/OCCViewer/OCCViewer_ViewModel.cxx @@ -64,7 +64,7 @@ #include // VSR: Uncomment below line to allow texture background support in OCC viewer -// #define OCC_ENABLE_TEXTURED_BACKGROUND +#define OCC_ENABLE_TEXTURED_BACKGROUND /*! Get data for supported background modes: gradient types, identifiers and supported image formats -- 2.39.2