summaryrefslogtreecommitdiffstats
path: root/doc/classes/Geometry3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Expose 3D Delaunay tetrahedralization in `Geometry3D`Jakub Marcowski2023-10-161-0/+7
|
* Merge pull request #78871 from jitspoe/master.pr_compute_convex_mesh_pointsRémi Verschelde2023-08-161-0/+7
|\ | | | | | | Expose `compute_convex_mesh_points` function to GDScript
| * Expose compute_convex_mesh_points function to GDScript.jitspoe2023-08-141-0/+7
| |
* | Add ability to get barycentric coordinates from rayPrecisionRender2023-08-021-0/+11
| |
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
|/ | | | Keep on waitin'
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-2/+2
|
* Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-1/+1
| | | | | | | * This should optimize GDScript function calling _enormously_. * It also should simplify the GDScript VM considerably. NOTE: GDExtension calling performance has most likely been affected until going via ptrcall is fixed.
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Replace Array return types with TypedArray 2kobewi2022-08-231-3/+3
|
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-12/+12
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-43/+43
|
* Change instances of "returns an empty Variant" to "returns null" in docsHugo Locurcio2022-05-291-2/+2
| | | | | While "returns an empty Variant" technically valid (it's constructed as `Variant()` in C++), "returns null" is more intuitive to users.
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-110/+55
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* class reference proofreadingPaul Joannon2021-03-191-1/+1
|
* Removed unused method Geometry.get_uv84_normal_bitYuri Roubinsky2020-10-091-9/+0
|
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-0/+194
Extra `_2d` suffixes are removed from 2D methods accoringly.