-
OpenGL, prepared the terrain and sky, roaming when the point of view will change...
OpenGL下编写的地形和天空,漫游的时候,视点会随着地形的起伏而变化。-OpenGL, prepared the terrain and sky, roaming when the point of view will change as the undulating terrain.
- 2022-08-25 14:37:43下载
- 积分:1
-
5DG S Color Shading OpenGL
5DG S Color Shading OpenGL-5DG S Color OpenGL Shading
- 2022-02-20 07:50:19下载
- 积分:1
-
more texture expansion terrain in photorealistic rendering of one
多纹理扩展技术在真实感地形绘制中的应用
一偏横好的论文-more texture expansion terrain in photorealistic rendering of one-sided good thesis Wang
- 2022-03-25 02:57:59下载
- 积分:1
-
用OPENGL技术编写的一个带有表面贴图的立方体的3D变换的程序。...
用OPENGL技术编写的一个带有表面贴图的立方体的3D变换的程序。-OpenGL technology used to prepare the surface with a map of the 3D cube transformation process.
- 2023-08-08 05:25:03下载
- 积分:1
-
绘制了一个四面体、一个正方体、一个六边形图形,配有不同的颜色,让图形旋转-Drawing of a tetrahedron, a cube, a hexagon graph with differen
绘制了一个四面体、一个正方体、一个六边形图形,配有不同的颜色,让图形旋转-Drawing of a tetrahedron, a cube, a hexagon graph with different colors, so that rotating graphics! ! !
- 2022-02-05 20:45:44下载
- 积分:1
-
对OpenGL图形进行缩放和平移操作
对OpenGL图形进行缩放和panning操作-right OpenGL graphics for zooming and panning operation
- 2022-06-11 20:01:00下载
- 积分:1
-
cone-3D,opengl,3d,
opengl-shpere,三维的图形,opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形
- 2022-08-10 10:23:07下载
- 积分:1
-
纹理映射
纹理映射#include
#ifdef __APPLE__
#include
#else
#include
#endif
GLfloat planes[]= {-1.0, 0.0, 1.0, 0.0};
GLfloat planet[]= {0.0, -1.0, 0.0, 1.0};
GLfloat vertices[][3] = {{-1.0,-1.0,-1.0},{1.0,-1.0,-1.0},
{1.0,1.0,-1.0}, {-1.0,1.0,-1.0}, {-1.0,-1.0,1.0},
&nbs
- 2023-07-29 13:35:04下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
OpenGL库 行业领域中最为广泛接纳的 2D/3D 图形
OpenGL™ 是行业领域中最为广泛接纳的 2D/3D 图形 API, 其自诞生至今已催生了各种计算机平台及设备上的数千优秀应用程序。OpenGL™ 是独立于视窗操作系统或其它操作系统的,亦是网络透明的。在包含CAD[2] 、内容创作、能源、娱乐、游戏开发、制造业、制药业及虚拟现实等行业领域中,OpenGL™ 帮助程序员实现在 PC、工作站、超级计算机等硬件设备上的高性能、极具冲击力的高视觉表现力图形处理软件的开发。
- 2023-09-05 04:15:04下载
- 积分:1