일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 김양재
- 데이터 과학
- c++
- 확률
- 인공지능
- 통계
- MongoDB
- 빅 데이타
- nodeJS
- R
- 빅데이타
- 빅데이터
- probability
- 빅 데이터
- 김양재 목사
- Machine Learning
- openCV
- 주일설교
- WebGL
- 김양재 목사님
- Artificial Intelligence
- 우리들교회
- Big Data
- 딥러닝
- Deep learning
- node.js
- Statistics
- No SQL
- 몽고디비
- data science
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