1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0025785: Visualization - introduce AIS_ColorScale presentation for Color Scale

Color scale is implemented on AIS. Draw command vcolorscale now works with AIS_ColorScale.
In a qt sample VoxelDemo there was added a field AIS_ColorScale myColorsScale to control a color scale. Method displayColorScale and other methods were changed in order to work with this field.
This commit is contained in:
isz
2015-08-04 13:00:49 +03:00
committed by ski
parent 61b0191c54
commit 7a324550c8
29 changed files with 1004 additions and 1333 deletions

View File

@@ -66,7 +66,6 @@ To solve the problem (for lack of a better solution) I make 2 passes.
* Includes
*/
#include <Aspect_ColorScale.hxx>
#include <Aspect_GradientBackground.hxx>
#include <Aspect_Grid.hxx>
#include <Aspect_Window.hxx>