-
用OpenGl函数库写的3D台球,建立物理模型,上下左右控制击球,适合初学者
用OpenGl函数库写的3D台球,建立物理模型,上下左右控制击球,适合初学者-Use OpenGL 3D library written in billiards, the establishment of the physical model, upper and lower control ball around for beginners
- 2022-07-28 03:13:48下载
- 积分:1
-
关于opengl的相关知识,主要针对初学者而言。
关于opengl的相关知识,主要针对初学者而言。-About opengl related knowledge, mainly for the beginner is concerned.
- 2022-03-12 22:50:36下载
- 积分:1
-
本程序实现以下功能:
1.绘制茶壶(T)
2.添加光照(T)
3.添加纹理(T)
4.鼠标左键控制茶壶旋转(T)
操作步骤:按鼠标左键茶壶...
本程序实现以下功能:
1.绘制茶壶(T)
2.添加光照(T)
3.添加纹理(T)
4.鼠标左键控制茶壶旋转(T)
操作步骤:按鼠标左键茶壶旋转,按一次旋转30°。
5.鼠标右键控制茶壶平移(T)
操作步骤:按鼠标右键茶壶向右移动,每次移动0.5厘米
6.键盘控制茶壶纹理的变化(T)
操作步骤:按键盘的 w 和 s 键实现纹理的改变
7.键盘方向键控制camera的前进后退,左移和后移 (T)
操作步骤:按键盘的四个方向键实现茶壶四种方向的移动
8.实现水壶的退出-This procedure to achieve the following functions: 1. Drawing teapot (T) 2. Add light (T) 3. Add texture (T) 4. Teapot rotating the left mouse button to control (T) steps: Click the left mouse button rotate the pot by a rotation 30 °. 5. Teapot with the right mouse button to control translation (T) steps: Click the right mouse button to the right teapot mobile, each mobile 0.5 centimeters 6. Teapot keyboard to control the changes in texture (T) steps: click the " w " and" s" key changes to achieve texture 7. the keyboard arrow keys to control the forward camera back, the left and post-shift (T) steps: the four keyboard arrow keys to achieve the direction of movement of the four teapot 8. to achieve water out of the
- 2022-04-23 12:15:15下载
- 积分:1
-
NEHE 的 OPENGL 教程 非常经典 是学习OPENGL编程的绝好材料
NEHE 的 OPENGL 教程 非常经典 是学习OPENGL编程的绝好材料-NEHE the OpenGL tutorial is very classical learning OpenGL Programming excellent material
- 2023-02-06 04:20:04下载
- 积分:1
-
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习...
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习-OpenGL graphics programming code, a good book" s source code, unfortunately did not download the book. Hope that the code for them to learn from
- 2022-01-25 21:08:20下载
- 积分:1
-
c# opengl 3D吞食鱼
具体的说,我们要实现下面的功能:按键盘的WSAD或上下左右键,可以实现前后左右移动;按Q键,上升(CS里爬楼梯上楼);按E键,下降;按住鼠标左键左右移动,镜头跟着左右旋转;按住鼠标左键上下移动,镜头跟着上下翻转。这是基本功能。
- 2023-06-05 15:15:03下载
- 积分:1
-
OPENGL 游戏中的瞄准
OPENGL 游戏中的瞄准-OpenGL aim of the game
- 2023-01-30 03:50:03下载
- 积分:1
-
关于贝塞尔曲线,带控制顶点和控制多边形达到G1连续的两段3次Bèzier曲线的绘制...
关于贝塞尔曲线,带控制顶点和控制多边形达到G1连续的两段3次Bèzier曲线的绘制-on Bessel curve, with the control vertices and control polygon G1 achieve two consecutive three Bzier curve drawing
- 2022-04-23 08:43:38下载
- 积分:1
-
OpenGL範例-點線面
/* simple painting program with text, lines, triangles,
rectangles, and points */
#include
#include
#include
#define NULL 0
#define LINE 1
#define RECTANGLE 2
#define TRIANGLE 3
#define POINTS 4
#define TEXT 5
- 2022-06-11 23:47:06下载
- 积分:1
-
一个简单的3D射击游戏的游戏引擎,功能类似于CS游戏
一个简单的3D射击游戏的游戏引擎,功能类似于CS游戏-A simple 3D shooting game of the game engine, features similar to CS game
- 2022-05-30 21:44:12下载
- 积分:1