Skip to content

Releases: akb825/VertexFormatConvert

Version 2.0.0

17 Jan 01:59
Compare
Choose a tag to compare

Added support for multiple output vertex streams. Vertex format is now specified as an array for each output vertex stream, and output is now an array of vertex data for each output stream.

This is a breaking change for both the API and JSON files used by the CLI.

Version 1.1.3

10 May 01:20
Compare
Choose a tag to compare

Updated GLM submodule.

Version 1.1.2

28 Apr 02:31
Compare
Choose a tag to compare

Allow no arguments to vfc tool, allowing for communicating fully through stdin and stdout.

Version 1.1.1

23 Mar 01:30
Compare
Choose a tag to compare

Added missing help documentation for vertex transforms in tool help and README.md.

Version 1.1.0

25 Feb 01:20
Compare
Choose a tag to compare

Added the ability to use base64 with the vfc tool.

Data fields in the JSON input can now use the prefix "base64:" to indicate that the following data is base64 encoded. The --output command-line option is now optional, and if not set the output data will be base64 encoded.

Version 1.0.0

17 Feb 02:01
Compare
Choose a tag to compare

Initial release.