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