-
opengl 的NEHE源码
此为48课程的源码,网址为中文NEHE教程网址
引用源网址的话:
所有DancingWind发表的内容,大多都来自共享的资源,所以我没有资格把它们据为己有,或声称自己为这些资源作出了一点贡献。故任何人都可以复制,修改,重新发表,甚至以自己的名义发表,我都不会追究,但你在做以上事情的时候必须保证内容的完整性,给后来的人一个完整的过程。最后,任何人不能以这些资料的任何部分,谋取任何形式的报酬。
- 2023-04-19 15:55:03下载
- 积分:1
-
first install the JRE, install java3d Pack (Java 3D package of documents called...
首先安装JRE,再安装java3d包(Java 3D包的文件名为java3d-1_3_1-windows-i586-opengl-sdk.exe,可以到百度,GOOGLE和北大天网上去搜索这个文件,就会有下载的)。默认情况下java3d包会安装在你的$JBuilder9jdk1.4目录下。会在$JBuilder9jdk1.4jrelibext下添加几个jar文件,会在$JBuilder9jdk1.4demo目录下添加一个java3d目录,里面是例子。如果安装没有问题,打开目录 $JBuilder9jdk1.4demojava3dHelloUniverse下的网页HelloUniverse.html应该可以正常显示。-first install the JRE, install java3d Pack (Java 3D package of documents called java3d- 1_3_1-windows-i586- opengl- sdk.exe can go to Baidu, Google and Beijing University days of the Internet to search the file, then you will have to download). Default under java3d package will be installed in your $ JBuilder9 jdk1.4 directory. The $ JBuilder9 jdk1.4 jre lib ext Add several jar document, the $ JBuilder9 jdk1.4 demo directory add a java3d directory, there"s example. If you have no problem, open directory $ JBuilder9 jdk1.4 demo java3d HelloUniverse HelloUniverse.html the website should be able to display normal.
- 2023-08-26 17:10:03下载
- 积分:1
-
一个旋转的茶壶的源码示例
GraphicsLab1.cpp一个旋转的茶壶的源码示例
- 2022-01-28 06:50:27下载
- 积分:1
-
Qt图形绘制
通过MVC实现Qt图形绘制,可以实现多个图形的单选或者多选,类似于office以及WPS等常见办公软件的演示操作时候的图形天剑功能
- 2023-02-19 05:20:06下载
- 积分:1
-
C60 demo, you can manually rotate freely, but also some other geometric object.
C60演示,可以手动自由旋转,还包括其他一些几何对象。-C60 demo, you can manually rotate freely, but also some other geometric object.
- 2023-05-30 14:45:02下载
- 积分:1
-
在MDI使用OpenGL
在MDI中使用opengl-in MDI use opengl
- 2022-09-03 07:40:03下载
- 积分:1
-
Visual C++ 高级编程技术OpenGL篇 》程序源代码特别有一个三维图象打开,保存,压缩,绘制的源码很有价值...
Visual C++ 高级编程技术OpenGL篇 》程序源代码特别有一个三维图象打开,保存,压缩,绘制的源码很有价值-Visual C programming OpenGL chapter "source code with a special three-dimensional images open, preservation, compression, rendering the source of great value
- 2022-03-19 03:28:29下载
- 积分: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
-
OpenGL实现旋转、平移、缩放与贴图
在VS平台下写的OpenGL源码,实现了立方体的纹理贴图、缩放、平移以及旋转。附有操作说明。
- 2023-02-27 02:05:07下载
- 积分:1
-
A very famous collision detection engine and the simple example of using it.
A very famous collision detection engine and the simple example of using it.-A very famous a collision detection engine nd the simple example of using it.
- 2022-11-05 02:20:03下载
- 积分:1