Skip to content

Commit

Permalink
Update scaling for LoadCremiDatasetAndNeurons for scenery scaling fx
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale authored and skalarproduktraum committed Apr 18, 2024
1 parent 0acc5c0 commit b717498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class LoadCremiDatasetAndNeurons : Command {

val v = sciview.addVolume(nai.third, file.name) {
origin = Origin.FrontBottomLeft
this.spatialOrNull()?.scale = Vector3f(0.08f, 0.08f, 5.0f)
this.spatialOrNull()?.scale = Vector3f(8f, 8f, 8f)
transferFunction = TransferFunction.ramp(0.3f, 0.1f, 0.1f)
// min 20, max 180, color map fire

Expand Down

0 comments on commit b717498

Please sign in to comment.