Difference between revisions of "Mesh lighting"

From PyMOLWiki
Jump to navigation Jump to search
m
 
Line 13: Line 13:
 
set mesh_lighting, 0
 
set mesh_lighting, 0
 
</source>
 
</source>
 +
 +
[[Category:Settings|Mesh lighting]]

Latest revision as of 17:20, 2 November 2007

Overview

The mesh_lighting setting turns lighting on or off for the mesh representation, in PyMOL. Actually, this doesn't make much difference with the default mesh settings.

Syntax

# on 
set mesh_lighting, on
set mesh_lighting, 1 

# off
set mesh_lighting, off
set mesh_lighting, 0