-
一个有关OpenGL的源代码,还是比较有用的,里面的代码相当详尽,对于OPENGL的使用方面有较大帮助,俺花了大规模时间来开发的呀,呵呵 望大家一起学习改进...
一个有关OpenGL的源代码,还是比较有用的,里面的代码相当详尽,对于OPENGL的使用方面有较大帮助,俺花了大规模时间来开发的呀,呵呵 望大家一起学习改进-one of the OpenGL source code, it is still useful, inside the code in considerable detail, the use of OpenGL for a greater help, I spent a large-scale development time to it, huh hope we will study together to improve
- 2023-03-31 20:30:03下载
- 积分:1
-
图形学代码,共初学者学习
可以供初学者学习:OpenGL绘图模版,利用顶点数组旋转矩形,旋转矩形框
- 2022-03-02 00:55:06下载
- 积分: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
-
用opengl的粒子效果模拟火的场景,内附源码及3d模型
用opengl的粒子效果模拟火的场景,内附源码及3d模型-use opengl effects of particle simulation of the fire scene, enclosing source and 3d model
- 2022-04-09 23:36:15下载
- 积分:1
-
OPENgl mapping using Multi
利用OPENgl绘制多视图-OPENgl mapping using Multi-View
- 2023-07-05 13:10:03下载
- 积分:1
-
布尔运算,两个物体的和或交差等运算,用opengl开发
布尔运算,两个物体的和或交差等运算,用opengl开发-Boolean operation, the two objects and call it a day, such as computing or
- 2022-02-14 08:37:37下载
- 积分:1
-
下面是OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。...
下面是OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-Below are OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
- 2023-01-09 17:25:03下载
- 积分:1
-
marching cubes algorithm
marching cubes algorithm
- 2022-04-30 11:21:36下载
- 积分:1
-
High
高性能碰撞检测论文,非常不错,我做项目的时候就用这个-High-performance collision detection papers, very good project to do when I use this
- 2023-05-05 09:30:05下载
- 积分:1
-
OpenGL编程的程序
c#下的opengl编程程序-the opengl programming procedures
- 2022-12-19 08:30:03下载
- 积分:1