Skip to content
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

feat: add support for skinned Mesh #4968

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

chore: simplify skinned mesh component

6b60fbe
Select commit
Loading
Failed to load commit list.
Open

feat: add support for skinned Mesh #4968

chore: simplify skinned mesh component
6b60fbe
Select commit
Loading
Failed to load commit list.
Terasology Jenkins.io / CheckStyle failed Aug 4, 2024 in 0s

1 new issue

Total New Outstanding Fixed Trend
1 1 0 0 👎

Reference build: Terasology » engine » develop #81

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 1 0

Annotations

Check warning on line 167 in engine/src/main/java/org/terasology/engine/rendering/opengl/OpenGLSkinnedMesh.java

See this annotation in the file changed.

@terasology-jenkins-io terasology-jenkins-io / CheckStyle

FinalClassCheck

NORMAL:
Class DisposalAction should be declared as final.
Raw output
<p>Since Checkstyle 3.1</p><p> Checks that a class which has only private constructors is declared as final. Doesn't check for classes nested in interfaces or annotations, as they are always <code>final</code> there. </p>