powered by
Uses orthographic projection instead of perspective. This eliminates perspective distortion and ensures consistent sizing across all views.
set_orthographic(p, ortho = TRUE, frustum_size = 220)
ggseg3d widget object with updated camera mode
ggseg3d widget object
logical. Enable orthographic mode (default: TRUE)
numeric. Size of the orthographic frustum. Controls how much of the scene is visible. Default 220 works well for brain meshes. Use the same value across all views for consistent sizing.
if (FALSE) { ggseg3d() |> set_orthographic() }
Run the code above in your browser using DataLab