Skip to content

Commit

Permalink
Update menuweight for flybrain
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale committed Jan 20, 2024
1 parent 5ba50d9 commit a2fe5c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/kotlin/sc/iview/commands/MenuWeights.kt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ object MenuWeights {
// Demo/Advanced
const val DEMO_ADVANCED_SEGMENTATION = 0.0
const val DEMO_ADVANCED_CREMI = 1.0
const val DEMO_ADVANCED_FLYBRAIN = 1.5
const val DEMO_ADVANCED_BDVSLICING = 2.0
const val DEMO_ADVANCED_MESHTEXTURE = 3.0
// Help
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Based on Ulrik and Tobi's flybrain example from scenery
menuRoot = "SciView",
menu = [Menu(label = "Demo", weight = MenuWeights.DEMO),
Menu(label = "Advanced", weight = MenuWeights.DEMO_ADVANCED),
Menu(label = "Load Flybrain Out-of-Core demo", weight = MenuWeights.DEMO_ADVANCED_CREMI)])
Menu(label = "Load Flybrain Out-of-Core demo", weight = MenuWeights.DEMO_ADVANCED_FLYBRAIN)])
class LoadFlybrainOutOfCore : Command {
@Parameter
private lateinit var sciview: SciView
Expand Down

0 comments on commit a2fe5c8

Please sign in to comment.