-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1
-
室内场景漫游实例,还有碰撞检测这一功能,很不错的
室内场景漫游实例,还有碰撞检测这一功能,很不错的-Examples of indoor scenes roaming, as well as the collision detection function, it is good
- 2022-07-16 02:13:15下载
- 积分:1
-
这是一个用OPENGL函数写的代码。
代码的作用是:实现下雪花的场景。
谢谢你下载!...
这是一个用OPENGL函数写的代码。
代码的作用是:实现下雪花的场景。
谢谢你下载!-This is a function used to write the code OPENGL. The role of the code is: to realize the scene under the snow. Thank you to download!
- 2022-04-08 01:21:48下载
- 积分:1
-
opengl的入门级例子
opengl demo本工程是一个完美的opengl 演示程序,它简单易懂,即使是没有学过opengl 的同学也能看懂但同时它又功能完善,基本概括了opengl 3的整个固定渲染管线,包括场景搭建,摄像机控制,模型建立,场景渲染,甚至还有交互过程设计总之,这个是我当初学习opengl的一个最好的demo
- 2022-10-08 18:10:02下载
- 积分:1
-
用C++与OpenGL写的sph流体仿真
项目是光滑粒子动力学(SPH)流体模拟研究 - 本质上模拟流体,成千上万的小颗粒,该方法的基本思想是将连续的流体(或固体)用相互作用的质点组来描述,各个物质点上承载各种物理量,包括质量、速度等,通过求解质点组的动力学方程和跟踪每个质点的运动轨道,求得整个系统的力学行为用C++与OpenGL的。
- 2022-01-26 04:07:20下载
- 积分:1
-
nehe source code, debugging is passed, will be able to run
nehe的源代码,调试通过,能运行-nehe source code, debugging is passed, will be able to run
- 2023-07-23 20:10:03下载
- 积分:1
-
OPGL源代码,演示了OPGL的面与目标组成…
OPGL源代码,演示了OPGL的面与物体的构成,以及3维物体的旋转,移动,放大等操作。并提供了背景设置,光影等效果的控制。适合于OPGL入门.-OPGL source code, OPGL demonstration of the surface and the composition of objects, as well as three-dimensional object rotation, Mobile, zooming etc. And provided background setup, lighting and other effects of control. OPGL suitable for induction.
- 2022-05-31 12:25:05下载
- 积分:1
-
基于osg和vc2005的漫游实例,其中实现了碰撞检测的功能,希望能对osg的初学者有一点借鉴的作用...
基于osg和vc2005的漫游实例,其中实现了碰撞检测的功能,希望能对osg的初学者有一点借鉴的作用-Based on the OSG and the roaming vc2005 example, which achieved a collision detection function, hoping to OSG beginner to learn from the role it
- 2022-03-09 17:35:29下载
- 积分:1
-
迷宫游戏VC++源代码
一款VC++开发的迷宫游戏,界面很不错,清淅度高,用键盘控件兔子移动。可以显示小地图和大地图,左边为小,右边为大地图。迷宫是一款益智游戏,你相信你能从迷宫中走出吗?那就玩一把吧!
- 2022-06-29 09:16:12下载
- 积分:1
-
水流动画引擎
需要directx水流动画引擎水流,动画,引擎,SPH
- 2022-02-28 21:05:26下载
- 积分:1