码迷,mamicode.com
首页 >  
搜索关键字:gl calls    ( 1085个结果
用线框模式绘制多边形 glPolygonMode
glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); glBegin(GL_TRIANGLES);//开始以g_ViewMode模式绘制 glColor3ub(182.0f,88.0f,157.0f); for(int j...
分类:其他好文   时间:2014-05-01 11:48:40    阅读次数:460
炉石传说JJC英雄简评 && JJC combo收集:Ver 1.0
/*----------------------------------------------------------------------------- * author:Rainboy and his GL 南柯CHY * wirte date:2014-04-29 * # LastUp.....
分类:其他好文   时间:2014-04-30 15:35:35    阅读次数:572
WebMatrix Database.Open… Close() and Dispose()
ASP.NET Web Pages framework examples of the Database helper do not include calls to Close or Dispose because the framework itself is designed to call ...
分类:数据库   时间:2014-04-30 14:08:51    阅读次数:629
CCClippingNode bug
在Cocos2d-x v2.x,CCClippingNode类有一个bug,导致区域裁剪失效,由于Cocostudio的UIScrollview组件是基于该类构建的,所以这个问题是比较常见的,fix的方法如下for iOS:in AppController replace the gl-view c...
分类:其他好文   时间:2014-04-30 03:05:37    阅读次数:627
宏函数定义继承类
//: ORDER.CPP -- Order of constructor calls // with inheritance#include #define inherit(derived, base) \class derived : public base { \public: \ deri....
分类:其他好文   时间:2014-04-28 00:09:24    阅读次数:444
1085条   上一页 1 ... 107 108 109
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!