일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- c++
- data science
- 빅 데이타
- 주일설교
- openCV
- 우리들교회
- 딥러닝
- 인공지능
- 몽고디비
- Statistics
- No SQL
- 빅 데이터
- 김양재
- WebGL
- Deep learning
- Big Data
- R
- MongoDB
- 김양재 목사님
- nodeJS
- probability
- 김양재 목사
- 데이터 과학
- 빅데이터
- Artificial Intelligence
- Machine Learning
- 빅데이타
- 통계
- node.js
- 확률
- Today
- Total
목록CG & Video Games/Unity 3D (33)
Scientific Computing & Data Science
2D/3D workflows are added when generating a new project.See below:
Original Web Address: http://www.paladinstudios.com/2011/12/06/facebook-and-unity-tutorial-part-three/A note before you start: This is a Unity tutorial about implementing Facebook in Unity projects. It’s a technical how-to guide for Unity developers who want to use Facebook Connect in their web-apps. If that sounds interesting, read on! If it does not, you should check this out. And stay tuned f..
Original Web Address: http://www.paladinstudios.com/2011/11/24/facebook-and-unity-tutorial-part-two/In part two of our series about connecting facebook and unity we’ll learn the following:Sending and storing highscores.Retrieving highscores.Display scores and facebook profile picture.If you havent already, you should read part one first.To make a gameIn order to get a highscore we’ll need to mak..
Original Web Address: http://www.paladinstudios.com/2011/11/15/facebook-and-unity-tutorial-part-one/IntroductionA note before you start: This is a Unity tutorial about implementing Facebook in Unity projects. It’s a technical how-to guide for Unity developers who want to use Facebook Connect in their web-apps. If that sounds interesting, read on! If it does not, you shouldcheck this out. Paladin..
Speakers: Oliver Barraza, Mixamo & Doug Perkowski, OC3 Entertainment & Andreas Kleer, xaitment GmbH
Speaker: Emil "AngryAnt" Johansen - Unity Technologies
#pragma strict var imageCount : int = 0; var imageNameBase : String = ""; var imageNameZeroPadding : int = 0; var changeInterval : float = 0.06; var isRunning = false; var isLooping = false; private var texture : Texture = null; function PlayRocket () { isRunning = true; } function Start () { var isRunning = false; var fileName : String = imageNameBase + ZeroPad(0,imageNameZeroPadding); texture ..
Original Website: http://blog.naver.com/PostView.nhn?blogId=wlhermit&logNo=174289380&parentCategoryNo=&categoryNo=73&viewDate=&isShowPopularPosts=true&from=search