Module veloren_world::site2

source ·

Re-exports

  • pub use self::plot::Plot;
  • pub use self::plot::PlotKind;
  • pub use self::util::Dir;

Modules

Structs

Enums

Traits

Functions

  • Extend a 2d AABR to a 3d AABB
  • reseed 🔒
    Seed a new RNG from an old RNG, thereby making the old RNG indepedent of changing use of the new RNG. The practical effect of this is to reduce the extent to which changes to child generation algorithm produce a ‘butterfly effect’ on their parent generators, meaning that generators will be less likely to produce entirely different outcomes if some detail of a generation algorithm changes slightly. This is generally good and makes worldgen code easier to maintain and less liable to breaking changes.