Home › Forums › Bug Reports and Feature Requests › Antialiasing in Video Texture
- This topic has 4 replies, 2 voices, and was last updated 6 months, 3 weeks ago by
Thomas Fabini.
-
AuthorPosts
-
2025-04-28 at 9:36 am #81532
Thomas Fabini
CustomerHi guys,
I am having some issues with a (dynamically loaded) video texture, where a client reported that the content of the video appears jagged when the viewing distance to the video increases.
The video is loaded to a texture placeholder png which had the Anisotropic Filtering set to 4x in the shader. In 4.8.0 this seemed to work ok, while in 4.9.0 I haven’t been able to see any effect when changing Anisotropic Filtering. The filtering texture in the Shader Editor is in both versions set to ‘Linear’.Were there some significant changes to Antialiasing in 4.9.0 compared to 4.8.0?
Is there a setting I might have overlooked or something I missed?Thanks,
Thomas2025-04-28 at 1:02 pm #81536
Alexander KovelenovStaffHi Thomas,
The anisotropic filtering requires texture mipmaps, which in turn are quite heavy to generate each frame. That’s why both are disabled for video textures.
Strange thing is that you see degradation of quality from 4.8 to 4.9. Have you updated the engine in the app (check the browser console to verify)?
If you need to improve quality of your renderings try increasing pixel density with set screen scale (try 1.5).
2025-04-29 at 12:05 pm #81554Thomas Fabini
CustomerHi Alexander,
thank you very much for explaining this.
The two versions were indeed running 4.8 and 4.9, one wasn’t upgraded and they were showing the respective version number in the console.I tried to further investigate the visual differences in between the versions and – as you assumed – came to the conclusion that there isn’t a degradation of quality in between them:
The placeholder texture was probably set to “repeat” in 4.8 as opposed to “clip” in 4.9.
This lead in 4.9 to jagged edges around the video frame – but the contents of the video look about the same (as far as I can tell).Does Hidpi actually apply to VR projects as well?
If so – wouldn’t this have a considerable impact on performance and framerate on headsets?2025-04-30 at 12:09 pm #81574
Alexander KovelenovStaff2025-05-05 at 3:03 pm #81759Thomas Fabini
CustomerHiDPI should be ignored for VR sessions
Makes sense, thanks for the feedback Alexander.
-
AuthorPosts
- You must be logged in to reply to this topic.
