-
这是OpenGL MinGW运行的文件,这是学习图形学时所编的实现代码
这是OpenGL MinGW运行的文件,这是学习图形学时所编的实现代码-This is the OpenGL MinGW running in the paper, which is studying graphics as part of the realization of code
- 2022-05-07 19:37:33下载
- 积分:1
-
OpenGL_参考手册
OpenGL_参考手册-OpenGL_ reference manual
- 2023-08-13 03:05:04下载
- 积分:1
-
OpenGL high
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2023-02-06 17:55:04下载
- 积分:1
-
stanford 三维图像库ply格式文件源码
stanford 三维图像库ply格式文件源码-stanford three-dimensional image database ply format source
- 2022-04-18 16:26:09下载
- 积分:1
-
不同的项目
它显示了不同的项目供您参考。。你可以从这里选一个最好的。。所有代码都是有效的..最好看一下。。
- 2022-06-29 07:35:08下载
- 积分:1
-
loading png files in OpenGL
loading png files in OpenGL
- 2023-04-09 04:35:03下载
- 积分:1
-
Glut dlls for image process
Glut dlls for image proce-Glut dlls for image process
- 2022-04-12 11:07:17下载
- 积分:1
-
opengl搭建的虚拟现实平台,模拟第一人称射击
opengl搭建的虚拟现实平台,模拟第一人称射击-opengl built virtual reality platform to simulate the first-person shooter
- 2022-02-01 07:20:59下载
- 积分:1
-
免费的opengl图形开发包,支持多种C++编译器
免费的opengl图形开发包,支持多种C++编译器-free opengl graphics development kits, support for multiple C compiler
- 2022-06-03 10:54:22下载
- 积分: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