-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
-
uvr takes into account the width and height of the screen to calculate its ratio, but this is no longer true if the mes is not part of the regular quad that covers the screen, like a quad from a 3d scene
-
if you add a texture to a quad, and use uvr to map it, and then you scale the screen, the texture squeezes
Possible solutions:
- a different mode for the RenderPass to interpret the uvr based on the mesh uv, like adding RenderPass.uvrMode = mesh|screen
- somehow calculate the ratio and size with the mesh no matter what, don't ask the user for a mode (preferable)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working