-
Openinventor
应用背景完整的键盘响应程序,可以通过键盘来控制在Openinventor中的模型,了解Openinventor的控制原理关键技术该程序是在vc6.0和TGS Openinventor下编译的,所以看懂该程序除了要有一定的C++编程基础外,还应该懂得Openinventor
- 2023-06-27 19:25:04下载
- 积分:1
-
opengl程序设计这本书的全部源代码
很高兴与大家一起分享
opengl程序设计这本书的全部源代码
很高兴与大家一起分享-opengl 獗?全 源 芨 一
- 2022-05-21 03:09:47下载
- 积分:1
-
通过利用OpenGL实现规则运动的物体,在这种情况下…
通过利用OpenGL来实现一个物体的规则运动,本例是让一小球实现正弦曲线的运动。-Through the use of OpenGL to achieve a regular motion of an object, in this case is to make a sine wave curve the ball movement.
- 2022-05-25 06:04:08下载
- 积分:1
-
Draw a picture which there are a number of small star around a big star.Method:...
绘制一个这样的图案,一个大星周围有一系列的小星,使用方法:原点转移。-Draw a picture which there are a number of small star around a big star.Method: central point transformation
- 2022-02-03 01:09:40下载
- 积分:1
-
图形图像编程mfc opengl
图形图像编程mfc opengl-graphics programming mfc opengl
- 2023-02-19 18:00:03下载
- 积分:1
-
GLSL实现了图像降噪,锐化,对比度增强
本程序借助OpenGL及其高级着色语言GLSL实现了图像降噪,锐化,对比度增强等图像处理操作!-With this procedure
and its high-level shading language GLSL OpenGL implementation of image
noise reduction, sharpening, contrast enhancement and other image
processing!
- 2022-04-15 04:32:13下载
- 积分:1
-
Print Preview opengl an example of procedures, by calling the method shows that...
opengl打印预览的一个实例程序,通过调用方法实现显示界面的快速打印-Print Preview opengl an example of procedures, by calling the method shows that the rapid printing interface
- 2022-02-25 18:08:27下载
- 积分:1
-
利用VC实现OPGEL的编程,一个小例子,希望有用
利用VC实现OPGEL的编程,一个小例子,希望有用-Achieve OPGEL programming using VC, a small example, want to be useful. . .
- 2022-03-14 23:40:16下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分: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