Skip to content

Commit

Permalink
match CLi rtwizard default ghost intensity, change from 12 to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
brlcad committed Jan 16, 2025
1 parent f2bbc83 commit 7615589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tclscripts/rtwizard/rtwizard
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if {![info exists ::RtWizard::wizard_state(ne_color)]} { set ::RtWizard::wizard_
# Occlusion mode
if {![info exists ::RtWizard::wizard_state(occmode)]} { set ::RtWizard::wizard_state(occmode) 1 }
# Ghost intensity
if {![info exists ::RtWizard::wizard_state(ghost_intensity)]} { set ::RtWizard::wizard_state(ghost_intensity) 12 }
if {![info exists ::RtWizard::wizard_state(ghost_intensity)]} { set ::RtWizard::wizard_state(ghost_intensity) 6 }
# Pix width
if {![info exists ::RtWizard::wizard_state(width)]} { set ::RtWizard::wizard_state(width) 512 }
# Pix height (number of scan lines)
Expand Down

0 comments on commit 7615589

Please sign in to comment.