일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- docker
- gitlab
- c# winform
- jupyter
- 플러터
- jupyter lab
- vim
- c#
- Houdini
- c# 윈폼
- HTML
- C# delegate
- C++
- 유니티
- 깃
- Python
- 구조체
- c언어
- 다트 언어
- Data Structure
- 포인터
- Unity
- Flutter
- github
- c# 추상 클래스
- Algorithm
- C언어 포인터
- dart 언어
- 도커
- git
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