일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- git
- github
- Data Structure
- 도커
- Flutter
- c# winform
- c언어
- 플러터
- C언어 포인터
- gitlab
- C# delegate
- c# 윈폼
- C++
- c# 추상 클래스
- vim
- jupyter lab
- 유니티
- Algorithm
- 깃
- Unity
- HTML
- jupyter
- dart 언어
- 포인터
- docker
- 다트 언어
- Houdini
- c#
- 구조체
- Python
Archives
- Today
- Total
목록큐브 맵 (1)
nomad-programmer
[CG/Unity] Cube Map
Shader "Custom/Reflection" { Properties { _MainTex ("Albedo (RGB)", 2D) = "white" {} _Cube ("Cubemap", Cube) = ""{} } SubShader { Tags { "RenderType"="Opaque" } LOD 200 CGPROGRAM #pragma surface surf Lambert noambient #pragma target 3.0 sampler2D _MainTex; samplerCUBE _Cube; struct Input { float2 uv_MainTex; float3 worldRefl; }; void surf (Input IN, inout SurfaceOutput o) { fixed4 c = tex2D (_Ma..
CG/Unity
2022. 2. 1. 22:22