일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 김양재 목사님
- WebGL
- No SQL
- Statistics
- R
- Machine Learning
- nodeJS
- 빅데이터
- 우리들교회
- 확률
- 김양재
- 빅 데이타
- 주일설교
- Big Data
- 통계
- 김양재 목사
- 딥러닝
- Deep learning
- openCV
- probability
- 데이터 과학
- Artificial Intelligence
- MongoDB
- 빅 데이터
- data science
- 빅데이타
- c++
- 몽고디비
- 인공지능
- node.js
Archives
- Today
- Total
목록line render (1)
Scientific Computing & Data Science
Line Rendering Script
using UnityEngine; using System.Collections; public class Line_Animation : MonoBehaviour { public GameObject Target1; public GameObject Target2; public Material mtl; public Color lcolor; // Use this for initialization void Awake() { this.renderer.material = mtl; } void Start () { LineRenderer raspberry = gameObject.AddComponent(); raspberry.SetWidth(0.05f,0.05f); raspberry.SetVertexCount(2); ras..
CG & Video Games/Unity 3D
2013. 5. 25. 10:27