Tagged Questions
3
votes
2answers
556 views
Python float 32bit to half float 16bit
I'm trying to write a 3D model exporter addon for Blender in Python and need some help.
The spec of the 3D format uses some compression on the vertices, there is a vertex buffer that contains ...