搜索资源列表
Direct3D_mesh
- Direct3D中使用网格模型------复杂的几何模型通常是由3D建模软体创建并保存到文件中。例如.x文件就是这样的一种格式,Microsoft Direct3D使用的网格模型都是载入这些文件中的对象。-use Direct3D mesh ------ complex geometrical model is usually 3D Modeling software creation and preservation of documents. For example. X document
MoleculeViewer
- A fairly conventional 3D matrix object that can transform sets of 3D points and perform a variety of manipulations on the transform
Hello
- JAVA3D学习--Java 3D是Java语言在三维图形领域的扩展,是一组应用编程接口(API)。利用Java 3D提供的API,可以编写出基于网页的三维动画、各种计算机辅助教学软件和三维游戏等等。-The Java 3D API provides a set of object-oriented interfaces that support a simple, high-level programming model you can use to build
SimpleLight
- JAVA3D学习--Java 3D是Java语言在三维图形领域的扩展,是一组应用编程接口(API)。利用Java 3D提供的API,可以编写出基于网页的三维动画、各种计算机辅助教学软件和三维游戏等等。-The Java 3D API provides a set of object-oriented interfaces that support a simple, high-level programming model you can use to build
SimpleMaterial
- JAVA3D学习--Java 3D是Java语言在三维图形领域的扩展,是一组应用编程接口(API)。利用Java 3D提供的API,可以编写出基于网页的三维动画、各种计算机辅助教学软件和三维游戏等等。-The Java 3D API provides a set of object-oriented interfaces that support a simple, high-level programming model you can use to build
SimpleShadow
- JAVA3D学习--Java 3D是Java语言在三维图形领域的扩展,是一组应用编程接口(API)。利用Java 3D提供的API,可以编写出基于网页的三维动画、各种计算机辅助教学软件和三维游戏等等。-The Java 3D API provides a set of object-oriented interfaces that support a simple, high-level programming model you can use to build
SimpleTexture
- JAVA3D学习--Java 3D是Java语言在三维图形领域的扩展,是一组应用编程接口(API)。利用Java 3D提供的API,可以编写出基于网页的三维动画、各种计算机辅助教学软件和三维游戏等等。-The Java 3D API provides a set of object-oriented interfaces that support a simple, high-level programming model you can use to build
43(1)
- 做了一个鼠标可以控的3d物体,请大家观摩 批评·-Made a mouse can control the 3d object, please observe the critical
67
- 一个带遮照效果的3D物体,三维的源码。大家可以看看参考一下-Effect of a 3D object with Zhe Zhao, three-dimensional source. We can look at reference
Programming_flash_classic_instance_of_3D_object_mo
- flash编程开发3维物体运动经典实例Programming flash classic instance of 3-D object motion-Programming flash classic instance of 3-D object motion
3DRotate_AS3.0
- 3D对象旋转选单,会根据鼠标位置决定旋转方向和速度,这样的Menu,十分特别和充满互动性。-3D object rotating menu, the mouse position based on rotation direction and speed of decision, such Menu, a very special and full of interactivity.
91331973j-java3d
- 本教程是为没有任何 3D 编程经验的 Java 程序员而编写的。我们将从一些基本的 3D 概念入手,探索如何构建一副场景图 — 用于描述我们想要渲染的场景的基本对象。然后,我们将接触 Java 3D 的一些更强大的功能。我们的重点将放在使用一些 Java 3D 实用类来开始您的编程。-This tutorial is written for the Java programmer with no experience in 3D programming. We ll start with som
objM3G
- java 3d object loader
3DGame
- 通过3d引擎JPCT实现了让静止的3D物体运动起来-Through the 3D engine JPCT realized static 3D object in motion
Java-3D-demo
- 基于Java源码实现的3D文字特效,摘要:绘制文字的Image对象、绘制文字的Graphics对象、显示三维文字线程、从HTML文件中得到显示信息、得到字体实例、设置显示字体、变量,用于生成渐变颜色、设置渐变颜色、绘制Image到屏幕-Java source code to achieve the 3D text effects Abstract: Graphics object Image object to draw text, draw text, three-dimensional te
Fool-rotation
- 将3D max里旋转过任意的对象转成与视图水平和垂直的方向-The 3D max li rotated with any object into a view horizontal and vertical directions
ObjLoad
- 3D object loader.Load .obj files and shows them in 3D Window
ObjRecPoseEst
- Object Pose Recognition
point2Dand3D
- 已知二维空间点Point2D类的定义如下,在此基础上派生出三维空间点Point3D类。根据数学,增加成员变量z,定义三个参数的构造方法和无参数的构造方法(对应原点的对象),重写toString()和getDistance()方法,重写equals()方法。TestPoint类的main()方法定义3个以上点做测试,结果格式如下所示。(The definition of Point2D class of two dimensional space points is as follows. On