Skip to content

Commit

Permalink
Merge pull request #350 from brainglobe/default-shader
Browse files Browse the repository at this point in the history
Change default shader style to plastic
  • Loading branch information
alessandrofelder committed May 15, 2024
2 parents 42c3621 + 68d5c43 commit 453ced2
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 453ced2

Please sign in to comment.