Announcement

Collapse
No announcement yet.

Trying to render low-res 8bit style textures without any texture filtering

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Trying to render low-res 8bit style textures without any texture filtering

    I'm trying to create a videogame effect where I can render very lo-res textures (128x12 on a mesh but keep all the textures really sharp. I've turned off texture filtering in Maya and played with the vray texture attributes node but I can't seem to get it working. I'm trying to get the textures to keep the look they currently have in the viewport screencap but whenever I render it seems to be filtering and smoothing the texture. Any suggestions?


  • #2
    you can add a texture filter from Attributes tab, then change texture filter to Nearest,
    Also go the effects tab and turn down the filter effect to 0
    Muhammed Hamed
    V-Ray GPU product specialist


    chaos.com

    Comment


    • #3
      Originally posted by Muhammed_Hamed View Post
      you can add a texture filter from Attributes tab, then change texture filter to Nearest,
      Also go the effects tab and turn down the filter effect to 0
      Ah! Sweet thanks Muhammed. I had actually already tried that but I think I'd disabled the Filter Maps checkbox in the global render settings so it wasn't having any effect on it. Re-enabled and all working as it should now. Cheers!


      Actually, just realised it won't work in Vray GPU, only in CPU. For some reason when you switch to CUDA mode there's no Filter Maps checkbox under textures in the global render settings. Oh well, at least I've got it working on CPU
      Last edited by GregCooper; 18-02-2019, 11:53 PM.

      Comment


      • #4
        Cool!
        GPU uses it own filtering for textures I think, all filtering options don't have any effect on GPU
        I like the filtering GPU uses, produces nice results but I don't know if it is possible to disable filtering completely like on CPU
        Muhammed Hamed
        V-Ray GPU product specialist


        chaos.com

        Comment


        • #5
          No, we don't have code to disable filtering on the GPU unfortunately.

          Best regards,
          Vlado
          I only act like I know everything, Rogers.

          Comment


          • #6
            Originally posted by Muhammed_Hamed View Post
            Cool!
            GPU uses it own filtering for textures I think, all filtering options don't have any effect on GPU
            I like the filtering GPU uses, produces nice results but I don't know if it is possible to disable filtering completely like on CPU
            Okay cool good to know. Yeah usually I prefer having less settings to tweak, which seems to be the approach they're taking on the GPU side.

            Comment


            • #7
              Originally posted by vlado View Post
              No, we don't have code to disable filtering on the GPU unfortunately.

              Best regards,
              Vlado
              No worries. Having the option to disable filtering on the CPU side is fine in this case. Thanks Vlado

              Comment

              Working...
              X