Skip to content

Instantly share code, notes, and snippets.

@LoadDragon0000000000
Last active December 1, 2019 15:30
Show Gist options
  • Save LoadDragon0000000000/8ec6e4c3c1c409e0c193fce7ba21169e to your computer and use it in GitHub Desktop.
Save LoadDragon0000000000/8ec6e4c3c1c409e0c193fce7ba21169e to your computer and use it in GitHub Desktop.
float3 L = vLightDir; // ライトベクトル
float3 N = Normal; // 法線ベクトル
Out.Color = BaseColor + min(0.40f , BaseLight + max(0.0f, dot(N, L)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment