virtualx-engine/scene
lawnjelly 1f4a6e43df Fix zero scale in particle shader
Fixes the lower bounding of scale when given zero input.

The previous bug was due to `sign` returning 0 with 0.0 input, rather than 1.
2023-09-19 08:30:50 +01:00
..
2d CPUParticles2D - Add ability to follow physics interpolated target 2023-09-18 16:05:03 +01:00
3d 2D Fixed Timestep Interpolation 2023-08-01 16:07:48 +01:00
animation [3.x] Make AnimationNodeBlendTree use OrderedHashMap insteads Map 2023-07-18 17:56:24 +09:00
audio
debugger
gui Merge pull request #81352 from MJacred/3.x 2023-09-18 11:36:12 +02:00
main CPUParticles2D - Add ability to follow physics interpolated target 2023-09-18 16:05:03 +01:00
resources Fix zero scale in particle shader 2023-09-19 08:30:50 +01:00
property_utils.cpp
property_utils.h
register_scene_types.cpp
register_scene_types.h
scene_string_names.cpp
scene_string_names.h
SCsub