Mesh lighting: Difference between revisions
Jump to navigation
Jump to search
(Created new settings page for mesh_lighting) |
mNo edit summary |
||
Line 8: | Line 8: | ||
<source lang="python"> | <source lang="python"> | ||
set mesh_lighting, on | set mesh_lighting, on | ||
set mesh_lighting, 1 # | set mesh_lighting, 1 #on | ||
set mesh_lighting, off | set mesh_lighting, off | ||
set mesh_lighting, 0 # | set mesh_lighting, 0 #off | ||
</source> | </source> |
Revision as of 13:04, 27 November 2006
Overview
set mesh_lighting turns lighting on or off for mesh This doesn't make much difference with the default mesh settings
Syntax
set mesh_lighting, on
set mesh_lighting, 1 #on
set mesh_lighting, off
set mesh_lighting, 0 #off