-
如何在opengl程序运行时实现全屏显示的方法。
如何在opengl程序运行时实现全屏显示的方法。-in opengl running achieve full screen display method.
- 2022-04-19 20:42:25下载
- 积分:1
-
基于VC++的opengl经典图形算法开发文档
基于VC++的opengl经典图形算法开发文档-Based on VC++ The opengl classic graphics algorithms to develop a document
- 2022-12-12 22:50:03下载
- 积分:1
-
对于球体之间,球体和平面,球体和圆柱体的碰撞进行模拟。...
对于球体之间,球体和平面,球体和圆柱体的碰撞进行模拟。-Between the spheres, sphere and plane, sphere and cylinder to simulate the collision.
- 2022-07-25 11:17:57下载
- 积分:1
-
云雾特效制作
云雾特效制作--仅包含源码(包含完整的VC++使用的所有文档,可一直接打开运行)-cloud effects produced-- contains only the source code (including the use of VC integrity of all documents, can open a direct operation)
- 2023-01-28 06:45:03下载
- 积分:1
-
nehe sdk教程的源代码 不可多得的好东西
nehe sdk教程的源代码 不可多得的好东西-nehe sdk Copies of the source code very good things
- 2022-01-31 04:09:19下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
城市跑酷cocos2d-x代码
城市跑酷单机版游戏,适合有一定c++基础的游戏开发者学习。有利于帮助理解cocos2d-x的渲染引擎,物理引擎,包括动作,场景的滚动等技术。
- 2022-04-29 22:49:50下载
- 积分:1
-
nehe opengl 第二课
nehe opengl 第二课-nehe opengl second cla
- 2023-05-08 10:50:03下载
- 积分:1
-
opengl 10bit 检测显卡是否支持10bit
应用背景
想直接回显10bit数据,在nv网站上下载的,编译运行通过,有一定的参考意义。
README for Check30bit
- To Run, type
Check30bit
This will print out a listing of all attached displays and open a window on each display showing a teapot.
If a display is 30-bit capable, then the window opened on that display will use a 30-bit pixel format.
When moving or resizing the window between the displays the event handler determines if the window is spanning a 30-bit color compatible display and reports it.
关键技术Check30bit opengl nvidia 并检测显卡是否支持10bit,不支持的话就用24bit。
- 2023-02-11 16:25:03下载
- 积分:1
-
在Opengl文件中程序avi文件的程序
在Opengl文件中程序avi文件的程序-in Opengl document procedures avi documentation procedures
- 2022-03-05 09:13:03下载
- 积分:1