Skip to content

Commit e95e3bc

Browse files
committed
Fixed description.
1 parent fe62af8 commit e95e3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_posts/what's-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ X_ITE follows the [npm version syntax](https://docs.npmjs.com/about-semantic-ver
99

1010
## X_ITE v12.0 Series
1111

12-
*Leipzig, 9th August 2025:* This new series 12.0 comes with a breaking change in texture coordinate handling. There was a bug when the texture coordinate of a Geometry2D shape must be flipped for the back face, and when a [ImageTexture](/x_ite/components/texturing/imagetexture/) or [MovieTexture](/x_ite/components/texturing/movietexture/) must be flipped, and when the glTF parser generates [TextureTransformMatrix3D](/x_ite/components/texturing3d/texturetransformmatrix3d/) nodes. It will affect files with texture transform nodes and X3D files generated from glTF.
12+
*Leipzig, 9th August 2025:* This new series 12.0 comes with a breaking change in texture coordinate handling. There was a bug when the texture coordinate of a Geometry2D shape must be flipped for the back face.
1313

1414
There is now a test file that should show both the same image on the front and back face: [texture mapping on a Rectangle2D with TextureTransform](/x_ite/playground/?url=https://create3000.github.io/Library/Tests/Components/Geometry2D/FlipTexture.x3d).
1515

1616
### Breaking Change
1717

18-
* Fixes texture flipping about x-Axis for Geometry2D for [ImageTexture](/x_ite/components/texturing/imagetexture/) and [MovieTexture](/x_ite/components/texturing/movietexture/) and [TextureTransformMatrix3D](/x_ite/components/texturing3d/texturetransformmatrix3d/) in glTF converted files.
18+
* Fixes texture flipping about x-Axis for Geometry2D for [ImageTexture](/x_ite/components/texturing/imagetexture/) and [MovieTexture](/x_ite/components/texturing/movietexture/).
1919

2020
### Notable Changes
2121

0 commit comments

Comments
 (0)