mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
Porting to VTK8.1
This commit is contained in:
parent
1a94b887a2
commit
ecc6a84a63
@ -557,7 +557,8 @@ int SMESH_ScalarBarActor::RenderOpaqueGeometry(vtkViewport *viewport)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//polygons & cell colors
|
//polygons & cell colors
|
||||||
unsigned char *rgba, *rgb;
|
unsigned char *rgb;
|
||||||
|
const unsigned char *rgba;
|
||||||
vtkIdType ptIds[4], dcCount=0;
|
vtkIdType ptIds[4], dcCount=0;
|
||||||
for ( i = 0; i < numColors; i++ )
|
for ( i = 0; i < numColors; i++ )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user