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
{{ message }}
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
/** Associated transformation matrix that can be used by other engines. Experimental. Might be defined later as an extrinsic function where required. */
18
19
@KorimExperimental
19
20
@Deprecated("Not used in korge anymore. Use BmpCoords.transformed(Matrix3D) to get texture coordinates transformed")
21
+
@ThreadLocal
20
22
varBitmap.transformMat:Matrix3D by Extra.Property { Matrix3D() }
21
23
22
24
// Simple function to be used from swift, js or java if required
0 commit comments