summaryrefslogtreecommitdiff
path: root/scene/3d/node_3d.h
AgeCommit message (Expand)Author
2021-08-03Use real_t in 3D nodesAaron Franke
2021-07-23Node3D gizmo improvementsjfons
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-14Merge pull request #49458 from JFonS/fix_unwrap_xformRémi Verschelde
2021-06-14Rename get_parent_spatial() to get_parent_node3d()jfons
2021-06-14Implement visibility range and dependencies.jfons
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-04Rename Node3D's property translation to positionMarcel Admiraal
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-02-16Use Vector3.UP as a default value for look_at's up vectorAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-11Move initialization of some classes to headersTomasz Chabora
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-10-01Renamed toplevel to be top_levelDuroxxigar
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-18Change non-existent World to World3Dqarmin
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky