-
我也不太清楚干什么用的. 我也不太清楚干什么用的.
我也不太清楚干什么用的. 我也不太清楚干什么用的.-I do not quite sure of. I also do not quite sure of.
- 2022-02-24 15:58:23下载
- 积分:1
-
OpenGL编程的单文档模板
OpenGL单文档编程模版-OpenGL Programming single document templates
- 2022-01-23 10:16:23下载
- 积分:1
-
OPENGL for three
OPENGL用于三维图像显示的图像平滑的源码程序-OPENGL for three-dimensional image display source for image smoothing procedure
- 2022-07-17 14:16:36下载
- 积分:1
-
读取dxf文件的c++代码
OPENGL读取DXF格式文件,并可以显示的C++源代码-OPENGL read DXF files and can display the C++ Source code
- 2022-05-17 00:17:06下载
- 积分:1
-
基于MFC的对话框Dialog的OpenGL程序框架
基于MFC的对话框Dialog的OpenGL程序框架
基于MFC的对话框Dialog的OpenGL程序框架 收藏
建立一个基于对话框的工程(名称:OpenGL)
并且在设置的Link里加入库opengl32.lib glu32.lib glaux.lib
为对话框添加picture control 控件,ID:IDC_RENDER
主要程序:
- 2023-05-28 23:00:03下载
- 积分:1
-
基于VisualC++的OpenGL实现三维图形的拾取功能,学习游戏…
基于visualc++ opengl,实现了三维图形的拾取功能,供学习游戏制作和计算机图形学的朋友借鉴。-based visualc opengl, realized 3D graphics picking function, learning games for the production and computer graphics from a friend.
- 2022-08-06 12:17:03下载
- 积分:1
-
汉化特别版为DirectX和OpenGL游戏设计的通用工具
汉化特别版为DirectX和OpenGL游戏设计的通用工具-Speaking of special edition for DirectX and OpenGL games designed for general-purpose tool
- 2022-02-05 04:53:14下载
- 积分:1
-
OPENGL写的读取DXF文件的曲线特征的信息
OPENGL写的读取DXF文件的曲线特征的信息-OpenGL was read DXF file characteristics of the information curve
- 2022-03-25 23:06:32下载
- 积分: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
-
3d rotating space shuttle
三维旋转航天飞机
- 2022-08-10 09:54:09下载
- 积分:1