일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Data Structure
- 다트 언어
- Flutter
- jupyter lab
- C언어 포인터
- 구조체
- Houdini
- HTML
- C++
- vim
- 포인터
- Unity
- Python
- gitlab
- C# delegate
- 깃
- git
- c# winform
- c#
- docker
- jupyter
- c# 추상 클래스
- 도커
- c# 윈폼
- dart 언어
- Algorithm
- github
- c언어
- 유니티
- 플러터
Archives
- Today
- Total
목록unity world normal (1)
nomad-programmer
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/tmEGH/btrr9giBTYV/k0huTZ1PO77FBzfwfNTDyk/img.png)
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