An unofficial collection of APIs used in FreeJam games and mods
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

12345678
  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};