mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-25 11:43:16 +02:00
Hide first row of pixels in name tag.
There was a hyper thin line of black pixels at the top of name tags. This uses the subImage to just hide it.
This commit is contained in:
parent
3e52bb1253
commit
88606ee136
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ function onWebEventReceived(event) {
|
|||
parentID: userUUID,
|
||||
billboardMode: "full",
|
||||
imageURL: eventPacket.data.imageBase64,
|
||||
subImage: { x: 0, y: 1, width: 3000, height: 1100 }, // Crop the first row of pixels. (Image not clamped?)
|
||||
canCastShadow: false,
|
||||
grab: {
|
||||
grabbable: false
|
||||
|
|
Loading…
Reference in a new issue