virtualx-engine/modules
lawnjelly 6f8e632848 Make acos and asin safe
A common bug with using acos and asin is that input outside -1 to 1 range will result in Nan output. This can occur due to floating point error in the input.

The standard solution is to provide safe_acos function with clamped input. For Godot it may make more sense to make the standard functions safe.
2023-05-11 09:51:44 +01:00
..
bmp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
bullet One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
camera One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
csg One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
cvtt One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
dds One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
denoise One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
enet One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
etc One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
fbx One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
freetype One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
gdnative [3.x] Expose determinant in Transform2D, rename internal method 2023-04-22 13:47:47 -05:00
gdscript Make acos and asin safe 2023-05-11 09:51:44 +01:00
gltf [3.x] Implement physics support in the GLTF module 2023-04-25 15:18:02 -05:00
gridmap [3.5+] Fix GridMap free navigation RID error spam 2023-03-14 05:12:39 +01:00
hdr One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
jpg One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
jsonrpc One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
lightmapper_cpu One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
mbedtls One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
minimp3 One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
mobile_vr One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
mono [3.x] C#: Fix crash when errors occur before language initialization. 2023-02-28 23:01:24 +01:00
navigation Fix NavigationServer free error print 2023-03-06 13:48:18 +01:00
ogg One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
opensimplex One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
opus One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
pvr One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
raycast One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
regex One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
squish One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
stb_vorbis One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
svg One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
tga One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
theora One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
tinyexr One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
upnp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
vhacd One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_script One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
vorbis One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
webm [3.x] Document lack of iOS support for WebM 2023-03-22 19:37:56 +01:00
webp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
webrtc One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
websocket One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
webxr Disable blending before blitting to framebuffer from WebXR 2023-04-14 17:39:44 -05:00
xatlas_unwrap One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
modules_builders.py SCons: Generate header with info on which modules are enabled 2021-07-14 23:09:47 +02:00
register_module_types.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
SCsub Add env.Depends to modules_enabled.gen.h generator 2021-07-14 23:46:44 +02:00