-
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
-
opengl NeHe 教程
opengl NeHe 教程-opengl
- 2022-02-04 06:32:35下载
- 积分:1
-
目标跟踪方法
卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。
- 2022-05-24 17:04:29下载
- 积分:1
-
这是一个四叉树简单的实现算法希望能有所帮助
这是一个四叉树简单的实现算法希望能有所帮助 -This is a simple quadtree algorithm hopes to help
- 2022-11-29 11:30:04下载
- 积分: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
-
一种运用 OpenGL编辑画图的框架!好好用啊!欢迎下载!
一种运用 OpenGL编辑画图的框架!好好用啊!欢迎下载!-Use OpenGL drawing a framework for editing! Ah good use! Welcome to download!
- 2023-06-12 07:50:03下载
- 积分:1
-
large graphics operations Quadrilateral
图形学大作业四边形-large graphics operations Quadrilateral
- 2022-09-05 10:15:02下载
- 积分:1
-
NeHe Opengl Lesson27
NeHe Opengl Lesson27
- 2022-08-19 05:52:46下载
- 积分:1
-
OpenGL与建模软件MultiGen Creator的接口程序,可以在OpenGL中导入MultiGen Creator建好的模型(flt)WE...
OpenGL与建模软件MultiGen Creator的接口程序,可以在OpenGL中导入MultiGen Creator建好的模型(flt)WE-this program is an interface between OpenGL and MultiGen Creator,it can be used to introduce flt model created by MultiGen Creator to openGL.
- 2022-08-19 20:36:33下载
- 积分:1
-
纹理映射
纹理映射#include
#ifdef __APPLE__
#include
#else
#include
#endif
GLfloat planes[]= {-1.0, 0.0, 1.0, 0.0};
GLfloat planet[]= {0.0, -1.0, 0.0, 1.0};
GLfloat vertices[][3] = {{-1.0,-1.0,-1.0},{1.0,-1.0,-1.0},
{1.0,1.0,-1.0}, {-1.0,1.0,-1.0}, {-1.0,-1.0,1.0},
&nbs
- 2023-07-29 13:35:04下载
- 积分:1