Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-04 | Use parameter classes instead of arguments for all physics queries | PouleyKetchoupp | |
Same as what is already done for shape queries, applied to point and ray queries. Easier to document and more flexible to add more parameters. Also expose intersect_point method to script in 3D. Remove intersect_point_on_canvas in 2D, replaced with a parameter. | |||
2021-10-18 | Rename Godot Physics classes from *SW to Godot* | PouleyKetchoupp | |
Also moved MT physics server wrappers to the main servers folder, since they don't have to be implementation specific. |