Difference between revisions of "Spec power"

From PyMOLWiki
Jump to navigation Jump to search
(New page: = Overview = This setting controls the power of specular reflections. = Syntax = <source> # set the power set spec_power, float # turn up the reflections set spec_power, 200 </source> =...)
 
 
Line 3: Line 3:
  
 
= Syntax =
 
= Syntax =
<source>
+
<source lang="python">
 
# set the power
 
# set the power
 
set spec_power, float
 
set spec_power, float

Latest revision as of 16:26, 17 April 2009

Overview

This setting controls the power of specular reflections.

Syntax

# set the power
set spec_power, float

# turn up the reflections
set spec_power, 200

See Also

Spec_reflect

Category:Specular_Reflections