
game
liuqzan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Recast Settings Uncovered
Recast Settings Uncovered Some folks have been wondering what is the meaning behind some of the Recast generation settings. Here's a quick primer how to derive the correct values.First you shoul...原创 2013-06-19 11:45:01 · 185 阅读 · 0 评论 -
recastnavigation study
a good place to find the design detail for recastnavigation http://www.critterai.org/book/export/html/2 a place to study game ai http://aigamedev.com原创 2013-06-10 13:54:07 · 133 阅读 · 0 评论 -
Ogre xcode build error: Reference to 'FileInfo' is ambiguous
When update Ogre source to the stable version 1.9 with Mac osx 10.7,Xcode 4.6.3, CMake 2.8.10.2, I get this error Reference to 'FileInfo' is ambiguous /Applications/Xcode.app/Contents/Dev...原创 2013-12-07 15:59:56 · 206 阅读 · 0 评论 -
Gamma Correction/Color on iPhone
Linearity and Gamma http://www.arcsynthesis.org/gltut/Illumination/Tut12%20Monitors%20and%20Gamma.html Color on iPhone http://www.colorwiki.com/wiki/Color_on_iPhone原创 2013-12-19 17:07:04 · 218 阅读 · 0 评论 -
iPhone Store Kit “Cannot connect to iTunes Store”
When develop the IAP feature follow with the Apple IAP guide , I get a failed case: - (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions case SKPaymentTransac...原创 2014-07-10 12:12:12 · 420 阅读 · 0 评论 -
Bullet Gof6DConstrants axis limit
when we are using btGeneric6DofSpringConstraint for physic constraints, be careful about those methods: setAngularUpperLimit setAngularLowerLimit setLinearLowerLimit setLinearUpperLimit, the axis wi...原创 2013-10-26 14:46:15 · 194 阅读 · 0 评论