NOVA-Team / NOVA-Monorepo

The core API of the NOVA voxel game modding system
https://nova-team.github.io
GNU Lesser General Public License v3.0
66 stars 23 forks source link

Rendering fixes #303

Open ExE-Boss opened 7 years ago

ExE-Boss commented 7 years ago

This PR implements a bunch of miscellaneous rendering fixes and improvements.

codecov-io commented 7 years ago

Codecov Report

Merging #303 into master will increase coverage by 0.25%. The diff coverage is 4.87%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #303      +/-   ##
============================================
+ Coverage     16.99%   17.24%   +0.25%     
- Complexity      965      980      +15     
============================================
  Files           416      416              
  Lines         13165    13189      +24     
  Branches       1383     1391       +8     
============================================
+ Hits           2237     2275      +38     
+ Misses        10782    10768      -14     
  Partials        146      146
Impacted Files Coverage Δ Complexity Δ
...ore/wrapper/mc/forge/v18/launcher/ClientProxy.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
.../mc/forge/v18/wrapper/item/ItemWrapperMethods.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...c/forge/v17/wrapper/entity/forward/FWEntityFX.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...c/forge/v18/wrapper/entity/forward/FWEntityFX.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...orge/v18/wrapper/block/forward/FWTileRenderer.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...orge/v17/wrapper/block/forward/FWTileRenderer.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
src/main/java/nova/core/util/math/MatrixStack.java 100% <ø> (ø) 14 <0> (ø) :arrow_down:
...forge/v18/wrapper/render/forward/FWEmptyModel.java 0% <ø> (ø) 0 <0> (?)
...ore/wrapper/mc/forge/v17/launcher/ClientProxy.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...rc/main/java/nova/core/render/texture/Texture.java 35.71% <0%> (+35.71%) 1 <0> (+1) :arrow_up:
... and 29 more

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 6ee0f33...7426d8c. Read the comment docs.