-
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
-
OPENGL参考手册,游戏开发者必备之参考指南
OPENGL参考手册,游戏开发者必备之参考指南-OpenGL Reference Manual, the essential game development Reference Guide
- 2022-01-20 22:49:46下载
- 积分:1
-
该程序使用vc6.0,能够很方便的加载3d模型!
该程序使用vc6.0,能够很方便的加载3d模型!-The procedure used vc6.0, very convenient to be able to load the 3d model!
- 2023-01-09 17:45:03下载
- 积分:1
-
VC++语言使用OpenGL绘制一系列的组合图形
vc++中使用opengl语言绘制一系列的组合图形-vc++ language using opengl drawing a series of combination of graphics
- 2022-11-23 07:15:03下载
- 积分:1
-
OpenGL实现旋转、平移、缩放与贴图
在VS平台下写的OpenGL源码,实现了立方体的纹理贴图、缩放、平移以及旋转。附有操作说明。
- 2023-02-27 02:05:07下载
- 积分:1
-
一个简单的3D射击游戏的游戏引擎,功能类似于CS游戏
一个简单的3D射击游戏的游戏引擎,功能类似于CS游戏-A simple 3D shooting game of the game engine, features similar to CS game
- 2022-05-30 21:44:12下载
- 积分:1
-
OpenGL (junior) three
OpenGL(初级)三维图形系统开发与实用技术源代码-OpenGL (junior) three-dimensional graphics system development and practical technology source code
- 2023-02-13 02:55:04下载
- 积分:1
-
三个几何体的构成,旋转和纹理优化
三个几何体的构成,旋转和纹理优化-three geometric composition, rotation and texture Optimization
- 2022-11-25 09:50:03下载
- 积分:1
-
opengl虚拟地形
opengl编程篇,是一个关于虚拟地形场景漫游,导弹发射的程序,很适合初学者的,值得研究
- 2022-04-28 10:27:02下载
- 积分:1
-
人脸检测专用特征库
用于人脸识别的通用特征检测库源码,用C/C++语言实现,在人脸识别、图形特征提取和模式匹配方面更好的提供开发接口,主要用于window是平台,进行简单的移植可用于linux和android平台,欢迎分享。
- 2023-06-01 06:45:03下载
- 积分:1