Skip to content

v3.5.0 Beta 1

Choose a tag to compare

@RobLoach RobLoach released this 02 Jan 19:26
· 461 commits to master since this release
21d26ca

Added

  • Model.Draw() and Model.DrawWires()
  • models_first_person_maze.cpp example
  • String override functions to allow using std::string directly instead of const char*
  • std::vector<std::string> wrappers with raylib::GetDirectoryFiles() and raylib::GetDroppedFiles()
  • raylib::Color::RayWhite() static functions to build Color objects
  • Rectangle.GetPosition() and Rectangle.SetPosition()
  • Rectangle.GetSize() and Rectangle.SetSize()

Fixed

  • Most objects are now passed by reference
  • Mouse::SetX() and Mouse::SetY() setting incorrect values
  • Error protection when unloading images, materials, models and meshes

Changed

  • Mouse functions are now static. Use Mouse::SetX() instead of using Mouse mouse.
  • Camera*::BeginMode() and Camera*::EndMode() no longer have 2D/3D in the name