jit.gl.videoplane autoscaling to canvas resolution
ironside
Jun 03 2023 | 12:07 pm
I'm having issues with jit.gl.videoplane automatically scaling a transparent png file to the native resolution of the jit.world.
Eg. - I'm reading a file of 722x638 resolution, but it doesn't render at that size; it is automatically rendered significantly bigger, and I have to try to manually scale it down (scale is originally shown as 1. 1. 1., but the image appears much larger).
I've looked at transform reset and preserve aspect ratio but with no joy.
Can anyone help?