-
绝对是原创的OPENGL代码 希望大家指教 虽然很幼稚 但是我最开始用OPENGL写的代码...
绝对是原创的OPENGL代码 希望大家指教 虽然很幼稚 但是我最开始用OPENGL写的代码-is absolutely original OpenGL code hope we enlighten although most naive but I started writing code OpenGL
- 2023-04-24 02:00:03下载
- 积分:1
-
OpenGL实现缩放,利用OPENGL+MFC开发,入门好程序
OpenGL实现缩放,利用OPENGL+MFC开发,入门好程序-zoom OpenGL, MFC use OpenGL development, portal program
- 2023-08-31 21:40:03下载
- 积分:1
-
OpenGL新功能
OpenGL新功能--顶点缓冲区-OpenGL new features-- Vertex Buffer
- 2022-06-20 07:35:55下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
3DMAX ASE模型描述及OpenGL控制
3DMAX ASE模型描述及OpenGL控制-3DMAX ASE Model Description and OpenGL control
- 2022-03-02 09:10:59下载
- 积分:1
-
OpenGL示例源码,是您踏入OpenGL编程的敲门砖。
OpenGL示例源码,是您踏入OpenGL编程的敲门砖。-OpenGL sample source code, is your stepping stone into the OpenGL programming.
- 2022-02-02 00:35:45下载
- 积分:1
-
读MS3D形式三
读取ms3d格式的三维模型,含动画显示的源代码-Read ms3d form three-dimensional model, with animations displayed in the source code
- 2023-02-06 01:55:03下载
- 积分:1
-
OpenCV+OpenGL三维重建
系统的介绍了三维重建的整体步骤。双目立体视觉的整体流程包括:图像获取,摄像机标定,特征提取(稠密匹配中这一步可以省略),立体匹配,三维重建。我在做双目立体视觉问题时,主要关注的点是立体匹配,本文主要关注最后一个步骤三维重建中的:三角剖分和纹理贴图以及对应的OpenCV+OpenGL代码实现。
- 2022-10-20 13:55:04下载
- 积分:1
-
OpenGL环境检测:主要是检测目前可用的象素格式,并能简单的显示各种象素格式的显示效果。...
OpenGL环境检测:主要是检测目前可用的象素格式,并能简单的显示各种象素格式的显示效果。-OpenGL environmental testing : testing is currently available pixel format, and a simple show of the various pixel display format.
- 2022-06-14 15:04:17下载
- 积分:1
-
读入bmp文件并用来生成三维环境,鼠标控制游弋
读入bmp文件并用来生成三维环境,鼠标控制游弋-read bmp file and used to generate 3D environment, mouse cruise control
- 2022-01-24 15:31:27下载
- 积分:1