top of page
Search

Replacing UDIM tiles of a VT in unreal engine Material

  • Writer: manmohan manoj
    manmohan manoj
  • Sep 23, 2022
  • 1 min read

Updated: Jun 24, 2024



ree

The texture coordinates of the first UV tile(1001) is extending from 0 to 1 in horizontal and vertical directions respectively. when extended to more UV tiles, the value keeps expanding. this is what we will be using to replace the UDIM tiles in this method


This is the UDIM set up of my bat mobile


ree

ree

A single VT is covering the whole car with different instances for further control

ree

I can replace each UDIM with the following material function that I have made


The following is the node network inside the material function, It checks what value of U and V we are currently on and replaces the pixels with the new image

ree

Following is a simple example


ree




 
 
 

Recent Posts

See All

Comments


bottom of page