MRPT / mrpt

:zap: The Mobile Robot Programming Toolkit (MRPT)
https://docs.mrpt.org/reference/latest/
BSD 3-Clause "New" or "Revised" License
1.89k stars 627 forks source link

shaders: support specular lighting #1267

Closed jlblancoc closed 1 year ago

jlblancoc commented 1 year ago

Changed apps/libraries

codecov[bot] commented 1 year ago

Codecov Report

Merging #1267 (795bc05) into develop (cb8cc67) will increase coverage by 0.00%. The diff coverage is 72.34%.

:exclamation: Current head 795bc05 differs from pull request most recent head 586a007. Consider uploading reports for the commit 586a007 to get more accurate results

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1267   +/-   ##
========================================
  Coverage    39.07%   39.08%           
========================================
  Files         1262     1262           
  Lines       109415   109442   +27     
========================================
+ Hits         42759    42778   +19     
- Misses       66656    66664    +8     
Impacted Files Coverage Δ
libs/opengl/include/mrpt/opengl/CRenderizable.h 36.20% <35.71%> (-1.53%) :arrow_down:
libs/opengl/src/DefaultShaders.cpp 88.31% <55.55%> (-4.84%) :arrow_down:
libs/opengl/src/CRenderizable.cpp 74.00% <100.00%> (+1.08%) :arrow_up:
...pengl/src/CRenderizableShaderTexturedTriangles.cpp 68.91% <100.00%> (+0.64%) :arrow_up:
libs/opengl/src/CRenderizableShaderTriangles.cpp 87.65% <100.00%> (+0.47%) :arrow_up:
libs/opengl/src/RenderQueue.cpp 81.45% <100.00%> (+1.10%) :arrow_up:
libs/math/src/CSparse/cs_multiply.c 94.11% <0.00%> (+0.36%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cb8cc67...586a007. Read the comment docs.