#Completely serverside in-world UIs WIP
12 messages · Page 1 of 1 (latest)
@deft basin damn look at this
progress update
damn, that's really cool
can you adjust the size at which the item gets rendered?
yup! Each composable supports a transform parameter that takes a Matrix4f that can be used to translate, scale or rotate stuff (though since minecraft only really supports affine transforms it won't work perfectly for some transforms)
Here's an example using rescaled text elements:
but now something is fucking up rotations again AAAAAA
oh no am I applying transforms incorrectly
just a matter of applying operations in the wrong order, fixed now
IM SORRY WHAT
What do you mean "what"
It's exactly like the videos show