
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 · 170 阅读 · 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 · 122 阅读 · 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 · 198 阅读 · 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 · 208 阅读 · 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 · 404 阅读 · 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 · 184 阅读 · 0 评论