上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 136 下一页
摘要: http://developer.qt.nokia.com/wiki/How_to_expose_lists_to_QML Extending QML in C++ 4.7文档 http://doc.qt.nokia.com/4.7-snapshot/qml-extending-tutorial-index.html 阅读全文
posted @ 2011-11-03 15:25 katago 阅读(171) 评论(0) 推荐(0)
摘要: Qt事件处理机制(上篇) http://www.61ic.com/Mobile/Symbian/201107/35587.html Qt事件处理机制(下篇) http://www.61ic.com/Mobile/Symbian/201107/35586.html 阅读全文
posted @ 2011-11-01 18:33 katago 阅读(303) 评论(0) 推荐(0)
摘要: int QApplication::exec() { #ifndef QT_NO_ACCESSIBILITY QAccessible::setRootObject(qApp); #endif return QCoreApplication::exec(); } int QCoreApplication::exec() { ... 阅读全文
posted @ 2011-11-01 11:50 katago 阅读(1549) 评论(0) 推荐(0)
摘要: Chapter 4 Vectors 第4章 向量 4.1 Vector — A Mathematical Definition 向量——数学定义 4.1.1 Vectors vs. Scalars 向量和标量 “velocity” and “displacement” are vector quantities, while “speed” and “distance” are s... 阅读全文
posted @ 2011-10-30 16:00 katago 阅读(885) 评论(0) 推荐(0)
摘要: http://daehgib.blog.163.com/blog/static/186107142201151672255445/ http://daehgib.blog.163.com/blog/static/1861071422011579551134/ http://www.opengpu.org/bbs/forum.php?mod=viewthread&tid=961&pa... 阅读全文
posted @ 2011-10-27 17:10 katago 阅读(152) 评论(0) 推荐(0)
摘要: http://www.opengl.org/resources/faq/technical/ http://www.xmission.com/~nate/tutors.html http://www.opengl.org/resources/faq/technical/openglfaq.txt http://iask.sina.com.cn/u/1698675670/ish?f... 阅读全文
posted @ 2011-10-24 17:52 katago 阅读(168) 评论(0) 推荐(0)
摘要: http://www.opengl.org/resources/faq/technical/contexts.htm 分层渲染。支持透明色。两层可以混合。 阅读全文
posted @ 2011-10-24 15:51 katago 阅读(452) 评论(0) 推荐(0)
摘要: 写一个sample.c,内容如下: # include <GL/glut.h> # include <stdlib.h> /**//* 初始化材料属性、光源属性、光照模型,打开深度缓冲区 */ void init ( void ) { GLfloat mat_specular [ ] = { 1.0, 1.0, 1.0, 1.0 }; GLf... 阅读全文
posted @ 2011-10-24 13:42 katago 阅读(742) 评论(0) 推荐(0)
摘要: 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)
上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 136 下一页