You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
according to this doc https://doc.starling-framework.org/v2.1/starling/textures/TextureAtlas.html
TextureAtlas with rotated is not supported.
however when I try it import a skeleton.xml texture.xml texture.png in to Dragonbone Pro with official importer. It display mismatch images. Looks like the rotated option , did not work.
this tool seems not provide a xml convert function
The text was updated successfully, but these errors were encountered:
fastfading
changed the title
TextureAtlas with rotated is not supported
Bug: TextureAtlas with rotated is rotated wrong direction
Jul 2, 2019
https://doc.starling-framework.org/v2.1/starling/textures/TextureAtlas.html
Texture Rotation
Some atlas generators can optionally rotate individual textures to optimize the texture distribution. This is supported via the boolean attribute "rotated". If it is set to true for a certain subtexture, this means that the texture on the atlas has been rotated by 90 degrees, clockwise. Starling will undo that rotation by rotating it counter-clockwise. (逆时针)
but dragonbone did clockwise (顺时针)
according to this doc
https://doc.starling-framework.org/v2.1/starling/textures/TextureAtlas.html
TextureAtlas with rotated is not supported.
however when I try it import a skeleton.xml texture.xml texture.png in to Dragonbone Pro with official importer. It display mismatch images. Looks like the rotated option , did not work.
this tool seems not provide a xml convert function
The text was updated successfully, but these errors were encountered: