Skip to content

Commit

Permalink
Remove doc links referring to hidden camera module.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Sep 28, 2024
1 parent 39a7150 commit ab4291f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions all-is-cubes/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@
//! * [`Space`] and [`Block`] use 3-dimensional integer coordinates with no assumptions
//! about axes. However, the default [`SpacePhysics`] configuration currently has a
//! gravity vector in the −Y direction.
//! * [`camera`] assumes OpenGL-style coordinates: +X right, +Y up, +Z towards viewer —
//! a “right-handed” coordinate system.
//! * [`Character`] and [`Body`] have a look direction and corresponding transformation
//! matrix which use the same coordinate system as [`camera`].
//! matrix which assumes OpenGL-style coordinates: +X right, +Y up, +Z towards viewer —
//! a “right-handed” coordinate system.
//! Jumping is also hardcoded to work in the +Y direction.
//! Future versions may support arbitrary character orientation.
//!
Expand Down

0 comments on commit ab4291f

Please sign in to comment.