Skip to content

Commit

Permalink
update camera parameters to latest version of vedo (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocastoldi authored Jun 12, 2024
1 parent 64a0fb4 commit 24c4f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainglobe_heatmap/heatmaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def render(self, **kwargs) -> Scene:
camera = {
"pos": com - self.orientation * 2 * np.linalg.norm(com),
"viewup": (0, -1, 0),
"clippingRange": (19531, 40903),
"clipping_range": (19531, 40903),
}

self.scene.render(
Expand Down

0 comments on commit 24c4f42

Please sign in to comment.