-
cycling and pendulum using opengl
- 2022-02-21 17:30:56下载
- 积分:1
-
3d rotating space shuttle
三维旋转航天飞机
- 2022-08-10 09:54:09下载
- 积分:1
-
OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。
OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。-OpenGL How to read bmp file, and the window of the map stored as bmp files.
- 2022-03-25 13:11:59下载
- 积分:1
-
<;基于OpenGL图形编程>;>;更多的是一种经典的编程书…
< OpenGL基础图形编程>>是比较经典的编程书籍,简洁易懂,并附有大量的愿代码。我现特把它整理成Word文档格式,希望能和大家一起分享。-> is a more classic programming books, simple and easy to understand, along with a large number of ready code. I hereby put it together into a Word document format, hoping to share with everyone.
- 2022-07-28 09:52:54下载
- 积分:1
-
OpenGL教程
源程序请用 CMAKE进行编译。
一共18个程序,分为程序代码和着色器代码,每一个分别进行运行。
在playground中可以编写自己的OpenGL程序。
- 2022-04-17 04:11:18下载
- 积分:1
-
openglteapot
应用背景1。试验目的通过设计一个简单的机器人动画程序,了解OpenGL变换,几何变换观测方法和矩阵栈的集合。2。试验内容(1)该程序blcu_robot.exe特征的观察与分析,使用变换和几何变换的观测分析。(2)学习文件夹opengl_robot–指程序中的程序。(3)例如7个扩展程序,该程序具有此功能。(4)编写程序文件。3。程序文件实验程序:(1)建立人体模型,包括:躯干、手臂、手、腿、脚。(2)添加blcu_robot.exe功能。通过按住鼠标左键并拖动来移动机器人;通过按住鼠标右键,拖动xoy平面内移动相机实现按住鼠标中间键改变机器人增加了关键的反应控制权的手臂旋转增加了按键的反应,右手臂控制前臂旋转增加了按键的“女”响应控制左脚转身。H.添加键的响应来模拟步行的四肢的平行影响(左手臂和右腿的同步,右手臂和左腿)。关键技术C++,OpenGL动画。动画可以用来理解的旋转的茶壶的工作
- 2023-03-27 22:25:04下载
- 积分:1
-
OpenGL教学,画图
OpenGL教学,画图-OpenGL teaching, painting
- 2022-03-15 03:06:44下载
- 积分:1
-
利用vc++调用opengl接口函数,在窗口中显示二维彩色字体
利用vc++调用opengl接口函数,在窗口中显示二维彩色字体-use vc called opengl interface function, in the window display 2D color fonts
- 2022-03-26 05:26:27下载
- 积分:1
-
《Visual C++ 高级编程技术OpenGL篇》程序源代码
《Visual C++ 高级编程技术OpenGL篇》程序源代码-"Visual C Advanced Programming Technology OpenGL chapter" source code
- 2022-03-25 13:59:07下载
- 积分:1
-
This demo implements the marching cubes algorithm for constructing a polygonal m...
This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2 / ((ball.x - x)2 + (ball.y - y)2 + (ball.z - z)2) for all balls. The surface is defined to be where the sum is one.-This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2/((ball.x- x)2+ (ball.y- y)2+ (ball.z- z)2) for all balls. The surface is defined to be where the sum is one.
- 2022-03-03 15:18:22下载
- 积分:1