l46kok.blogspot.com
또 하나의 삶: January 2013
http://l46kok.blogspot.com/2013_01_01_archive.html
A blog of Sokwhan Huh (l46kok). Wednesday, January 9, 2013. 현재 팀 Project Fate 소속원 중 Hyeon님이 나한테 나름 괜찮은 질문을 하나 주셔서 여기에도 올려본다. 사실 요즘 이런 저런일이 많이 생기다 보니깐 Project Fate과 그 팀원들에 대해 많이 소홀하게 여겼는데 가장 나이가 어린 멤버가 이렇게 열심히 공부하는 모습보고 감탄하고 동시에 미안한 마음이 많이 들기도 했다. 많이 반성해야 할지도. 아무튼 메일로 주신 질문 내용:. 일반적으로 렌더링을 할때 가지고있는 object의 vertices가 갖는 위치벡터를. Object space에서 world space로 옮기기 위해 world transform 한번. World space에서 camera space로 옮기기 위해 view transform 한번. 여기서 궁금한건. 일반적인 경우에 카메라는 하나고, 화면도 하나니까. 실제로 작업할때엔 저걸 어떻게 구현하나요? GPU에 메모리를 ...
l46kok.blogspot.com
또 하나의 삶: February 2013
http://l46kok.blogspot.com/2013_02_01_archive.html
A blog of Sokwhan Huh (l46kok). Tuesday, February 5, 2013. Linkin Park - What I've done. Subscribe to: Posts (Atom). Linkin Park - What Ive done. The Oblivious Fate That Leads To Void. Time to start it up again. Picture Window template. Powered by Blogger.
l46kok.blogspot.com
또 하나의 삶: Ultra Simple Computer Sleep Timer
http://l46kok.blogspot.com/2015/04/ultra-simple-computer-sleep-timer.html
A blog of Sokwhan Huh (l46kok). Monday, April 27, 2015. Ultra Simple Computer Sleep Timer. If you have a Windows machine and you'd like to. Shutdown your computer after X number of seconds. 9654; Run command prompt and type shutdown -s -t X. Where X is your desired timer in seconds. Put your computer to sleep after X number of seconds. You're out of luck. I've took ten minutes of my time writing a Winforms application that does want you want! The program should be self-explanatory. Q Is this a virus?
l46kok.blogspot.com
또 하나의 삶: September 2012
http://l46kok.blogspot.com/2012_09_01_archive.html
A blog of Sokwhan Huh (l46kok). Sunday, September 16, 2012. Did you press on that esc. Ahh the disadvantage of using the wc3 client, randomly misclicking the X button while getting up. Thats a universal problem for all UI programs LOL. Unless if u mean closing application should be command based. What the hell happened to the bot. Well you just closed it. NO I MEANT TO. I MEANT TO TYPE THAT AS DEMONSTRATION OF COMMAND BASED CLOSE. That's a picture worthy of failblog.com. Great minds think alike? Tell me ...
l46kok.blogspot.com
또 하나의 삶: April 2012
http://l46kok.blogspot.com/2012_04_01_archive.html
A blog of Sokwhan Huh (l46kok). Monday, April 16, 2012. Subscribe to: Posts (Atom). The Oblivious Fate That Leads To Void. Time to start it up again. Picture Window template. Powered by Blogger.
l46kok.blogspot.com
또 하나의 삶: June 2012
http://l46kok.blogspot.com/2012_06_01_archive.html
A blog of Sokwhan Huh (l46kok). Sunday, June 24, 2012. For the program I'm developing, because we decided to use remoting service instead of WCF (.) I had to go relearn how to marshal objects as the program was going to use it extensively but soon enough I thought to myself, "Do I really know what marshalling is? So I'm going to post an explanation I found on web that I personally believe is the clearest way you can explain what marshaling is. Friday, June 22, 2012. Merge Sort vs Quick Sort. Time complex...
l46kok.blogspot.com
또 하나의 삶: Restlet how to post XML data from client
http://l46kok.blogspot.com/2013/06/restlet-how-to-post-xml-data-from-client.html
A blog of Sokwhan Huh (l46kok). Thursday, June 20, 2013. Restlet how to post XML data from client. Recently, I was issued a project to set up a restful web server on Android platform. Googling landed me Restlet Framework. And I must say it's a pretty good framework that gives a nice abstraction layer to do any REST related work. Two things I really didn't like about Restlet is that initial setup was a bit painful, but what really ticked me off is the lack of documentations,. Post public void handleQuery(...
l46kok.blogspot.com
또 하나의 삶: October 2013
http://l46kok.blogspot.com/2013_10_01_archive.html
A blog of Sokwhan Huh (l46kok). Sunday, October 6, 2013. Fate Standalone Project Update. It's been about a year since I first announced project Fate. Surprisingly, I'm still getting inquiries about the current status of the project from numerous people (which by the way thank you so much for your interest and support), so I will try to provide some clarification. Long story short, the project is currently suspended for the following reasons:. We don't have enough members. (Especially designers).
l46kok.blogspot.com
또 하나의 삶: June 2013
http://l46kok.blogspot.com/2013_06_01_archive.html
A blog of Sokwhan Huh (l46kok). Thursday, June 20, 2013. Restlet how to post XML data from client. Recently, I was issued a project to set up a restful web server on Android platform. Googling landed me Restlet Framework. And I must say it's a pretty good framework that gives a nice abstraction layer to do any REST related work. Two things I really didn't like about Restlet is that initial setup was a bit painful, but what really ticked me off is the lack of documentations,. Post public void handleQuery(...