-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement BW Rendering #252
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #252 +/- ##
============================================
- Coverage 13.38% 13.14% -0.25%
Complexity 679 679
============================================
Files 403 404 +1
Lines 12078 12301 +223
Branches 1296 1313 +17
============================================
Hits 1617 1617
- Misses 10362 10585 +223
Partials 99 99
Continue to review full report at Codecov.
|
@@ -37,6 +38,13 @@ | |||
* @author Calclavia | |||
*/ | |||
public class BWClientRenderManager extends BWRenderManager { | |||
|
|||
//TODO: Would this break server? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Calling this method on a server causes a crash
fb6607c
to
08a60ac
Compare
Merge conflict. |
08a60ac
to
96b81ae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing required
d99d129
to
31ff5d4
Compare
This PR implements backward rendering of Minecraft 1.8 blocks and items.
Depends on:
To do:
Completed:
Moved to #283:
MeshModel
wrapper (BWBakedModel
) for Minecraft'sIBakedModel
BWBakedModel
parse according toVertexFormat
.Closes #104, Fully implements #153