Skip to content

Commit 9999e3a

Browse files
committed
Merge branch 'Ogre-Deprecation-J3o-Format' of https://github.com/NwosuTy/jmonkeyengine into Ogre-Deprecation-J3o-Format
2 parents 8eb76f9 + 2159785 commit 9999e3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jme3-plugins/src/ogre/java/com/jme3/scene/plugins/ogre/MaterialLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
/**
5757
* Loads Ogre3D material files.
5858
*
59-
* * @deprecated as of jMonkeyEngine 3.10, for removal in a future version.
59+
* @deprecated as of jMonkeyEngine 3.10, for removal in a future version.
6060
* The Ogre model format is deprecated. Consider migrating to (.glb/.gltf/.j3o) etc
6161
* or other modern model formats for better performance, broader tool support, and future compatibility.
6262
*/

jme3-plugins/src/ogre/java/com/jme3/scene/plugins/ogre/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
* <h2>Deprecation Notice</h2>
3636
* <p>
37-
* <strong>The Ogre model format support is deprecated as of jMonkeyEngine 3.6 and will be removed in a future version.</strong>
37+
* <strong>The Ogre model format support is deprecated as of jMonkeyEngine 3.10 and will be removed in a future version.</strong>
3838
* </p>
3939
* <p>
4040
* Users are strongly encouraged to migrate to modern, open-source model formats such as:

0 commit comments

Comments
 (0)