summaryrefslogtreecommitdiffstats
path: root/doc/classes/Node3D.xml
Commit message (Expand)AuthorAgeFilesLines
* Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-0/+8
* Merge pull request #89036 from Mickeon/documentation-uncommon-words-2Rémi Verschelde2024-03-011-1/+1
|\
| * Overhaul some "uncommon" wording in class referenceMicky2024-03-011-1/+1
* | Add necessary elaboration to documentation for Node3D::get_parent_node_3dZi Ye2024-02-291-1/+2
|/
* Add docs for Node3DGizmo to clarify its link to EditorNode3DGizmoRémi Verschelde2023-10-021-10/+12
* Add `global_basis` property to `Node3D`Mikael Hermansson2023-08-111-0/+3
* Clarify relationship between `basis` and `transform` properties of Node3DJoão Marcos2023-08-071-1/+1
* Fix many typos in documentationSeptian2023-07-191-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Fix Pathfollow directionSilc Renew2023-05-241-1/+2
* Add the ability to look-at in model-space.Juan Linietsky2023-05-241-1/+3
* Mention "Spatial" rename to "Node3D" in Godot 4Patrick2023-05-121-0/+1
* Fix small mistake in docs, "antecedents" -> "ancestors"Aaron Franke2023-05-031-2/+2
* Fill random docskobewi2023-04-031-0/+3
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Clarify rotation degreeskobewi2023-02-201-0/+1
* Fix a few typos in the class referenceHaoyu Qiu2023-02-161-1/+1
* Restore 'rotation_degrees' properties.Juan Linietsky2022-12-191-0/+6
* Unify Node3D RotationOrder with global EulerOrderAaron Franke2022-11-021-13/+1
* Document (Omni/Spot)Light3D ignoring Node3D's `scale` propertyHugo Locurcio2022-10-241-0/+1
* Fail look_at() if not inside treekobewi2022-09-291-1/+1
* Expose `NOTIFICATION_LOCAL_TRANSFORM_CHANGED`Marc Gilleron2022-09-191-0/+4
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Replace Array return types with TypedArray 2kobewi2022-08-231-1/+1
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-14/+0
* [doc] Use "param" instead of "code" to refer to parameters (5)Andy Maloney2022-08-151-9/+9
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-31/+31
* Add global_position and global_rotation to Node3Dfoxydevloper2022-07-011-0/+7
* Document limitations of negative scales in 2D and 3DAaron Franke2022-06-101-0/+1
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Fix incorrect default transform values on foreign 3D nodesSaracenOne2022-01-061-0/+14
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* Refactored Node3D rotation modesreduz2021-10-251-1/+31
* Implemented SkeletonEditorGizmoSilc Renew2021-10-071-0/+9
* Revert "Display a matrix for Node2D and don't display a duplicate origin"Juan Linietsky2021-08-291-3/+0
* Display a matrix for Node2D and don't display a duplicate originAaron Franke2021-08-291-0/+3
* Move code for looking_at to BasisAaron Franke2021-08-011-3/+4
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-122/+61
* Fix various typos with codespellluz paz2021-07-251-1/+1
* Node3D gizmo improvementsjfons2021-07-231-6/+33
* Fix editor suffixes and degrees conversionreduz2021-06-301-4/+1
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-6/+6
* Merge pull request #49458 from JFonS/fix_unwrap_xformRémi Verschelde2021-06-141-1/+1
|\
| * Rename get_parent_spatial() to get_parent_node3d()jfons2021-06-141-1/+1
* | Implement visibility range and dependencies.jfons2021-06-141-0/+3
|/
* Rename Node3D's property translation to positionMarcel Admiraal2021-06-041-3/+3
* Update documentation for Transform3DAaron Franke2021-06-031-7/+7
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-2/+2
* Merge pull request #38578 from Phischermen/transform-notification-doc_updateRémi Verschelde2021-01-151-2/+2
|\