일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- HTML
- jupyter
- Unity
- dart 언어
- Flutter
- Houdini
- c# 윈폼
- C++
- c#
- C# delegate
- 도커
- c# 추상 클래스
- c언어
- docker
- Algorithm
- git
- 플러터
- 유니티
- vim
- 구조체
- jupyter lab
- C언어 포인터
- 포인터
- github
- 다트 언어
- 깃
- c# winform
- gitlab
- Data Structure
- Python
Archives
- Today
- Total
목록커스텀 알파 블랜딩 (1)
nomad-programmer
[CG/Unity] 커스텀 알파 블랜딩
Shader "Custom/AlphaBlend" { Properties { _MainTex ("Albedo (RGB)", 2D) = "white" {} } SubShader { Tags { "RenderType"="Transparent" "Queue"="Transparent" } zwrite off blend SrcAlpha OneMinusSrcAlpha LOD 200 CGPROGRAM #pragma surface surf Lambert keepalpha #pragma target 3.0 sampler2D _MainTex; struct Input { float2 uv_MainTex; }; void surf (Input IN, inout SurfaceOutput o) { fixed4 c = tex2D (_..
CG/Unity
2022. 2. 2. 19:08