-
bezier曲线
bezier方法是一种以逼近为基础的参数曲线和曲面的设计方法,它将函数逼近论同几何表示结合起来,使得设计师在计算机上设计曲线曲面就像使用作图工具一样得心应手。本程序通过鼠标点输入,实现bezier曲线。
- 2023-04-10 08:30:03下载
- 积分:1
-
实现opengl三维坐标的绘制和任意旋转
实现opengl三维坐标的绘制和任意旋转-Opengl realize three-dimensional coordinates of the mapping and arbitrary rotation
- 2022-07-13 19:55:24下载
- 积分:1
-
游戏使用 OpenGL 编写
编写使用 OpenGL。 写使用 OpenGL。 写使用 OpenGL。 使用 OpenGL 编写游戏的游戏的游戏的游戏。
- 2022-11-28 08:20:03下载
- 积分:1
-
这是一个教你如何在vc+OpenGL中读取.obj文件的程序
这是一个教你如何在vc+OpenGL中读取.obj文件的程序-teach you how to read vc OpenGL. Obj documentation procedures
- 2022-12-20 19:30:09下载
- 积分: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
-
校园场景漫游
校园场景漫游,是西安理工大学曲江校区三维场景漫游,采用简单的贴图建的图形,有校门、教学楼、宿舍、大学生活中心等,有天空盒。
- 2022-04-10 21:49:48下载
- 积分:1
-
简单的屏幕保护模板
简单的屏幕保护模板-Simple template screen saver
- 2022-06-26 08:01:41下载
- 积分:1
-
a template cache examples overseas./** Example program demonstrating the use of...
一个模板缓存的例子,值得一看。/* * Example program demonstrating the use of glStencilFunc and glStencilOp to cut away the middle of a cube for Chapter 11. */-a template cache examples overseas./** Example program demonstrating the use of glStencilFunc and glStencilOp to cut away the middle of a cube for Chapter 11.* /
- 2022-02-04 23:20:56下载
- 积分:1
-
OpenGL範例-點線面
/* simple painting program with text, lines, triangles,
rectangles, and points */
#include
#include
#include
#define NULL 0
#define LINE 1
#define RECTANGLE 2
#define TRIANGLE 3
#define POINTS 4
#define TEXT 5
- 2022-06-11 23:47:06下载
- 积分:1
-
采用opengl编程,在多个三维模型中,使用鼠标点取,达到对三维模型对象的捕捉。...
采用opengl编程,在多个三维模型中,使用鼠标点取,达到对三维模型对象的捕捉。-using opengl programming, in a number of 3D models, the use of mouse-point, reached on the three-dimensional object model to capture.
- 2023-07-20 07:55:03下载
- 积分:1