Skip to content

Commit d9619fb

Browse files
Updates readme for next release.
1 parent 8ff429d commit d9619fb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGES.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Next release
22
------------
33

4+
* Tools
5+
- [gltf2ozz] Command line tool utility to import animations and skeletons from gltf files. gltf2ozz can be configured via command line options and [json configuration files](src/animation/offline/tools/reference.json), in the exact same way as fbx2ozz.
6+
- #91 Fixup animation name when used as an output filename (via json configuration wildcard option), so they comply with most os filename restrictions.
7+
8+
* Samples
9+
- [playback_skin] Adds a new sample to explain skinning matrices setup.
10+
411
* Build pipeline
512
- Enables c++11 feature by default for all targets.
613

@@ -14,10 +21,6 @@ Next release
1421
- [base] Replaces OZZ_ALIGN_OF and OZZ_ALIGN by standard alignof and alignas keywords.
1522
- [base] Replaces OZZ_STATIC_ASSERT by standard static_assert keyword.
1623

17-
* Tools
18-
- [gltf2ozz] Support for importing animations and skeletons from gltf files, using gltf2ozz command line executable. gltf2ozz can be configured via command line options and [json configuration files](src/animation/offline/tools/reference.json), in the exact same way as fbx2ozz.
19-
- #91 Fixup animation name when used as an output filename (via json configuration wildcard option), so they comply with most os filename restrictions.
20-
2124
Release version 0.12.1
2225
----------------------
2326

0 commit comments

Comments
 (0)