We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Antialiasing in Video Texture

Home Forums Bug Reports and Feature Requests Antialiasing in Video Texture

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #81532
    Thomas Fabini
    Customer

    Hi 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,
    Thomas

    #81536

    Hi 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).

    Soft8Soft Tech Chief
    X | FB | LinkedIn

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.