上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 136 下一页
摘要: GLUT 代表OpenGL Utility Tookit。Mark J.Kilgard 为了使OpenGL应用程序结构能够真正独立于窗口系统构思了GLUT库。 Freeglut是一个GLUT的开源实现。 本文介绍VS2008环境下的Freeglut 2.6.0配置: 1. 下载Freeglut:http://freeglut.sourceforge.net/,http://prdownloa... 阅读全文
posted @ 2011-10-24 13:26 katago 阅读(573) 评论(0) 推荐(0)
摘要: https://gitorious.org/qt-platform-mkspecs A central collection of tested Qt mkspecs for a variety of hardware platforms 收集各个硬件平台的mkspecs 阅读全文
posted @ 2011-10-21 12:47 katago 阅读(765) 评论(0) 推荐(0)
摘要: http://developer.qt.nokia.com/wiki/Qt_5_on_Raspberry_Pi qt5可以在raspberry pi上跑起来了。 阅读全文
posted @ 2011-10-21 12:39 katago 阅读(1002) 评论(0) 推荐(0)
摘要: Qt Creator and Clang Posted by Erik Verbruggen on October 19, 2011 · 24 comments As... 阅读全文
posted @ 2011-10-21 09:34 katago 阅读(3381) 评论(0) 推荐(1)
摘要: 提示:TypeError: Result of expression 'ListView.view' [null] is not an object. import QtQuick 1.0 Rectangle { width: 200; height: 200 ListModel { id: fruitModel property stri... 阅读全文
posted @ 2011-10-20 18:25 katago 阅读(472) 评论(0) 推荐(0)
摘要: cull1 [kʌl] 剔除 frustum ['frʌstəm] 【几何学】 平截头体 View Frustum Culling http://en.wikipedia.org/wiki/Viewing_frustum notional ['nəuʃənəl] adj. 概念性的;想像的 pyramid ['pirəmid] n. 金字塔;角锥体 perp... 阅读全文
posted @ 2011-10-20 14:40 katago 阅读(309) 评论(0) 推荐(0)
摘要: module "Qt.labs.folderlistmodel" is not installed import Qt.labs.folderlistmodel 1.0 解决方法: cp /mnt/qtmarvell/mvqt/imports/ -a /opt/qtmarvell/mvqt/ 阅读全文
posted @ 2011-10-19 17:44 katago 阅读(3784) 评论(0) 推荐(0)
摘要: VS2008已经把它合并到一个wingdi.h的头文件里了, 所以只要包含如下几个头文件即可: #include <windows.h> #include <gl\gl.h> #include <gl\glu.h> 链接的时候加入opengl32.lib glu32.lib 这几个库就可以了 不过glaux.lib这个库还是存在的,它的路径在: ... 阅读全文
posted @ 2011-10-18 13:32 katago 阅读(2106) 评论(0) 推荐(0)
摘要: win7下vs2008完美破解安装 发表于 2011 年 04 月 06 日 由 sailor | 6 则评论 | 程序设计 话说,我现在也跟了一下潮流换win7了, 本来在xp下用过的vs2008在新环境下出现了罢工的问题,好一个郁闷与纠结啊。不过google+baidu 了半天,找到一个方法,分享一下(我用的win7 32位旗舰版本) 首先去微软下载一个90天试用版本的vs2008 h... 阅读全文
posted @ 2011-10-17 19:47 katago 阅读(633) 评论(0) 推荐(0)
摘要: Paint System中总结了: qpainter –> qpaintengine->qpaintdevice Coordinate System中总结了: The coordinate system is controlled by the QPainter class. Together with the QPaintDevice and QPaintEngine classes, QPa... 阅读全文
posted @ 2011-10-14 19:08 katago 阅读(761) 评论(0) 推荐(0)
上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 136 下一页