-
在一个水晶杯里,舒展的茶叶打着旋漫漫下沉,是学习VC的不错资料...
在一个水晶杯里,舒展的茶叶打着旋漫漫下沉,是学习VC的不错资料-In a crystal cup,打着旋long stretch of tea goes down, is to learn from the good information VC
- 2022-03-18 16:05:39下载
- 积分: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
-
3D 太阳系 - OpenGL 和 C#
翻译 maninwest@Codeforge 作者:Vasily Tserekh@CodeProject这是个 3D 太阳系,使用 OpenGL 和 C# 实现。我尽量让它简单。它包含行星、卫星、太阳月亮和其他星星。我使用了 TAO命名空间,它是在 OpenGL dll 和 .NET Framework 之间的互操作。我也用了 Shadowengine - 一个我自己开发的小图形框架。使用它,我可以省去加载图形和初始化图形上下文的代码编写工作。3D 编程员眼中的太阳系3D 编程员需要将宇宙、轨道、星星等实体在程序设计环境中进行转化。宇宙是一个黑色背景,可以使用 OpenGL 的函数 Gl.glClearColor(0, 0, 0, 1);//red green blue alpha 。至于星星,可以使用点来替代。可以使用 OpenGL 处理绘制点的基元。你也可使用随机函数生成大量点,只要确保它们不在太阳系中即可。行星是有底纹的球体。它们有自己的轨道和旋转轴。你得使用 变量跟踪并更新,因为它们随着时间改变。如果不想使用3D max 制作球体,可以使用 OpenGL 二次曲线。卫星和行星一样,只是不饶太阳而是绕行星转。使用代码项目中包含对 ShadowEngine和 TAO.OpenGL 的引用. 项目类有: Camara.cs典型的 FPS 相机。鼠标以屏幕中间为中心。用户移动鼠标时,会计算离开始点的 delta X 和 Delta Y 。这些 Delta X 和 Delta Y 被转化成角度当你向前/向后移动相机时,相机会移动到角度指的方向。
- 2022-02-04 03:32:08下载
- 积分:1
-
game software
the game software
game software
game software
the game...
game software
the game software
game software
game software
the game software
game software
- 2022-03-21 23:40:26下载
- 积分:1
-
x and 0 using glut library
这个程序是用glut库编写的。我使用texturez使它对用户更具主动性。原则是矩阵。
- 2022-02-14 13:43:48下载
- 积分:1
-
这个程序主要是如何绕轴旋转物体。让物体绕Z轴, X轴,Y轴 或者全部3个轴旋转...
这个程序主要是如何绕轴旋转物体。让物体绕Z轴, X轴,Y轴 或者全部3个轴旋转-this procedure is mainly around how the rotating objects. Let objects around the Z-axis, X-axis, Y-axis or all three-axis rotation
- 2022-10-14 18:10:08下载
- 积分:1
-
这是一个OMNeT++库德一virula网状网络,我希望你们好有用
this is a omnet ++ coode for a virula mesh network that i hope you fine usefull -this is a omnet++ coode for a virula mesh network that i hope you fine usefull
- 2022-02-14 07:08:47下载
- 积分:1
-
类似VC MDI界面的Opengl程序,使得可在同一界面下显示多种视图。用dev...
类似VC MDI界面的Opengl程序,使得可在同一界面下显示多种视图。用dev-C++编译-similar VC Opengl MDI interface that allows the same interface can be shown under a variety of views. With dev- C compiler
- 2022-07-26 04:26:15下载
- 积分:1
-
2.1参考OpenGL图形库OpenGL。
OpenGL 2.1 Reference.chm
OpenGL的函数库。-OpenGL 2.1 Reference.chm OpenGL library.
- 2022-06-16 08:31:00下载
- 积分:1
-
OPENGL 3D图形缩放
OPENGL 3D图形缩放-OpenGL 3D graphics zooming
- 2022-03-24 04:49:15下载
- 积分:1