pandemonium_engine/modules/skeleton_3d
lawnjelly 22d90711da 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-06-11 08:41:42 +02:00
..
doc_classes Re-extracted class docs. 2023-01-14 13:38:58 +01:00
editor Fix error spam in the skeleton editor. 2023-04-15 13:51:44 +02:00
icons Moved Skeleton and it's related classes to a module. 2022-08-28 15:46:12 +02:00
nodes Make acos and asin safe 2023-06-11 08:41:42 +02:00
resources Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
.gitignore Moved Skeleton and it's related classes to a module. 2022-08-28 15:46:12 +02:00
config.py Moved Skeleton and it's related classes to a module. 2022-08-28 15:46:12 +02:00
register_types.cpp Now modules make use of the new registration levels. 2023-01-15 17:04:00 +01:00
register_types.h Added include guards to all module register_types.h-s. 2023-01-15 13:27:08 +01:00
SCsub Moved Skeleton and it's related classes to a module. 2022-08-28 15:46:12 +02:00