Skip to content

Instantly share code, notes, and snippets.

@sugi-cho
Created November 26, 2015 02:02
Show Gist options
  • Save sugi-cho/011ef8eccdaf43cdab52 to your computer and use it in GitHub Desktop.
Save sugi-cho/011ef8eccdaf43cdab52 to your computer and use it in GitHub Desktop.
名前の付け方、考え中
lPos / local position / v.vertex
wPos / world position / mul(_Object2World, v.vertex)
vPos / view position / mul(UNITY_MATRIX_MV, v.vertex)
cPos / clip Position / mul(UNITY_MATRIX_MVP, v.vertex)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment