Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion brainrender/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
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, cartoon]
SHOW_AXES = True
SHOW_AXES = False
WHOLE_SCREEN = False # If true render window is full screen
OFFSCREEN = False
NUM_LOGS_KEPT = 100
Loading