summaryrefslogtreecommitdiffstats
path: root/scene/3d/camera_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor VisibilityNotifier3Dreduz2021-06-161-4/+0
* Add is_position_in_frustum to Camera3DAaron Franke2021-06-141-0/+11
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-7/+7
* Prevent setting too big or too small Collision Mask and LayerRafał Mikrut2021-04-301-0/+2
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-2/+2
* Refactor Process Modereduz2021-02-181-10/+10
* Removed _change_notifyreduz2021-02-101-4/+2
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-20/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Camera3D near and far getters and settersMarcel Admiraal2020-12-201-12/+12
* Increase the default Camera Zfar to 4000Hugo Locurcio2020-12-191-3/+3
* Lowering the Minimum Unit at Shape3D and CamerasTokage2020-11-171-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Environment: Refactor code for readability + moreRémi Verschelde2020-07-011-0/+1
* Call Node3D::get_global_transform and Vector3::dot only once within Camera3D:...Adam Reichold2020-06-271-2/+2
* Check for motion in cast_motion() before doing Bullet convexSweepTest().Marcel Admiraal2020-06-211-3/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-26/+45
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+7
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-65/+0
* Revert "Renamed plane's d to distance"Rémi Verschelde2020-05-101-1/+1
* Renamed plane's d to distanceMarcus Elg2020-05-101-1/+1
* Merge pull request #38226 from Calinou/increase-camera3d-fovRémi Verschelde2020-05-071-1/+1
|\
| * Increase the default Camera3D field of view to 75Hugo Locurcio2020-05-011-1/+1
* | Change non-existent World to World3Dqarmin2020-04-181-5/+5
|/
* Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-17/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Renaming of servers for coherency.Juan Linietsky2020-03-271-19/+19
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-41/+41
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-0/+954