summaryrefslogtreecommitdiffstats
path: root/doc/classes/VisualInstance3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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'
* Document GI techniques ignoring VisualInstance3D and Camera3D layersHugo Locurcio2023-06-021-0/+2
| | | | This also improves documentation for a few other properties in those classes.
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-1/+1
| | | | | | | Adds a check to make_rst to look for matches between the text inside of the [code][/code] tag and known param identifiers. Fixes most of what was revealed.
* Fix various typos in the classrefHaoyu Qiu2023-04-181-1/+1
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Document VisualInstance3D offset unitHakim2023-02-261-1/+1
|
* Sort decals and lights based on camera originclayjohn2023-01-201-1/+1
| | | | | | Also implement sort_offset for decals Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* Added options for sorting transparent objects (port of PR 63040)Bastiaan Olij2022-12-231-0/+7
|
* Fix default values not showing up on virtual classesAaron Franke2022-11-061-1/+1
|
* Remove the global space `get_transformed_aabb` helper methodAaron Franke2022-10-181-8/+1
|
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-091-1/+1
| | | | Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-4/+4
|
* Document GPUParticles3D attractors and collisionHugo Locurcio2022-05-161-0/+1
|
* Create GDExtension clases for PhysicsServer3Dreduz2022-03-151-1/+1
| | | | | | | * Allows creating a GDExtension based 3D Physics Server (for Bullet, PhysX, etc. support) * Some changes on native struct binding for PhysicsServer This allows a 3D Physics server created entirely from GDExtension. Once it works, the idea is to port the 2D one to it.
* Discern between virtual and abstract class bindingsreduz2022-03-101-0/+5
| | | | | | | | | | | | | | * Previous "virtual" classes (which can't be instantiated) are not corretly named "abstract". * Added a new "virtual" category for classes, they can't be instantiated from the editor, but can be inherited from script and extensions. * Converted a large amount of classes from "abstract" to "virtual" where it makes sense. Most classes that make sense have been converted. Missing: * Physics servers * VideoStream * Script* classes. which will go in a separate PR due to the complexity involved.
* 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
|
* Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-121-7/+7
| | | | | | | - Back to 1-based layer names to make it clearer in editor UI - Layer bit accessors are renamed to layer value and 1-based too - Uniform errors and documentation in render and physics - Fix a few remaining collision_layer used in place of collision_mask
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-22/+11
| | | | | | | | 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.
* Update documentation for Transform3DAaron Franke2021-06-031-1/+1
|
* Cross-reference AABB getter methods in the documentationHugo Locurcio2020-09-161-2/+2
| | | | | | This also clarifies that `get_aabb()` returns the AABB in local space. See https://github.com/godotengine/godot/issues/42095.
* doc: Update classref with node renamesRémi Verschelde2020-03-301-0/+79
A few extra renames for classes which were missed in last week's PRs.