-
本程序是完成图形学中关于光照模型的示例,通过本人编译通过,可以运行!...
本程序是完成图形学中关于光照模型的示例,通过本人编译通过,可以运行!-the procedure is completed graphics on the sample illumination model, I compile, run!
- 2022-01-26 02:12:37下载
- 积分: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的例子
一个opengl的例子-an example opengl
- 2022-10-14 23:35:03下载
- 积分:1
-
OpenGL实现方形壁运动发生连续碰撞…
OpenGL中实现正方形与墙壁发生连续碰撞的运动-OpenGL to achieve a square with the wall movement occurred in consecutive collisions
- 2022-09-26 20:40:03下载
- 积分:1
-
简单的机器人模型,自动运动,行走,跳舞等动作,基于OPENGL开发
简单的机器人模型,自动运动,行走,跳舞等动作,基于OPENGL开发-robot
- 2023-06-02 16:55:03下载
- 积分:1
-
一个可以自由行走的3D场景,使用Q,W,E,A,S,D六个键控制。
一个可以自由行走的3D场景,使用Q,W,E,A,S,D六个键控制。-one can take free exercise of 3D scenes, the use of Q, W, E, A, S, D keys to control six.
- 2022-03-16 16:57:37下载
- 积分:1
-
你好,就像是OpenGL库
hola como estan libreria opengl
- 2023-05-26 23:20:03下载
- 积分:1
-
c#结合opengl的例子,实现简单的动画效果
c#结合opengl的例子,实现简单的动画效果-c# combination opengl examples and realize a simple animation effects
- 2022-04-13 13:08:13下载
- 积分:1
-
opengl的入门级例子
opengl demo本工程是一个完美的opengl 演示程序,它简单易懂,即使是没有学过opengl 的同学也能看懂但同时它又功能完善,基本概括了opengl 3的整个固定渲染管线,包括场景搭建,摄像机控制,模型建立,场景渲染,甚至还有交互过程设计总之,这个是我当初学习opengl的一个最好的demo
- 2022-10-08 18:10:02下载
- 积分:1
-
A lot of people asked me, "So how do i put it all together?"
I have taken some...
A lot of people asked me, "So how do i put it all together?"
I have taken some of the other tutorials and created this piece of eye candy.
It uses slightly modified versions of the Bouncing Ball and Water Ripple tutorials.-A lot of people asked me, "So how do i put it all together," I have taken some of the other tutorials and created this piece of eye candy. It uses slightly modified versions o f the Bouncing Ball and Water Ripple tutorials.
- 2022-03-02 22:23:25下载
- 积分:1