일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 데이터 과학
- WebGL
- 딥러닝
- Deep learning
- 빅 데이타
- 빅 데이터
- 김양재 목사님
- Statistics
- probability
- 빅데이타
- 빅데이터
- 몽고디비
- data science
- 우리들교회
- 통계
- 김양재
- No SQL
- 김양재 목사
- Big Data
- 주일설교
- Machine Learning
- 인공지능
- nodeJS
- R
- MongoDB
- 확률
- Artificial Intelligence
- c++
Archives
- Today
- Total
목록network (2)
Scientific Computing & Data Science
Unite 2012 - Unity, Network Code and You
Speaker: Emil "AngryAnt" Johansen - Unity Technologies
CG & Video Games/Unity 3D
2013. 6. 3. 20:42
Script for Network Instantiate(JS)
public var playerPrefab : Transform; function OnServerInitialized(){Spawnplayer();} function OnConnectedToServer(){Spawnplayer();} function Spawnplayer(){var myNewTrans : Transform = Network.Instantiate(playerPrefab, transform.position, transform.rotation, 0) as Transform;} function OnPlayerDisconnected(player: NetworkPlayer) {Debug.Log("Clean up after player " + player);Network.RemoveRPCs(playe..
CG & Video Games/Unity 3D
2013. 5. 26. 12:10