차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
unity:example-creatingabillboardplane [2015/05/21 23:34] – 문서가 unity3d:example-creatingabillboardplane에서 unity:example-creatingabillboardplane(으)로 옮겨졌습니다 V_L | unity:example-creatingabillboardplane [2018/02/22 03:04] (현재) – 바깥 편집 127.0.0.1 | ||
---|---|---|---|
줄 1: | 줄 1: | ||
+ | {{tag> | ||
======Example - Creating a Billboard Plane====== | ======Example - Creating a Billboard Plane====== | ||
줄 109: | 줄 110: | ||
Note that the if the code is executed once in the Start function then the mesh will stay the same throughout the game. However, you can just as easily put the code in the Update function to allow the mesh to be changed each frame (although this will increase the CPU overhead considerably). | Note that the if the code is executed once in the Start function then the mesh will stay the same throughout the game. However, you can just as easily put the code in the Update function to allow the mesh to be changed each frame (although this will increase the CPU overhead considerably). | ||
- | {{tag> | ||
* 출처: [[http:// | * 출처: [[http:// | ||