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

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