RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
224 stars 27 forks source link

What's mean High quality in shaders? #1888

Closed Anton111111 closed 3 weeks ago

Anton111111 commented 3 weeks ago

What's mean High quality in shaders? What does this parameter affect and when should it be turned on and when off?

MorrisRH commented 3 weeks ago

I assume you're referring to the HIGH_QUALITY define in the AVProVideo-VR-InsideSphere... set of shaders. When enabled a more precise calculation is performed to work out the texture coordinate for the fragment being rendered. This improves the quality of the output at the cost of being a much more expensive calculation than using the standard interpolators for generating the texture coordinate.

Anton111111 commented 3 weeks ago

Thanks