-
c# opengl 编写的桌子代码,挺有用的。
c# opengl 编写的桌子代码,挺有用的。-opengl table prepared by the code, quite useless.
- 2022-06-29 05:16:11下载
- 积分:1
-
Sierpinski分形
编制一个Sierpinski 1992线性分形在Linux和OpenGL代码。
- 2022-11-23 19:55:03下载
- 积分:1
-
本代码主要是介绍了一个基于opengl开发环境的c++代码,主要生成的是门的形状....
本代码主要是介绍了一个基于opengl开发环境的c++代码,主要生成的是门的形状.-this is the main source of a development environment based on opengl c code, the main formation in the shape of the door.
- 2022-05-15 17:56:22下载
- 积分:1
-
OpenGL network programming, enabling user data between each other
OPENGL网络程序,实现用户间的数据互传-OpenGL network programming, enabling user data between each other-
- 2022-05-20 15:04:29下载
- 积分:1
-
这是OPENGL的第一个例子,建立了OPENGL的初始化环境,编程者可以在此基础上继续深入
这是OPENGL的第一个例子,建立了OPENGL的初始化环境,编程者可以在此基础上继续深入-This is the first example OPENGL established OPENGL initialization environment, programmers can build on the depth
- 2022-03-11 13:41:27下载
- 积分:1
-
用于在LINUX下进行三维图像处理的OpenGL接口.实现三维动态渲染...
用于在LINUX下进行三维图像处理的OpenGL接口.实现三维动态渲染-LINUX for the three-dimensional image processing OpenGL interface. Dynamic 3D rendering
- 2022-10-07 09:05: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
-
Using OpenGL realize the 3d environment, a bit like cs
用OpenGL实现的3d环境,有点像cs-Using OpenGL realize the 3d environment, a bit like cs
- 2023-01-29 23:50:04下载
- 积分:1
-
用OpenGL写的地形渲染程序,适合大地形渲染,值得一看
用OpenGL写的地形渲染程序,适合大地形渲染,值得一看-with OpenGL written procedures exaggerated topography suitable for large Terrain Rendering, an eye-catcher
- 2023-08-30 06:40:04下载
- 积分:1
-
FBO封装了一个比较好的FBO的类。需要显卡的支持
FBO封装了一个比较好的FBO的类。需要显卡的支持-FBO Packaging, a relatively good FBO class. Need graphics support
- 2022-03-19 23:50:44下载
- 积分:1