index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
3d
/
node_3d.h
Age
Commit message (
Expand
)
Author
2021-08-03
Use real_t in 3D nodes
Aaron Franke
2021-07-23
Node3D gizmo improvements
jfons
2021-06-30
Fix editor suffixes and degrees conversion
reduz
2021-06-14
Merge pull request #49458 from JFonS/fix_unwrap_xform
Rémi Verschelde
2021-06-14
Rename get_parent_spatial() to get_parent_node3d()
jfons
2021-06-14
Implement visibility range and dependencies.
jfons
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-04
Rename Node3D's property translation to position
Marcel Admiraal
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-02-16
Use Vector3.UP as a default value for look_at's up vector
Aaron Franke
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-11
Move initialization of some classes to headers
Tomasz Chabora
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-10-01
Renamed toplevel to be top_level
Duroxxigar
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-18
Change non-existent World to World3D
qarmin
2020-03-27
Rename more 2D and 3D nodes to follow convention
Rémi Verschelde
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky