Skip to content

Commit

Permalink
simplify wired-physics sphere shape
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Aug 20, 2024
1 parent b6b3ca2 commit 1d9be89
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spatial/wit/wired-physics/world.wit
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ interface types {

variant shape {
cuboid(vec3),
sphere(sphere),
}

record sphere {
radius: f32
sphere(f32),
}

resource rigid-body {
Expand Down

0 comments on commit 1d9be89

Please sign in to comment.