Skip to content

Commit

Permalink
cleanup of cargo.toml and meshs. Also correction of Readme and screen…
Browse files Browse the repository at this point in the history
…shot so that it machtes the real beahviour of the example.
  • Loading branch information
hartmut committed Jan 17, 2021
1 parent 795dc18 commit 864bf15
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,148 deletions.
2 changes: 0 additions & 2 deletions examples/arc_ball_camera/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ name = "arc_ball_camera"

[dependencies]
amethyst = { path = "../../", features = ["optional"] }
log = { version = "^0.4", features = ["serde"] }
serde = "^1"
derivative = "^2"
lazy_static = "^1.4"
serde-diff = "0.4"
type-uuid = "0.1"
glsl-layout = "0.4"
ron = "^0.6"
legion-prefab = { git = "https://github.com/amethyst/prefab", rev = "7c30249f106e6177549e223ca2823eec8ab6c70b" }
prefab-format = { git = "https://github.com/amethyst/prefab", rev = "7c30249f106e6177549e223ca2823eec8ab6c70b" }
4 changes: 2 additions & 2 deletions examples/arc_ball_camera/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Arc ball Camera

Demonstrates the Arc Ball Camera centered on a red teapot. A red cube is also in the scene.
Demonstrates the Arc Ball Camera centered on 25 spheres.

Keybindings:

* `mouse` - Move the mouse to rotate the camera around the teapot
* `mouse` - Move the mouse to rotate the camera around the 5x5 arrangement of spheres

![arc ball camera example screenshot](./screenshot.png)
Loading

0 comments on commit 864bf15

Please sign in to comment.