-
Using OpenGL compiled from a simple interactive three
一个采用OpenGL编制而成的简单的交互式三维动画,自动追踪用户摆放的小球。-Using OpenGL compiled from a simple interactive three-dimensional animation, automatically track the user placing a small ball.
- 2022-11-27 01:30:03下载
- 积分:1
-
Visual C++ 高级编程技术OpenGL篇 》程序源代码特别有一个三维图象打开,保存,压缩,绘制的源码很有价值...
Visual C++ 高级编程技术OpenGL篇 》程序源代码特别有一个三维图象打开,保存,压缩,绘制的源码很有价值-Visual C programming OpenGL chapter "source code with a special three-dimensional images open, preservation, compression, rendering the source of great value
- 2022-03-19 03:28:29下载
- 积分:1
-
OpenGL三维图形程序设计
OpenGL三维图形程序设计-OpenGL 3D Graphics Programming
- 2023-04-21 04:00:03下载
- 积分:1
-
此程序演示了用DELPHI进行OpenGL的程序设计
此程序演示了用DELPHI进行OpenGL的程序设计 -demonstration of the procedure used for Delphi programming OpenGL
- 2022-01-31 01:21:22下载
- 积分:1
-
很不错的球面程序哦,用图形学编的,真的不错
很不错的球面程序哦,用图形学编的,真的不错-very good spherical procedures Oh, and graphics addendum to the really good
- 2023-07-14 16:40:03下载
- 积分: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
-
VC平台下开发的图形显示界面,具有图像平滑,所放功能,有需要的朋友可以下载参考...
VC平台下开发的图形显示界面,具有图像平滑,所放功能,有需要的朋友可以下载参考-VC platform developed under the graphical display interface, with image smoothing, the release function, there is a need of a friend can download the reference
- 2022-10-05 10:45:04下载
- 积分:1
-
这是OPENGL的第三个例子,实现了在MFC环境的实现,好好体会。
这是OPENGL的第三个例子,实现了在MFC环境的实现,好好体会。-This is the third example OPENGL, realize in the MFC environment, realize a good experience.
- 2022-05-31 22:13:10下载
- 积分:1
-
OpenGL procedures : using recursive method and drawing cylindrical patch
OpenGL程序:用递归和贴片法绘制圆柱-OpenGL procedures : using recursive method and drawing cylindrical patch
- 2022-07-25 02:36:01下载
- 积分:1
-
关于图形学的象素拷贝
关于图形学的象素拷贝-on graphics pixel copy
- 2023-08-19 06:35:04下载
- 积分:1