Accessing UV scaling and offset
Hi, are there any ways to access the UV scaling and offset in JS, or really any other shader properties other than the ones in the Pass class? (https://lensstudio.snapchat.com/api/classes/Pass/)
Thanks
-Terry
Hi, are there any ways to access the UV scaling and offset in JS, or really any other shader properties other than the ones in the Pass class? (https://lensstudio.snapchat.com/api/classes/Pass/)
Thanks
-Terry
What system are you using?
Have you downloaded the latest version of Lens Studio?
Is this issue causing Lens Studio to crash?
Version
Graphics
Attach a screenshot of the issue:
Name:
Email:
What is this most relevant to?
Please enter a brief description of your issue:
Unfortunately, it's likely due to the operating system or hardware you're using – since they don't meet the system requirements for Lens Studio.
Still, we hear you loud and clear, and are logging the issue in case there's ever a workaround we can provide!
Minimum Requirements
Operating System: Windows 10 (64 bit); MacOS 10.11+
Hardware: Minimum of Intel Core i3 2.5Ghz or AMD Phenom II 2.6Ghz with 4 GB RAM; Intel HD Graphics 4000 / Nvidia GeForce 710 / AMD Radeon HD 6450 or better; screen resolution of 1280x768 or higher
Keep an eye out for a followup email from us. We may have a couple more questions for you, or we might already have a solution to offer.
Happy creating!
Hi Terry,
You can access UV scaling with pass.uv2Scale, and UV offset with pass.uv2Offset.
However, these will only work if your material is set up correctly, with "UV Transforms/UV 2" enabled and "Base Texture/Base Tex UV" set to "Transformed UV 2". You may also want to set the Wrap Modes in BaseTexture to Repeat. Hope this helps!
Worked perfectly, thanks!