[vtkusers] What does white models and blue models mean?

Cory Quammen cory.quammen at kitware.com
Fri Jan 26 10:20:39 EST 2018


My guess is that some of the surfaces are being colored by the default
color map and some are not. Perhaps some have active scalar arrays and
some do not.

To get consistent behavior, call vtkMapper::SetScalarVisibility (int),
0 to turn color mapping off and 1 to turn it on.

HTH,
Cory

On Fri, Jan 26, 2018 at 1:29 AM, landings <landinghere at 163.com> wrote:
> I use mapper and renderer with default settings, but some models are white
> and some are blue. These models all have point data with them. So what's the
> difference?
>
>
>
> --
> Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> https://vtk.org/mailman/listinfo/vtkusers



-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.


More information about the vtkusers mailing list