일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- c++
- openCV
- 김양재
- Statistics
- 빅 데이타
- 몽고디비
- 김양재 목사님
- nodeJS
- 딥러닝
- data science
- 인공지능
- 빅데이터
- 김양재 목사
- probability
- Deep learning
- Artificial Intelligence
- WebGL
- Machine Learning
- 데이터 과학
- R
- MongoDB
- No SQL
- node.js
- 주일설교
- 우리들교회
- 확률
- Big Data
- 통계
- 빅 데이터
- 빅데이타
- Today
- Total
목록CG & Video Games (52)
Scientific Computing & Data Science
Camera tracked by The PixelFarm's PFTRack.Rendered in CINEMA 4D.Composited in AfterEffects.
Explained in Korean.Warning: You can get extremely bored in case of being tired. It is recommended that you had better watch this when you are very happy :)
Explained in Korean.Warning: You can get extremely bored in case of being tired. It is recommended that you had better watch this when you are very happy :)
#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
Original Website: http://wlhermit.blog.me/174224670
Original Website: http://blog.naver.com/PostView.nhn?blogId=wlhermit&logNo=174209253&parentCategoryNo=&categoryNo=73&viewDate=&isShowPopularPosts=true&from=search
Original Website: http://blog.naver.com/PostView.nhn?blogId=wlhermit&logNo=174199707&parentCategoryNo=&categoryNo=73&viewDate=&isShowPopularPosts=true&from=search
Original Website: http://unity3d.com/learn/tutorials/projects/stealthTutorialsProjectsProject #01: StealthProject #01: StealthDifficulty: Beginner-Date: 20 Mar 2013Create a fully functioning level of a third person stealth game, learn about player characters, enemies, game logic & management systems.Download AssetsPlay the Game OnlineChapter 1: Game Setup & Alarm Logic101. Stealth: Project Overv..