유니티

[쉐이더노트] SurfaceOutput

Raypop 2014. 11. 19. 09:32

struct SurfaceOutput {
    half3 Albedo;
    half3 Normal;
    half3 Emission;
    half Specular;
    half Gloss;
    half Alpha;
};

저작자표시 비영리 변경금지 (새창열림)