index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servers
/
rendering
/
renderer_scene_cull.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Created static method and moved _particles_set_view_axis over to it to allow ...
David House
2024-11-16
1
-0
/
+2
*
Merge pull request #96705 from elmajime/camera_from_external_feed
Thaddeus Crews
2024-11-04
1
-0
/
+1
|
\
|
*
Added external camera feed from external plugin on Android
maxime.chambefort
2024-10-30
1
-0
/
+1
*
|
Merge pull request #85338 from EMBYRDEV/shadow-caster-mask
Thaddeus Crews
2024-10-24
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add `shadow_caster_mask` to Light3D.
Hannah Crawford
2024-08-12
1
-0
/
+1
*
|
Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...
Dario
2024-10-02
1
-0
/
+3
*
|
Implement support for bicubic lightmap filtering
BlueCube3310
2024-08-19
1
-0
/
+1
*
|
Fixed Timestep Interpolation (3D)
Ricardo Buring
2024-07-07
1
-7
/
+57
|
/
*
Jitter raster occlusion camera to reduce false positives.
lawnjelly
2024-04-03
1
-0
/
+7
*
Disable XR server when compiling without 3D
Aaron Franke
2024-03-13
1
-0
/
+3
*
Implement hooks into renderer
Bastiaan Olij
2024-02-18
1
-1
/
+28
*
Add optional depth fog
Eidolon
2024-02-17
1
-1
/
+8
*
Shadow volume culling and tighter shadow caster culling
lawnjelly
2024-01-30
1
-2
/
+51
*
Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.
Dario
2023-09-25
1
-3
/
+2
*
Add motion vector support for GPU 3D Particles.
Dario
2023-08-28
1
-0
/
+3
*
Properly clear material slots on mesh instance when material is freed
Bastiaan Olij
2023-05-22
1
-0
/
+24
*
Implement cull_mask for decals and lights in mobile and compatibility backends
clayjohn
2023-02-06
1
-1
/
+2
*
Fix MultiMesh visible_instance_count being ignored after the first frame
Ricardo Buring
2023-02-03
1
-3
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
visual instance layers are regarded during shadow culling
Markus Grafen
2022-12-27
1
-1
/
+1
*
Merge pull request #69998 from BastiaanOlij/sorting-pivot-4
Rémi Verschelde
2022-12-23
1
-0
/
+5
|
\
|
*
Added options for sorting transparent objects (port of PR 63040)
Bastiaan Olij
2022-12-23
1
-0
/
+5
*
|
Cache mesh AABB when modified by skeleton and update instance AABB when
clayjohn
2022-12-14
1
-2
/
+2
|
/
*
Remove high quality glow as it is not any higher quality than regular glow
clayjohn
2022-12-13
1
-1
/
+0
*
Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...
Bastiaan Olij
2022-10-04
1
-6
/
+1
*
Split rendering driver project setting into renderer_name and rendering_drive...
clayjohn
2022-09-19
1
-3
/
+3
*
Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray
Rémi Verschelde
2022-09-02
1
-1
/
+1
|
\
|
*
Change Array arguments to TypedArray
kobewi
2022-09-01
1
-1
/
+1
*
|
Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param
Rémi Verschelde
2022-09-02
1
-4
/
+4
|
\
\
|
*
|
Rename `uniform` to `parameter` across the engine
Yuri Rubinsky
2022-09-01
1
-4
/
+4
|
|
/
*
|
Merge pull request #60185 from Calinou/environment-fog-and-sky-affect
Rémi Verschelde
2022-09-01
1
-2
/
+4
|
\
\
|
*
|
Add Environment properties to control fog rendering on background sky
Hugo Locurcio
2022-09-01
1
-2
/
+4
|
|
/
*
|
Extracting render buffers and changing it to a more generic solution
Bastiaan Olij
2022-09-01
1
-5
/
+4
*
|
Implement Physical Light Units as an optional setting.
clayjohn
2022-08-31
1
-25
/
+10
|
/
*
Rename shader parameter uniform setter/getter methods for consistency
Hugo Locurcio
2022-08-04
1
-8
/
+8
*
Restructure environment in render implementation
Bastiaan Olij
2022-07-29
1
-13
/
+124
*
Change RendererSceneRender::GeometryInstance so more code is shared among ren...
Bastiaan Olij
2022-07-27
1
-7
/
+7
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-3
/
+3
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-4
/
+4
*
Rename soft shadow quality project settings for easier searching
Hugo Locurcio
2022-07-13
1
-2
/
+2
*
Merge pull request #62344 from BastiaanOlij/extract_dependencies
Rémi Verschelde
2022-07-06
1
-16
/
+16
|
\
|
*
Split dependency logic
Bastiaan Olij
2022-06-28
1
-16
/
+16
*
|
Use the Static global illumination mode in GeometryInstance3D by default
Hugo Locurcio
2022-06-23
1
-1
/
+1
|
/
*
Initial TAA implementation
jfons
2022-06-07
1
-2
/
+5
*
Add a new HashSet template
reduz
2022-05-20
1
-15
/
+15
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-18
/
+18
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-1
/
+1
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-16
/
+16
*
Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum
Hugo Locurcio
2022-03-17
1
-1
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-8
/
+3
[next]