Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity shader blend

//try lerp

float lerp(float a, float b, float w) {
  return a + w*(b-a);
}
 
PREVIOUS NEXT
Tagged: #unity #shader #blend
ADD COMMENT
Topic
Name
9+6 =