How I can make "shaded" visual style do not display texture? I set visual style to "realistic" and "shaded" respectively by using "setVisualStyle" function,but, why "shaded" visual style still displayed texture on mine models?

  1. FAQ
  2. »
  3. Vectorization modules questions
  1. Check that you've using WinGLES2.txv vectorization module. Other vectorization modules doesn't support Visual Styles;
  2. Check that "UseVisualStyles" device property is set to "true";
  3. Check that you've call "setVisualStyle" method for right database viewport object.