Re: [PyMOL] Small VRML export bug

2008-01-28 Thread DeLano Scientific
orge.net > Subject: [PyMOL] Small VRML export bug > > > Hi Warren, > > In the current SVN sources, line 1214 of layer1/Ray.c sets > "shininess" equal to 8 for exported VRML files. The VRML97 > specification, however, wants shininess to be between 0.0 and 1.0. &

[PyMOL] Small VRML export bug

2008-01-28 Thread Chris Want
Hi Warren, In the current SVN sources, line 1214 of layer1/Ray.c sets "shininess" equal to 8 for exported VRML files. The VRML97 specification, however, wants shininess to be between 0.0 and 1.0. So, I would recommend changing the shininess to 0.8. Cheers, Chris -- ___