summaryrefslogtreecommitdiffstats
path: root/doc/classes/CapsuleShape3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Improve documentation related to physics collision shapesHugo Locurcio2022-03-021-2/+3
| | | | | | - Document using convex decomposition in the editor. - Mention that "trimesh" is synonymous with a concave collision shape. - Add performance hints for each collision shape.
* 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.
* Improve the default size for 3D shapes (Box, Capsule, and Cylinder)Aaron Franke2022-02-011-2/+2
|
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
|
* Make radius & height in CapsuleShape3D independentPouleyKetchoupp2021-08-111-1/+1
| | | | | Also changed CapsuleMesh to make settings consistent between render and physics.
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+1
|
* doc: Update classref with node renamesRémi Verschelde2020-03-301-0/+23
A few extra renames for classes which were missed in last week's PRs.