Created
November 26, 2015 02:02
-
-
Save sugi-cho/011ef8eccdaf43cdab52 to your computer and use it in GitHub Desktop.
名前の付け方、考え中
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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