From 506d56be782d24f56d786b67d0f96f0c8646db6c Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 15 Jun 2025 21:26:56 -0700 Subject: tessellation passes along lightcoords now --- tessellation.cginc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tessellation.cginc b/tessellation.cginc index 3665558..e5302d3 100644 --- a/tessellation.cginc +++ b/tessellation.cginc @@ -153,7 +153,7 @@ v2f domain( o.eyeVec.w = 1; // TODO what about UNITY_LIGHTING_COORDS(7,8) and instance id and shit? - //UNITY_TRANSFER_LIGHTING(o, DOMAIN_INTERP(_unity_lightcoords)); + UNITY_TRANSFER_LIGHTING(o, DOMAIN_INTERP(_unity_lightcoords)); UNITY_TRANSFER_INSTANCE_ID(patch[0], o); UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(o); return o; -- cgit v1.2.3