Skip to content

Instantly share code, notes, and snippets.

View vcoda's full-sized avatar
🗿
Time will remember us

Victor Coda vcoda

🗿
Time will remember us
View GitHub Profile
@vcoda
vcoda / CustomTriLerp.shader
Created July 3, 2019 15:57 — forked from Erkaman/CustomTriLerp.shader
Texture minification using Custom Trilinear Interpolation. From my tweet: https://twitter.com/erkaman2/status/1090645031227191296
Shader "Custom/CustomTriLerp"
{
Properties
{
[NoScaleOffset] _MainTex("Texture", 2D) = "white" {}
}
SubShader
{
Pass
{