-
use opengl write small programs
用opengl写的小程序-use opengl write small programs
- 2022-03-03 02:55:57下载
- 积分:1
-
OpenGL rendering with a constant rotation of the camera platform and circled ove...
用OpenGL绘制的一个不断旋转的摄像台以及上空盘旋的一个飞行物.可以通过键盘控制观察者的视角和位置,-OpenGL rendering with a constant rotation of the camera platform and circled over the one flying objects. Keyboard control can be the observer perspective and position
- 2022-03-13 22:47:33下载
- 积分:1
-
将一个3ds房屋模型导入到opengl中,不能视角移动,但是对于导入文件的编写很有借鉴意义
将3ds房屋模型导入vs2010中,代码完整可用。代码中有一个头文件和一个CPP文件CLoad3DS.cpp、CLoad3DS.h,不需要管这个两个文件里面具体复杂的操作是啥,直接当成库就可以了,然后写上头文件和3d模型的定义并进行初始化,最后在绘制函数里面用changeObject 导入之前设置好的参数,再用drawModel函数(在CLoad3DS定义好了的全局函数) 绘制。
- 2023-05-19 06:10:14下载
- 积分:1
-
这是我的毕业设计。一个3D的魔方。用VC6.0+OpenGL开发的,主要技术是纹理贴图。实现魔方旋转、光照、透明等功能。里面有论文和源码。...
这是我的毕业设计。一个3D的魔方。用VC6.0+OpenGL开发的,主要技术是纹理贴图。实现魔方旋转、光照、透明等功能。里面有论文和源码。-This is my graduation project. Of a 3D cube. With VC6.0+ OpenGL development, the main technology is the texture mapping. The realization of Rubik s cube rotation, light, transparent and other functions. There are papers and source code.
- 2022-02-16 10:10:13下载
- 积分:1
-
一个opengl例子
这是一个基础的学习opengl与vs2017结合的例子,从最基本的步骤开始,到一个几何模型的简单演示。
- 2022-02-13 08:45:24下载
- 积分:1
-
VC实现单螺杆的计算机仿真计算及模拟,采用的技术是有OPENGL等技术...
VC实现单螺杆的计算机仿真计算及模拟,采用的技术是有OPENGL等技术-VC single screw computer simulation calculation and simulation, the technology is OpenGL technology
- 2022-05-16 08:37:20下载
- 积分:1
-
openGl绘制自动旋转水杯
本程序实现的是一个简单的openGl程序,绘制红蓝两种颜色的水杯模型,并错开一定距离显示,实现水杯的自动旋转功能,配置好opengl环境后源程序在vs2010能够编译运行,且源代码中对opengl函数作出相关注释,是一个比较好的opengl入门级学习资料
- 2023-06-15 00:00:53下载
- 积分:1
-
QT视频传输
QT语言编写 和C类似 远程视频传输和控制。可以在linux和windows系统上运行。采用ARM9硬件系统和USB摄像头保证了系统可以稳定运行可以放心的使用 毕业设计通过
- 2023-04-23 22:25:04下载
- 积分: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实现虚拟校园漫游系统
学术论文;基于OpenGL实现虚拟校园漫游系统-Theses OpenGL-based virtual campus roaming system
- 2022-07-11 11:26:40下载
- 积分:1