1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-31 17:23:58 +02:00

Update poster.ts

This commit is contained in:
syuilo
2026-03-03 16:34:05 +09:00
parent 3874f7abe9
commit 66e0eeedfb

View File

@@ -56,9 +56,9 @@ export const poster = defineObject({
/** /**
* 0 1 * 0 1
* 0 c(x,y)---a(x,y) * 0 a(x,y) --- b(x,y)
* | | * | |
* 1 d(x,y)---b(x,y) * 1 c(x,y) --- d(x,y)
*/ */
const ax = uvs[4]; const ax = uvs[4];
const ay = uvs[5]; const ay = uvs[5];