mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update poster.ts
This commit is contained in:
parent
3874f7abe9
commit
66e0eeedfb
1 changed files with 4 additions and 4 deletions
|
|
@ -55,10 +55,10 @@ export const poster = defineObject({
|
|||
const uvs = pictureMesh.getVerticesData(BABYLON.VertexBuffer.UVKind);
|
||||
|
||||
/**
|
||||
* 0 1
|
||||
* 0 c(x,y)---a(x,y)
|
||||
* | |
|
||||
* 1 d(x,y)---b(x,y)
|
||||
* 0 1
|
||||
* 0 a(x,y) --- b(x,y)
|
||||
* | |
|
||||
* 1 c(x,y) --- d(x,y)
|
||||
*/
|
||||
const ax = uvs[4];
|
||||
const ay = uvs[5];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue