Releases: akb825/VertexFormatConvert
Releases · akb825/VertexFormatConvert
Version 2.0.0
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
Updated GLM submodule.
Version 1.1.2
Allow no arguments to vfc tool, allowing for communicating fully through stdin and stdout.
Version 1.1.1
Added missing help documentation for vertex transforms in tool help and README.md.
Version 1.1.0
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
Initial release.