-
Open 3DS files and can provide a variety of zoom operation Council
打开3DS文件 能够提供并进行各种缩放评议操作-Open 3DS files and can provide a variety of zoom operation Council
- 2022-04-18 23:03:28下载
- 积分:1
-
Qt图形绘制
通过MVC实现Qt图形绘制,可以实现多个图形的单选或者多选,类似于office以及WPS等常见办公软件的演示操作时候的图形天剑功能
- 2023-02-19 05:20:06下载
- 积分:1
-
清华大学本科计算机图形学基础教程PART2,适合大学本科生学习计算机图形学时使用...
清华大学本科计算机图形学基础教程PART2,适合大学本科生学习计算机图形学时使用-Tsinghua University undergraduate computer graphics based tutorial PART2 suitable for undergraduate study and the use of computer graphics
- 2022-06-14 06:51:58下载
- 积分:1
-
OpenGL编程指南
The OpenGL Programming Guide - The Redbook
-The OpenGL Programming Guide- The Redbook
- 2022-03-03 17:39:32下载
- 积分:1
-
利用opengl 实现了立体图像的旋转、以及光照等功能.
利用opengl 实现了立体图像的旋转、以及光照等功能.-achieved using opengl stereo image rotation, and the illumination, and other functions.
- 2022-07-12 01:38:07下载
- 积分:1
-
- 2022-07-19 22:42:19下载
- 积分:1
-
基于VC和OpenGL的三维场景漫游
基于VC和OpenGL的三维场景漫游, 可以前后左右移动,用方向键和鼠标控制
- 2023-03-06 21:25:03下载
- 积分:1
-
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节...
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节-an interactive manipulator OpenGL code, Visual C. Key Moment"s first joint, e Key Moment of the second joints, w Key Moment of the third joints
- 2023-08-29 08:00:05下载
- 积分:1
-
oglu_reflective_bump_mapping,是一个使用opengl 绘制bump的一个粒子,使用了cg语言做为shader的渲染语言,希望对大家所...
oglu_reflective_bump_mapping,是一个使用opengl 绘制bump的一个粒子,使用了cg语言做为shader的渲染语言,希望对大家所帮助-oglu_reflective_bump_mapping, is a use of a bump mapping opengl particles, the use of language as a cg rendering shader language, and they hope to help everyone
- 2023-02-07 06:45:03下载
- 积分:1
-
学习如何映射有很多好处。我们说你想要一个导弹…
光照和键盘控制:
添加光照和键盘控制,它让程序看起来更美观。
-Learning how to texture map has many benefits. Lets say you wanted a missile to fly across the screen. Up until this tutorial we d probably make the entire missile out of polygons, and fancy colors. With texture mapping, you can take a real picture of a missile and make the picture fly across the screen. Which do you think will look better? A photograph or an object made up of triangles and squares? By using texture mapping, not only will it look better, but your program will run faster. The texture mapped missile would only be one quad moving across the screen. A missile made out of polygons could be made up of hundreds or thousands of polygons. The single texture mapped quad will use alot less processing power.
- 2022-05-15 07:48:56下载
- 积分:1