UNITY GBufferTexture

 sampler2D _CameraGBufferTexture0; // rgb: diffuse, a: occlusion

sampler2D _CameraGBufferTexture1; // rgb: specular, a: smoothness sampler2D _CameraGBufferTexture2; // rgb: normal, a: unused sampler2D _CameraGBufferTexture3; // rgb: emission, a: unused sampler2D _CameraDepthTexture

댓글

이 블로그의 인기 게시물

About AActor!!! "UObject" has no member "BeginPlay"

UNREAL Android build information

C++ 생성자 위임 (delegating constructor)