Difference between revisions of "Mesh lighting"

From PyMOLWiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
== Overview ==
 
== 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.
set mesh_lighting turns lighting on or off for mesh
 
This doesn't make much difference with the default mesh settings
 
  
 
== Syntax ==
 
== Syntax ==
  
 
<source lang="python">
 
<source lang="python">
 +
# on
 
set mesh_lighting, on
 
set mesh_lighting, on
set mesh_lighting, 1                         #on
+
set mesh_lighting, 1  
  
 +
# off
 
set mesh_lighting, off
 
set mesh_lighting, off
set mesh_lighting, 0                         #off
+
set mesh_lighting, 0
 
</source>
 
</source>

Revision as of 19:24, 5 March 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