-
OpenGL 作图例子
OpenGL 作图例子 - 贴图.rar-OpenGL graphic example- mapping. Rar
- 2022-06-03 17:24:32下载
- 积分:1
-
本程序是基于vc的opengl编程,重点开发了对三维物体局部放大,并且通过多视图显示的功能,有一定的参考价值。...
本程序是基于vc的opengl编程,重点开发了对三维物体局部放大,并且通过多视图显示的功能,有一定的参考价值。-this program is based on the opengl vc programming, focusing on the development of three-dimensional objects partial amplification, and through multi-view show that the function is a certain reference value.
- 2022-01-25 23:16:56下载
- 积分:1
-
opengl绘图和相应的操作源代码
opengl绘图和相应的操作源代码-opengl drawing and the corresponding source code operation
- 2022-03-28 23:37:27下载
- 积分: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
基础知识关于opengl-basic knowledge on opengl
- 2022-01-26 00:32:21下载
- 积分:1
-
一个mfc的应用小程序,使用opengl编写,可以用鼠标拖动圆球转动...
一个mfc的应用小程序,使用opengl编写,可以用鼠标拖动圆球转动-A mfc application of small programs, using opengl write, you can drag with the mouse ball rotation
- 2022-06-16 12:10:02下载
- 积分:1
-
使用VC++6.0实现OPENGL绘图,实现了基本的绘图功能
使用VC++6.0实现OPENGL绘图,实现了基本的绘图功能-Use VC++ 6.0 realize OPENGL graphics, realize the basic drawing functions
- 2022-01-24 10:08:37下载
- 积分:1
-
提供了在opengl中选择物体的框架程序,选择模式和渲染模式的切换实现3d环境下的所见即所得...
提供了在opengl中选择物体的框架程序,选择模式和渲染模式的切换实现3d环境下的所见即所得-in opengl for selecting objects in the framework of procedure and the selection model and rendering mode switch 3d environment to achieve the WYSIWYG
- 2023-08-28 10:35:03下载
- 积分:1
-
基于osg和vc2005的漫游实例,其中实现了碰撞检测的功能,希望能对osg的初学者有一点借鉴的作用...
基于osg和vc2005的漫游实例,其中实现了碰撞检测的功能,希望能对osg的初学者有一点借鉴的作用-Based on the OSG and the roaming vc2005 example, which achieved a collision detection function, hoping to OSG beginner to learn from the role it
- 2022-03-09 17:35:29下载
- 积分:1
-
基于四叉树的LOD技术代码
资源描述对于学习LOD的童鞋,有很大帮助哦!基于四叉树的LOD技术代码!难得的资源哦!用oPenGL做的,C++语言,有.exe文件,可以直接看到效果动态图!
- 2023-08-23 07:25:04下载
- 积分:1