일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- node.js
- 빅 데이타
- openCV
- 몽고디비
- 인공지능
- MongoDB
- 우리들교회
- 김양재 목사
- Statistics
- c++
- R
- No SQL
- Artificial Intelligence
- 빅데이터
- 확률
- 통계
- Deep learning
- 주일설교
- data science
- 딥러닝
- Big Data
- Machine Learning
- probability
- WebGL
- 김양재
- nodeJS
- 빅 데이터
- 빅데이타
- 데이터 과학
- 김양재 목사님
Archives
- Today
- Total
목록drag (1)
Scientific Computing & Data Science
Script for Touch & Drag an Object
using UnityEngine;using System.Collections; public class DragObject : MonoBehaviour {private Ray myRay = new Ray();RaycastHit myHit = new RaycastHit(); [SerializeField] private float _horizontalLimit = 2.5f; private float _verticalLimit = 2.5f; private float dragSpeed = 0.005f; private Transform cachedTransform; private Vector3 startingPos; // Use this for initializationvoid Start () { } // Upda..
CG & Video Games/Unity 3D
2013. 5. 26. 12:08