-
读3D点云数据 并显示出来 并从多个角度进行观察
读3D点云数据 并显示出来 并从多个角度进行观察-read 3D points cloud file,and display
- 2022-04-17 12:07:04下载
- 积分:1
-
CS的BSP树
BSP tree for CS
- 2022-10-27 18:20:03下载
- 积分: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
-
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。基于单文档。...
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。基于单文档。-The use of C language constructs a OpenGL program can display the source code, the basic framework of the categories are for the use of will realize the preparation of the corresponding code. Based on Single Document.
- 2022-04-17 11:56:40下载
- 积分:1
-
graphics third experiment, the two main line drawing algorithm.
图形学第三次实验报告,主要实现两种画线的算法。-graphics third experiment, the two main line drawing algorithm.
- 2022-08-11 16:18:42下载
- 积分:1
-
OpenGl 的使用基础
OpenGl 的使用基础 -- 使用纹理和光照
- 2022-03-18 05:55:32下载
- 积分:1
-
VC 和OpenGL编写的屏幕保护程序源码,包括安装卸载程序的源码。利用OpenGL Shading实现3维效果。...
VC 和OpenGL编写的屏幕保护程序源码,包括安装卸载程序的源码。利用OpenGL Shading实现3维效果。-VC and the preparation of the OpenGL screen saver source code, including the installation of the source and unloading procedures. OpenGL Shading realization of the three-dimensional effect.
- 2023-06-21 07:15:03下载
- 积分:1
-
初学OpenGL很好的框架,添加了画出三角形和四边形的代码作为参考。...
初学OpenGL很好的框架,添加了画出三角形和四边形的代码作为参考。-A good beginner OpenGL framework, adding the code to draw triangles and quadrangles as a reference.
- 2022-03-25 10:47:03下载
- 积分:1
-
。 本 文 使 用 基 于Visual C + + 消 息 驱 动 编 程, 对 于 没 学 过 VC 的 读 者 也 有 一 定 的 帮 助。 我 们 的 第...
。 本 文 使 用 基 于Visual C + + 消 息 驱 动 编 程, 对 于 没 学 过 VC 的 读 者 也 有 一 定 的 帮 助。 我 们 的 第 一 个 程 序 将 明 建 立 一 个 视 窗 程 序 显 示OpenGL 图 形 的 最 小 需 求。 为 成 这 一 任 务 我 们 将 分 如 下5 步 来 进 行:-. In this paper, based on Visual C message-driven programming, the VC never learned readers also have some help. Our first program will be prescribed procedures for the establishment of a window display OpenGL graphics minimum needs. Into this task for us will be as follows for Step 5:
- 2022-07-22 02:55:29下载
- 积分:1
-
介绍在VC中运用opengl进行3D编程的方法
介绍在VC中运用opengl进行3D编程的方法-Introduced in the VC to use opengl for 3D programming method
- 2022-01-30 12:38:56下载
- 积分:1