-
opengl地形
VC++编写的opengl例子,实现了三维地形的渲染,可以进行漫游等操作,是一个学习opengl的不错的例子
- 2022-12-23 15:00:03下载
- 积分:1
-
语言模板实例
应用背景大家好!在世界上,我们总是做一些关于三维世界,特别是在图形处理。所以拥有一个方便的3D处理工具箱可以帮助你做什么,你若是有C++语言, ;你可以设置代码在墨西哥和做你想做的,你能得到你想要的。这是工具箱,可以让你做一些处理的三维表面。请快一点,马上下来。这是很容易和方便做的三维处理和;关键技术大家好!这是一个三维处理工具箱。它包括网格处理,点处理,和,你可以很容易地处理的三维表面,并做你想做的。那么如何做网格处理,特别是网格移动网的扩大,网格变形?以及如何做点翻译和如何做网格旋转?工具箱可以告诉你怎么做他们的方式和;
- 2022-03-23 16:36:58下载
- 积分: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
-
导弹发射模拟动画源码
一个模拟导弹发射动画的VC++OpenGL源码,有一定的借鉴意义,版权归原作者。
- 2023-05-25 20:35:04下载
- 积分:1
-
满天彩星,漂亮好看,采用OpenGL,以wing32 为平台,构建而成
满天彩星,漂亮好看,采用OpenGL,以wing32 为平台,构建而成-heavy betting Star, a pretty good-looking, use OpenGL to wing32 platform to build from
- 2022-01-22 08:44:23下载
- 积分:1
-
use OpenGL
用OPENGL编写球的程序的简单例子-use OpenGL-prepared procedures for the simple example
- 2022-03-10 02:24:29下载
- 积分:1
-
3DS文件导入
3DS文件导入-3DS file
- 2022-05-14 23:45:16下载
- 积分:1
-
how the VC Rendering with OpenGL body fog of great reference value
介绍如何在VC下用OpenGL绘制体雾 极具参考价值-how the VC Rendering with OpenGL body fog of great reference value
- 2022-06-12 21:00:23下载
- 积分:1
-
由于在工作中需要结合浮动窗体实现OpenGL的多视图,用于得到三维实体的三视图观察效果,通过参考其它资料,设计了一个程序框架,在此基础之上大家可以根据自己的需要...
由于在工作中需要结合浮动窗体实现OpenGL的多视图,用于得到三维实体的三视图观察效果,通过参考其它资料,设计了一个程序框架,在此基础之上大家可以根据自己的需要进行扩充,实现需要的功能-due to the work necessary to integrate floating Creating Multi-View OpenGL for 3D entities to be three View observation results, by reference to other information, the design of a procedural framework on this basis we can according to their own needs for the expansion to achieve the necessary functions
- 2022-06-19 22:01:46下载
- 积分:1
-
使用四叉树做遮挡剔除和视景体剔除的例子,非常酷!
使用四叉树做遮挡剔除和视景体剔除的例子,非常酷!-Does the use of quadtree block removed and visual examples of body removed, very cool!
- 2022-05-04 21:56:25下载
- 积分:1