-
Java 电子邮件插件的源代码
使用此源代码可以给到抄送和密件抄送的情况下,具有任何人发送邮件。你需要做的就是只需要在配置文件中配置邮件服务器设置。
- 2022-11-20 15:00:03下载
- 积分:1
-
这是一个演示OpenGL
this a demo for opengl
- 2022-06-21 12:54:57下载
- 积分:1
-
一个再简单不过的openGL程序,有兴趣的话可以共同讨论
一个再简单不过的openGL程序,有兴趣的话可以共同讨论-The most simple OpenGL program, come and discuss together if you are interested.
- 2022-03-07 01:56:53下载
- 积分:1
-
a programme developed by opengl to simulate travelling the world
OPENGL 开发的天地漫游的程序 很好的例子 -a programme developed by opengl to simulate travelling the world
- 2022-01-26 02:10:02下载
- 积分:1
-
opengl开发的图形界面程序!
opengl开发的图形界面程序!-opengl graphical interface development process!
- 2022-01-25 22:01:11下载
- 积分:1
-
OpenGL的编程参考文献
OpenGL的编程参考文献-OpenGL Programming References
- 2022-03-24 07:36:26下载
- 积分:1
-
在Visual C++环境下,利用OpenGL编写的图形拾取例子。
在Visual C++环境下,利用OpenGL编写的图形拾取例子。-in Visual C circumstances, the use of OpenGL graphics prepared by picking examples.
- 2022-04-21 16:29:05下载
- 积分:1
-
a simple animation OpenGL
一个简单的OpenGL动画-a simple animation OpenGL
- 2022-05-07 13:48:32下载
- 积分: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
-
NURBS 曲面画法
NURBS算法,绘制曲面,可以改造。适合有一定基础的初学者。关键是对opengl的函数的应用。利用点来绘制曲面。
用来对复杂物体建模有很好的效果。
- 2022-03-20 16:17:48下载
- 积分:1