Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Nov 24, 2024
1 parent 88f6066 commit 10fd1cd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions graphics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## Unreleased

## 0.16.0 (23. November, 2024)
### Fixed
- VBO Buffer and Mesh2D now properly load and render the Meshes when they are appended to a Mesh2D.

### Changed
- (Breaking) Mesh2D Position now Offsets the Meshes locations and The Z is Set exactly as the Mesh2D Z.
- (Breaking) Mesh2DBuilder Now has a Offset that is applyed when being built into Mesh2D.
- (Breaking) Mesh2D now takes &Mesh2DBuilder References instead of Passing the Mesh2DBuilder.
- (Breaking) Mesh2D from_builder now clears the Mesh2D before Adding in the new mesh from Mesh2DBuilder.

### Added
- Mesh2DBuilder now has a clear function so it can be reused to Build new meshes.
- Mesh2D now has a append_from_builder function to append new Meshes to Mesh2D.
- Mesh2D now has a clear function to clear the previous meshes.

## 0.15.0 (30. October, 2024)
### Changed
Expand Down
2 changes: 1 addition & 1 deletion graphics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ascending_graphics"
version = "0.15.1"
version = "0.16.0"
authors = ["S.J.R. van Schaik", "Andrew Wheeler <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 10fd1cd

Please sign in to comment.