Works fine for me on a system running Red Hat Linux 7.1:
/usr/lib/libGL.so.1 from Mesa-3.4-13
/usr/lib/libGLcore.so.1 -> libGLcore.so.1.0.1551 from NVIDIA_GLX-1.0-1551
Open Inventor 2.1.5-9
Jonathan Lim _ Silicon Graphics _ Mountain View
GPS Graphics Computer Systems California, USA
On Thu Sep 5 10:13:34 2002, jame_prom@xxxxxxxxxxx wrote:
>
> Hello,
>
> I have an urgent problem I hope someone can help me with. When I look at the
> file shown below in ivview on an Irix machine, the triangle displays as red
> in one corner, blue in one corner and green in the other as expected BUT
> when I look at this on my Linux machine it appears red in one corner,
> magenta in one corner and yellow in the other. It seems that the red
> component is always on. Does anyone know why this is and how to fix this?
> Any help would be greatly appreciated.
>
> Thanks, Jane
>
> PS I'm using OpenInventor version 2.1.5-8
>
> ------------------
> #Inventor V2.0 ascii
>
> MaterialBinding {
> value PER_VERTEX_INDEXED
> }
>
> Material {
> diffuseColor [ 0 0 1,
> 0 1 0,
> 1 0 0 ]
> ambientColor 0 0 0
> specularColor 0 0 0
> emissiveColor 0 0 0
> }
> Coordinate3 {
> point [ 1 1 1, 2 1 1, 1 2 1 ]
> }
> IndexedFaceSet {
> coordIndex [ 0, 1, 2, -1 ]
> }
|