From: Andreas W. <4nd...@gm...> - 2014-12-16 17:45:18
|
Hi, This may also be related to the setting: ray_trace_mode Try: set ray_trace_mode, 0 This will deactivate outlines (ray_trace_color) during ray tracing. The wiki page has some examples. Cheers, Andreas On Dec 16, 2014 6:05 PM, "H. Adam Steinberg" <h.a...@gm...> wrote: > The thickness, or weight of the black outline is related to the size of > the viewport or the ray command. > > If you ray the image larger, the thickness of the black outline will be > greatly reduced. This will improve the clarity of colored sphere surface by > reducing the amount of black in those areas. > > I would try using surface instead of spheres to make the black outline > work in a more cleaner style. If you want to stick with spheres, remove the > black outline and use ambient occlusion lighting: > > set light_count,8set spec_count,1set shininess, 10set specular, 0.25set ambient,0set direct,0set reflect,1.5set ray_shadow_decay_factor, 0.1set ray_shadow_decay_range, 2 > unset depth_cue > > > > On Dec 15, 2014, at 4:33 AM, Jacob Lewis <jl...@uo...> wrote: > > Hi, > > I have a very complicated image to render in pymol and everytime I go to > render it in colour with a black outline in spheres I get the render below > whereby all the spheres have messing black lines in them? How do I > circumvent this? > <Screen Shot 2014-12-15 at 9.31.31 pm.png> > > Cheers, > > Jacob > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk_______________________________________________ > PyMOL-users mailing list (PyM...@li...) > Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users > Archives: http://www.mail-archive.com/pym...@li... > > > H. Adam Steinberg > 7904 Bowman Rd > Lodi, WI 53555 > 608/592-2366 > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > PyMOL-users mailing list (PyM...@li...) > Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users > Archives: http://www.mail-archive.com/pym...@li... > |