• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

orion-ecs / keen-eye / 20902903329
65%

Build:
DEFAULT BRANCH: main
Ran 11 Jan 2026 10:31PM UTC
Jobs 1
Files 1473
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Jan 2026 10:26PM UTC coverage: 85.137% (-0.09%) from 85.226%
20902903329

push

github

tyevco
feat(graphics): Add Image-Based Lighting (IBL) for realistic ambient lighting

Implement IBL system for environment-based reflections and ambient lighting:
- Add Environment component with IBL settings (intensity, rotation)
- Add ActiveEnvironmentTag for marking active environment entities
- Add IblData/IblSettings data structures for IBL configuration
- Add IBL shaders for irradiance, specular pre-filtering, and BRDF LUT generation
- Add IblManager for processing HDR environment maps into IBL textures
- Add PBR+IBL fragment shader variant with full IBL integration
- Integrate IBL with RenderSystem (texture binding, shader selection)
- Add HDR texture support to graphics abstractions
- Add cubemap texture binding support

The IBL system provides:
- Diffuse ambient from irradiance cubemap convolution
- Specular reflections from pre-filtered environment maps
- Split-sum approximation using BRDF lookup table
- Environment rotation and intensity controls
- Automatic shader selection (Custom > Shadows > IBL > Lit)

Closes #896

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

9627 of 13702 branches covered (70.26%)

Branch coverage included in aggregate %.

5 of 197 new or added lines in 11 files covered. (2.54%)

276 existing lines in 8 files now uncovered.

166764 of 193484 relevant lines covered (86.19%)

0.98 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
0.0
0.0% editor/KeenEyes.Editor/Application/EditorApplication.cs
4
55.8
-1.01% tests/KeenEyes.Graphics.Tests/Mocks/MockGraphicsDevice.cs
6
68.5
-2.12% tests/KeenEyes.Assets.Tests/BuiltInAssetTests.cs
10
0.0
src/KeenEyes.Graphics.Abstractions/Components/Environment.cs
11
45.0
-3.32% src/KeenEyes.Graphics.Silk/Resources/TextureData.cs
12
63.89
-2.13% src/KeenEyes.Testing/Graphics/MockGraphicsContext.cs
17
74.95
-3.1% src/KeenEyes.Testing/Graphics/MockGraphicsDevice.cs
24
0.0
src/KeenEyes.Graphics.Abstractions/Ibl/IblData.cs
28
8.81
-0.75% src/KeenEyes.Graphics.Silk/SilkGraphicsContext.cs
35
0.0
src/KeenEyes.Graphics.Abstractions/Ibl/IblSettings.cs
42
0.0
0.0% src/KeenEyes.Graphics/Systems/RenderSystem.cs

Uncovered Existing Lines

Lines Coverage ∆ File
1
68.5
-2.12% tests/KeenEyes.Assets.Tests/BuiltInAssetTests.cs
2
0.0
0.0% src/KeenEyes.Graphics/Systems/RenderSystem.cs
2
89.25
-0.24% tests/KeenEyes.Core.Tests/ThreadSafetyTests.cs
4
98.07
0.07% editor/KeenEyes.Shaders.Compiler/Lexing/Lexer.cs
14
79.76
-3.13% editor/KeenEyes.Shaders.Compiler/KeslCompiler.cs
41
88.86
2.31% editor/KeenEyes.Shaders.Compiler/Parsing/Parser.cs
57
68.75
-0.51% editor/KeenEyes.Shaders.Compiler/CodeGen/HlslGenerator.cs
155
62.96
-1.24% editor/KeenEyes.Shaders.Compiler/CodeGen/GlslGenerator.cs
Jobs
ID Job ID Ran Files Coverage
1 20902903329.1 11 Jan 2026 10:31PM UTC 1473
85.14
GitHub Action Run
Source Files on build 20902903329
  • Tree
  • List 1473
  • Changed 17
  • Source Changed 16
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20902903329
  • 293374fb on github
  • Prev Build on main (#20898732154)
  • Next Build on main (#20923977474)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc