├── LICENSE ├── aces.c ├── aces.h ├── hxa.h ├── hxa_convesion_generated.c ├── hxa_fbx_convert.c ├── hxa_fbx_internal.h ├── hxa_fbx_parse.c ├── hxa_load_save.c ├── hxa_load_save_upi_wrapper.c ├── hxa_persuade_image_test.c ├── hxa_print.c ├── hxa_print_upi.c ├── hxa_serialize.c ├── hxa_upi.h ├── hxa_upi_command_line_interface.c ├── hxa_upi_host.c ├── hxa_upi_plugin.c ├── hxa_util_close.c ├── hxa_util_command_line.c ├── hxa_util_convert.c ├── hxa_util_fbx_convert.c ├── hxa_util_fbx_internal.h ├── hxa_util_fbx_parse.c ├── hxa_util_font_process.c ├── hxa_util_gpu_optimize.c ├── hxa_util_inflate.c ├── hxa_util_merge_split.c ├── hxa_util_meta.c ├── hxa_util_neighbour.c ├── hxa_util_normals.c ├── hxa_util_normals.h ├── hxa_util_obj.c ├── hxa_util_png.c ├── hxa_util_primitive.c ├── hxa_util_primitive_upi.c ├── hxa_util_triangulate.c ├── hxa_util_true_type_parse.c ├── hxa_util_type_conversion.c ├── hxa_util_type_conversion.h ├── hxa_util_validate.c ├── hxa_util_vertex_purge.c ├── hxa_utils.h ├── readme.md └── teapot.hxa /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/LICENSE -------------------------------------------------------------------------------- /aces.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/aces.c -------------------------------------------------------------------------------- /aces.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/aces.h -------------------------------------------------------------------------------- /hxa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa.h -------------------------------------------------------------------------------- /hxa_convesion_generated.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_convesion_generated.c -------------------------------------------------------------------------------- /hxa_fbx_convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_fbx_convert.c -------------------------------------------------------------------------------- /hxa_fbx_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_fbx_internal.h -------------------------------------------------------------------------------- /hxa_fbx_parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_fbx_parse.c -------------------------------------------------------------------------------- /hxa_load_save.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_load_save.c -------------------------------------------------------------------------------- /hxa_load_save_upi_wrapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_load_save_upi_wrapper.c -------------------------------------------------------------------------------- /hxa_persuade_image_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_persuade_image_test.c -------------------------------------------------------------------------------- /hxa_print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_print.c -------------------------------------------------------------------------------- /hxa_print_upi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_print_upi.c -------------------------------------------------------------------------------- /hxa_serialize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_serialize.c -------------------------------------------------------------------------------- /hxa_upi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_upi.h -------------------------------------------------------------------------------- /hxa_upi_command_line_interface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_upi_command_line_interface.c -------------------------------------------------------------------------------- /hxa_upi_host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_upi_host.c -------------------------------------------------------------------------------- /hxa_upi_plugin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_upi_plugin.c -------------------------------------------------------------------------------- /hxa_util_close.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_close.c -------------------------------------------------------------------------------- /hxa_util_command_line.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_command_line.c -------------------------------------------------------------------------------- /hxa_util_convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_convert.c -------------------------------------------------------------------------------- /hxa_util_fbx_convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_fbx_convert.c -------------------------------------------------------------------------------- /hxa_util_fbx_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_fbx_internal.h -------------------------------------------------------------------------------- /hxa_util_fbx_parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_fbx_parse.c -------------------------------------------------------------------------------- /hxa_util_font_process.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_font_process.c -------------------------------------------------------------------------------- /hxa_util_gpu_optimize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_gpu_optimize.c -------------------------------------------------------------------------------- /hxa_util_inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_inflate.c -------------------------------------------------------------------------------- /hxa_util_merge_split.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_merge_split.c -------------------------------------------------------------------------------- /hxa_util_meta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_meta.c -------------------------------------------------------------------------------- /hxa_util_neighbour.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_neighbour.c -------------------------------------------------------------------------------- /hxa_util_normals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_normals.c -------------------------------------------------------------------------------- /hxa_util_normals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_normals.h -------------------------------------------------------------------------------- /hxa_util_obj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_obj.c -------------------------------------------------------------------------------- /hxa_util_png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_png.c -------------------------------------------------------------------------------- /hxa_util_primitive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_primitive.c -------------------------------------------------------------------------------- /hxa_util_primitive_upi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_primitive_upi.c -------------------------------------------------------------------------------- /hxa_util_triangulate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_triangulate.c -------------------------------------------------------------------------------- /hxa_util_true_type_parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_true_type_parse.c -------------------------------------------------------------------------------- /hxa_util_type_conversion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_type_conversion.c -------------------------------------------------------------------------------- /hxa_util_type_conversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_type_conversion.h -------------------------------------------------------------------------------- /hxa_util_validate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_validate.c -------------------------------------------------------------------------------- /hxa_util_vertex_purge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_util_vertex_purge.c -------------------------------------------------------------------------------- /hxa_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/hxa_utils.h -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/readme.md -------------------------------------------------------------------------------- /teapot.hxa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quelsolaar/HxA/HEAD/teapot.hxa --------------------------------------------------------------------------------