[Paraview] Point sprite plugin does not work on Mac

Berk Geveci berk.geveci at kitware.com
Wed Sep 30 11:10:41 EDT 2009


The GLSL compiler on the Mac tends to be more picky about types and
such. I have seen problems like this before and Francois could always
fix it by changing the code. So I'd suspect the compiler rather than
the card not supporting a feature.

On Tue, Sep 29, 2009 at 2:54 PM, Eric E. Monson <emonson at cs.duke.edu> wrote:
> Hey Ken,
> I always get this same error, but I've never been able to use this type of
> shader on my Mac, even with PV Meshless. I always figured (that through my
> ignorance) it was either a problem with the way I built PV, or some lack of
> features in my video card. (As with yours, SimplePoint and Texture work fine
> for me.)
> Talk to you later,
> -Eric
> ------------------------------------------------------
> Eric E Monson
> Duke Visualization Technology Group
>
> On Sep 29, 2009, at 1:01 PM, Moreland, Kenneth wrote:
>
> I am having trouble getting the point sprite plugin to work on the Mac.  It
> works fine when the Sprite Mode is SimplePoint or Texture, but when I change
> to Sphere I get an error message like the following:
>
> ERROR: In /Users/kmorel/src/ParaView3/VTK/Rendering/vtkShaderProgram2.cxx,
> line 421 vtkShaderProgram2 (0x2be20060):  a shader failed to compile. Its
> log is: ERROR: 0:224: 'transpose' : no matching overloaded function found
> ERROR: 0:224: '=' :  cannot convert from 'const float' to '4X4 matrix of
> float' ERROR: 0:504: 'transpose' : no matching overloaded function found
> ERROR: 0:504: '=' :  cannot convert from 'const float' to '4X4 matrix of
> float' . Its source code is:
> /*=========================================================================
>  Program:   Visualization Toolkit  Module:    $RCSfile: Quadrics_vs.glsl,v $
> ...
>
> Has anyone else gotten point sprites to work on the Mac?
>
> -Ken
>
>    ****      Kenneth Moreland
>     ***      Sandia National Laboratories
> ***********
> *** *** ***  email: kmorel at sandia.gov
> **  ***  **  phone: (505) 844-8919
>     ***      web:   http://www.cs.unm.edu/~kmorel
>
> _______________________________________________
> 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 ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
> _______________________________________________
> 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 ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list