|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2009-2021 jMonkeyEngine
|
|
|
+ * Copyright (c) 2009-2024 jMonkeyEngine
|
|
|
* All rights reserved.
|
|
|
*
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
@@ -111,7 +111,7 @@ public class Armature implements JmeCloneable, Savable {
|
|
|
|
|
|
/**
|
|
|
* Sets the JointModelTransform implementation
|
|
|
- * Default is {@link MatrixJointModelTransform}
|
|
|
+ * Default is {@link SeparateJointModelTransform}
|
|
|
*
|
|
|
* @param modelTransformClass which implementation to use
|
|
|
* @see JointModelTransform
|