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