File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6
6
7
7
## [ 0.25.2] - WIP
8
8
### Added
9
+ - A ` convert-glam ` cargo feature to enable implementations of ` From ` traits to convert
10
+ between ` glam ` types and ` nalgebra ` types.
11
+ - A ` convert-glam-unchecked ` cargo feature to enable some extra ` glam ` /` nalgebra ` conversions that may
12
+ lead to unexpected results if used improperly. For example, this enables the conversion from a
13
+ ` glam::Mat4 ` to a ` na::Isometry3 ` . This conversion will be cheap (without any check) but willlead to
14
+ unexpected results if the glam matrix contains non-isometric components (like scaling for example).
9
15
- A ` cast ` method has been added to most types. This can be used to change the
10
16
type of the components of a given entity. Example: ` vector.cast::<f32>() ` .
11
17
You can’t perform that action at this time.
0 commit comments