We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9d53b commit b0938f0Copy full SHA for b0938f0
jme3-core/src/main/java/com/jme3/anim/Armature.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009-2021 jMonkeyEngine
+ * Copyright (c) 2009-2024 jMonkeyEngine
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -111,7 +111,7 @@ private void createSkinningMatrices() {
111
112
/**
113
* Sets the JointModelTransform implementation
114
- * Default is {@link MatrixJointModelTransform}
+ * Default is {@link SeparateJointModelTransform}
115
116
* @param modelTransformClass which implementation to use
117
* @see JointModelTransform
0 commit comments