Skip to content

Commit

Permalink
don't clip axis
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Jun 13, 2024
1 parent 55aa1cf commit 4caa1d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/basic_recipes/axis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ $(ATTRIBUTES)
scale = Vec3f(1),
padding = 0.1,
inspectable = false,
clip_planes = Plane3f[],
fonts = theme(scene, :fonts),
names = Attributes(
axisnames = ("x", "y", "z"),
Expand Down

0 comments on commit 4caa1d5

Please sign in to comment.