PointGaussianMapper

PointGaussianMapper#

class PointGaussianMapper(*args, **kwargs)[source]#

Wrap vtkPointGaussianMapper.

Parameters:
themepyvista.Theme, optional

The theme to be used.

emissivebool, optional

Whether or not the point should appear emissive. Default is set by the theme’s lighting_params.emissive.

scale_factorfloat, default: 1.0

Scale factor applied to the point size.

Methods#

PointGaussianMapper.use_circular_splat([opacity])

Set the fragment shader code to create a circular splat.

PointGaussianMapper.use_default_splat()

Clear the fragment shader and use the default splat.

Attributes#

PointGaussianMapper.emissive

Set or return emissive.

PointGaussianMapper.scale_array

Set or return the name of the array used to scale the splats.

PointGaussianMapper.scale_factor

Set or return the scale factor.