搜索资源列表
三维动画演示系统(Jbuilder)
- JAVA编写的一个三维动画演示系统,采用JAVA3D制作,实现三维变换及渲染。-a 3d cartoon display system in java. it realize the 3D transform and romance by JAVA3D.
三维引擎
- java开发的三维引擎 很适合初学者,代码很少,却有劲想不到的用处-java development of the 3D engine is suitable for beginners, code rarely, but can not think of the usefulness of interesting
java坦克
- 本程序是利用java语言开发的坦克游戏程序,使用java 3d技术实现三维造型。-use of this procedure is java language tanks games, the use of java 3d technology to achieve 3D modeling.
Java 3D编程实践
- Java 3D编程实践.rar Java 3D 编程实践——网络上的三维动画 一书的源码,介绍了java3d编程,-Java 3D programming practice. Rar.rar Java 3D programming practice -- on the Web 3D animation of a source book, introduced the java3d programming,
Jvav三维动画演示系统
- 首先安装JRE,再安装java3d包(Java 3D包的文件名为java3d-1_3_1-windows-i586-opengl-sdk.exe,可以到百度,GOOGLE和北大天网上去搜索这个文件,就会有下载的)。默认情况下java3d包会安装在你的$\\JBuilder9\\jdk1.4\\目录下。会在$\\JBuilder9\\jdk1.4\\jre\\lib\\ext\\下添加几个jar文件,会在$\\JBuilder9\\jdk1.4\\demo\\目录下添加一个java3d目录,里面是
UI.rar
- vrml浏览控制的图形界面设计,自动漫游,视点跳转,浏览控制方法的设计。对vrml三维用户界面的设计有很大参考价值。,vrml browser graphical interface designed to control, automatic roaming, Viewpoint Jump, browse the design of control methods. Vrml three-dimensional user interface for the design of great re
SURF
- 实现基于2幅二维图像的目标的三维重构,相机定标,图像配准-The task of fi nding correspondences between two images of the same scene or object
java3d_collision
- java3d中碰撞检测源码,可以实现三维空间中两个物体的相交测试-Collision Detection in java3d source can be achieved in three-dimensional space of the intersection of the two test objects
J3DDemo
- 一个利用Java3D API编写的Java三维动画演示程序。-A 3D animationdemo programe writed with Java3D API.
md3_model_viewer
- 三维模型浏览器,源代码,国外程序员编写,希望对大家有用-a md3 model viewer which i write in C++ with the free development environment dev-c++. I use the libraries FLTK and opengl to display the model. Actually only the meshes are displayed. Development Status 4- Beta Environmen
BouncingBall
- 实现java3d基本图形的三维实现,非常有动感,-Java3d to achieve the realization of the basic three-dimensional graphics, a very dynamic,
PictureBall
- 基于java3d实现基本三维图形,很动感,实现了基础的计算机图形学。-Java3d based on the realization of the basic three-dimensional graphics, it is dynamic, based on the realization of the computer graphics.
vrml-Top-Lathe
- 车床顶尖 用vrml做的三维模型 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Top Lathe
DICOMDIR
- DICOMDIR Reader Matlab实现DICOMDIR读取 Matlab, Image Processing Toolbox 程序读取DICOMDIR文件,读取meta数据,生成三维矩阵。 相关知识 Reading DICOMDIR folder using the directory browser GUI: dcmSeries = loaddcmdir Generating 3D array by selecting a dico
Renderer
- 介绍了如何在java环境中利用opengl插件实现字体的三维渲染和贴图渲染-Describes how to use opengl in java plug-in environment to achieve three-dimensional rendering and texture font rendering
BufferImageSource_DICOM
- dicom文件的读取与三维重建(三次参数插值),然后进行旋转、投影、颜色变换进行三维空间上的观察-read dicom file and 3D reconstruction (three parameter interpolation), then rotate, projection, color transform on the observation of three-dimensional space
LeastSquare20110722
- 1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).
fft
- 进行傅里叶变换的java代码,其中有三个java文件,Signal中Signal类存放了信号,FFT1D进行一维傅里叶变换,ToolboxFourier进行了三维傅里叶变换。图像处理的可以看下。-Fourier transform of the java code, which has three java files, Signal Signal class stored in the signal, FFT1D for one-dimensional Fourier transform, T
Java-Maze3D
- Java Maze3D迷宫游戏源码,浏览器上只要安上JAVA解释器就能运行,三维显示迷宫,点击 "New" 按钮开始迷宫之旅, 找不到出口的时候点击"Solve" 按钮显示红色的出口线路,点击"Clear" 清除解答。按上、下、左、右光标键可以单步找出口。-JAVA interpreter as long as the placement of the source of the java Maze3D maze game, the browser will be able to run, th
三维点云分割
- 通过java实现对三维点云进行分割,包括三种方法:基于法向量的、基于区域的、基于聚类的