| Subdivision Surface | 2004/03/11 |
| This was a presentation about subdivision surface when I took the class Geometry Modeling instructed by Robin Chen. The material was aroud 2 papers by Catmull&Clark and Doo&Sabin respectively. You can get more detailed description about subdivision surface in [On-line Geometric Modeling Notes] |
| powerpoint(600k) |
| |
| 3D Model Retrieval - After Shape Distributions | 2004/03/03 |
| This was a presentation about several researches after and related to Shape Distributions. In this material, the idea of Shape Distributions, its application on comparison of solid models and several enhancements were touched, including AD&AAD, AMR-AAD and range data. |
| powerpoint(2.3MB) |
| |
| Flowchart of MFC SDI | 2003/12/31 |
| Within this month, I have been assigned to design and implement an editing tool for our scripters such that they could make their own story easily. I have tried several UI-related SDK and I was not satisfied with them. Finally, I realize that I have to face the complicated and huge MFC, Microsoft Foundation Class. What I knew about MFC was reading of several books 3 years ago. I ever claimed that I would not use MFC, UI or tool stuff, but game-related ones, engine, game logic, ai and etc, in the future. Well... Finally, I come and work with MFC again. First of all, I used the application wizard to create a SDI and added a log system that I can recognize how the calling/caller flowchart at all. |
| FlowchartOfMFCSDI |
| |
| Tavi code organization | 2003/11/22 |
| During the design and maintenance of the web site, I found something lack in Tavi that I started to add some useful functionalities. I thought that if we can write down what I discover in the code, it would be easier for myself to do some other things on Tavi and it would be helpful to others. |
| TaviCodeOrganization |
| |
| Shadow Silhouette Maps | 2003/08/21 |
| This was a paper report in the meeting of g group. |
| powerpoint(350k) |
| |
| Introduction to Maya Programming | 2003/10/07 |
| This was a training course in the seminar of g group. |
| powerpoint(300k) |
| |
| Programming Style | 2001/08/03 |
| When we started to participate the game contest, I wrote this article for programmers to have the consistent programming norms and naming rules. I wrote this by several-year programming experience, related books and articles on internet. And I determined to make it as simple as possible such that others can adapt it soonly. The feedback was welcome. |
| online article(27k) |
| |
| Wincvs with SSH | 2001/08/03 |
| This was a simplified step-by-step article to guide people who are interested in using wincvs with ssh such that people do not need to login everytime. It is done by SSH's authentication. The original article is wrote by Doma and I modified it a little. |
| online article |
| |