mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +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
|
||||
unsigned char *rgba, *rgb;
|
||||
unsigned char *rgb;
|
||||
const unsigned char *rgba;
|
||||
vtkIdType ptIds[4], dcCount=0;
|
||||
for ( i = 0; i < numColors; i++ )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user