일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- No SQL
- Statistics
- Machine Learning
- 인공지능
- 주일설교
- 빅 데이타
- 확률
- 빅데이터
- WebGL
- probability
- 빅데이타
- c++
- 빅 데이터
- Artificial Intelligence
- 데이터 과학
- 몽고디비
- data science
- nodeJS
- 우리들교회
- MongoDB
- node.js
- 김양재 목사
- 딥러닝
- openCV
- 통계
- Deep learning
- 김양재 목사님
- Big Data
- 김양재
- R
Archives
- Today
- Total
목록movie texture (1)
Scientific Computing & Data Science
Movie Texture Script
using UnityEngine; using System.Collections; public class NewBehaviourScript : MonoBehaviour { public MovieTexture movTexture; // Use this for initialization void Start () { renderer.material.mainTexture = movTexture; movTexture.loop = true; movTexture.Play(); } // Update is called once per frame void Update () { if(Input.GetKeyDown("space")){ movTexture.Stop(); movTexture.Play(); } } }
CG & Video Games/Unity 3D
2013. 5. 26. 12:01