summaryrefslogtreecommitdiffstats
path: root/modules/csg/doc_classes/CSGMesh3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Clarify the behaviour of CSGMesh3D using ArrayMeshmandryskowski2023-08-121-1/+2
|
* 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'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* 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.
* Document performance limitations with CSG nodes, link to tutorialHugo Locurcio2022-02-071-0/+2
|
* Improve CSGPolygon3D documentationHugo Locurcio2022-01-211-1/+1
| | | | - Describe why polygon triangulation usually fails in the error message.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
|
* doc: Sync classref with current sourceRémi Verschelde2021-04-291-1/+1
| | | | And typo fix from https://github.com/godotengine/godot-docs/pull/4882.
* Update CSGMesh3D's documentation to explain how vertex normals are usedMarcel Admiraal2021-04-271-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.