An unofficial collection of APIs used in FreeJam games and mods
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
307B

  1. //! Conversion utility functions.
  2. //!
  3. //! This will contain ways to convert data from one game to another as well as into standard formats.
  4. #[cfg(feature = "robocraft")]
  5. mod robocraft_3d;
  6. #[cfg(feature = "robocraft")]
  7. pub use robocraft_3d::{cubes_to_model, cubes_to_model_with_lut, cube_rotation_to_quat};