Representation of Points in Polydata using PointGaussianMapper.

Hi,

I have a polydata which contains points and scalar values at those points.(Link for polydata : https://drive.google.com/file/d/19kt16tYHnioucDjqRAOpSy8OAgkLYIAM/view?usp=sharing).

The below image shows the polydata(specified in the above link) rendered using PointGaussianMapper (in Paraview application) with ShaderPreset as “Custom” and ShaderCode as “//VTK::Color::Impl \n if (abs(offsetVCVSOutput.x) > 1 || abs(offsetVCVSOutput.y) > 3) \n { \n discard; \n };” and GaussianRadius as “0.25”.

Is it possible to rotate the point drawing at each point based on angle at that point? Angles information at each point comes from the polydata. Below image is the expected output(Link for the polydata : https://drive.google.com/file/d/1mBhbzuh1GD2GVSYvMC3fp_wieeFpEVTN/view?usp=sharing).

Thanks
Koushik