Skip to content

feat(rendering): add configSplitDistances to DirectionalShadowCaster

Codecov / codecov/patch succeeded Oct 1, 2024 in 0s

0.00% of diff hit (target 42.45%)

View this Pull Request on Codecov

0.00% of diff hit (target 42.45%)

Annotations

Check warning on line 2017 in core/src/gl/ogl_render_device.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/gl/ogl_render_device.cpp#L2017

Added line #L2017 was not covered by tests

Check warning on line 16 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L16

Added line #L16 was not covered by tests

Check warning on line 20 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 23 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L22-L23

Added lines #L22 - L23 were not covered by tests

Check warning on line 28 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L25-L28

Added lines #L25 - L28 were not covered by tests

Check warning on line 32 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 34 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L34

Added line #L34 was not covered by tests

Check warning on line 36 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L36

Added line #L36 was not covered by tests

Check warning on line 39 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L39

Added line #L39 was not covered by tests

Check warning on line 41 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L41

Added line #L41 was not covered by tests

Check warning on line 45 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L45

Added line #L45 was not covered by tests

Check warning on line 48 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 50 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L50

Added line #L50 was not covered by tests

Check warning on line 52 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L52

Added line #L52 was not covered by tests

Check warning on line 57 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L57

Added line #L57 was not covered by tests

Check warning on line 59 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L59

Added line #L59 was not covered by tests

Check warning on line 65 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 67 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L67

Added line #L67 was not covered by tests

Check warning on line 72 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L72

Added line #L72 was not covered by tests

Check warning on line 74 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L74

Added line #L74 was not covered by tests

Check warning on line 77 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 81 in engine/src/render/cascaded_shadow_maps/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps/plugin.cpp#L81

Added line #L81 was not covered by tests

Check warning on line 50 in engine/src/render/cascaded_shadow_maps_rasterizer/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps_rasterizer/plugin.cpp#L50

Added line #L50 was not covered by tests

Check warning on line 65 in engine/src/render/cascaded_shadow_maps_rasterizer/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps_rasterizer/plugin.cpp#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 69 in engine/src/render/cascaded_shadow_maps_rasterizer/plugin.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/src/render/cascaded_shadow_maps_rasterizer/plugin.cpp#L67-L69

Added lines #L67 - L69 were not covered by tests