Skip to content

Commit

Permalink
Change default shader style to plastic
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed May 14, 2024
1 parent 42c3621 commit 68d5c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainrender/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
ROOT_COLOR = [0.8, 0.8, 0.8] # color of the overall brain model's actor
ROOT_ALPHA = 0.2 # transparency of the overall brain model's actor'
SCREENSHOT_SCALE = 1
SHADER_STYLE = "cartoon" # affects the look of rendered brain regions: [metallic, plastic, shiny, glossy]
SHADER_STYLE = "plastic" # affects the look of rendered brain regions: [metallic, plastic, shiny, glossy, cartoon]
SHOW_AXES = True
WHOLE_SCREEN = False # If true render window is full screen
OFFSCREEN = False

0 comments on commit 68d5c43

Please sign in to comment.