K. S. Ernest (iFire) Lee
K. S. Ernest (iFire) Lee
What is the status of hdr formats? Openexr would be standard, but I'm open to ideas. Openexr supports both 16 bit float and 32 bit float which corresponds to OES_texture_float;...
This causes tangent generation to crash. [Office_chair.glb.zip](https://github.com/godotengine/godot/files/13268982/Office_chair.glb.zip)
I pushed a rebase to master to see if that affects the mesh appearance. Edited: The flat areas now show correctly. Needs a performance retest.
Currently working on: ```bash core/math/vector3.h:395:4: runtime error: division by zero core/math/vector3.h:396:4: runtime error: division by zero core/math/vector3.h:397:4: runtime error: division by zero servers/rendering_server.cpp:649:24: runtime error: nan is outside the range...
Discussed splitting simd and callback fixes into two different pr.
@akien-mga Is there a how-to generate the patch on third party code mikktspace?
I have split the simd code to the mikktspace-optimization-simd branch.
@Calinou I was trying to test performance, but I wasn't able to use [test_generate_tangents_obj_import.zip](https://github.com/godotengine/godot/files/13445292/test_generate_tangents_obj_import.zip) because the normal debug mode is broken. Can you confirm and maybe run the performance test.
Thanks I wanted to confirm that normals are broken in this pr. I was suspecting something with the normals
The normals should be fine now. Can you try if possible again?