java3d_tutorial

所属分类:Java编程
开发工具:Java
文件大小:11769KB
下载次数:64
上传日期:2007-06-26 12:23:29
上 传 者aijh
说明:  详细介绍Java 3D编程的一本电子书,该书详细介绍Java 3D API及使用方法,并附有详尽的编程实例,讲解Java 3D图形绘制及其交互操作实现方法,是希望提高Java 3D编程水平的爱好者、专业人员不可多得的好书。
(detailed 3D Java programming an eBook, The book details Java 3D API and methods of use, together with detailed programming examples. on the Java 3D graphics rendering and interactive operation method. hope to increase the level of Java 3D programming enthusiasts, professionals rare books.)

文件列表:
java3d (0, 1999-05-04)
java3d\examples (0, 1999-05-04)
java3d\examples\A3DApplet.java (6192, 1998-11-16)
java3d\examples\AnnotationArrow.java (6410, 1998-11-16)
java3d\examples\AnnotationArrowFan.java (1531, 1998-11-16)
java3d\examples\AnnotationArrowGroup.java (1352, 1998-11-16)
java3d\examples\AnnotationAxes.java (3612, 1998-11-16)
java3d\examples\AnnotationLine.java (4529, 1998-11-16)
java3d\examples\apimage.jpg (55346, 1998-11-16)
java3d\examples\Arch.java (6306, 1998-11-16)
java3d\examples\blueprint.jpg (36656, 1998-11-16)
java3d\examples\brick.jpg (4407, 1998-11-16)
java3d\examples\brtsky.jpg (11164, 1998-11-16)
java3d\examples\canon.wav (824698, 1998-11-16)
java3d\examples\CheckboxMenu.java (2494, 1998-11-16)
java3d\examples\CheckboxMenuListener.java (441, 1998-11-16)
java3d\examples\clouds.jpg (26052, 1998-11-16)
java3d\examples\ColumnScene.java (9127, 1998-11-16)
java3d\examples\Corners.java (9471, 1998-11-16)
java3d\examples\CraterGrid.java (3277, 1998-11-16)
java3d\examples\Cube.java (4572, 1998-11-16)
java3d\examples\Drag.java (7356, 1998-11-16)
java3d\examples\earth.jpg (13411, 1998-11-16)
java3d\examples\earthmap.jpg (62755, 1998-11-16)
java3d\examples\ElevationGrid.java (8219, 1998-11-16)
java3d\examples\ExAmbientLight.java (3979, 1998-11-16)
java3d\examples\ExamineViewerBehavior.java (11270, 1998-11-16)
java3d\examples\Example.java (22543, 1998-11-16)
java3d\examples\ExAppearance.java (9460, 1998-11-16)
java3d\examples\ExBackgroundColor.java (3336, 1998-11-16)
java3d\examples\ExBackgroundImage.java (4109, 1998-11-16)
java3d\examples\ExBluePrint.java (11225, 1998-11-16)
java3d\examples\exclamation.obj (14066, 1998-11-16)
java3d\examples\ExClip.java (9949, 1998-11-16)
java3d\examples\ExDepthCue.java (10202, 1998-11-16)
java3d\examples\ExDirectionalLight.java (8525, 1998-11-16)
java3d\examples\ExExponentialFog.java (6624, 1998-11-16)
java3d\examples\ExHenge.java (18082, 1998-11-16)
java3d\examples\ExLightBounds.java (8033, 1998-11-16)
java3d\examples\ExLightScope.java (6086, 1998-11-16)
... ...

Introduction to Programming with Java 3D Application Examples -------------------------------------------------------- Applications The following .java files are each applications and applets that, when executed, bring up a window into which they render 3D shapes using Java 3D. A3DApplet.java Drag.java ExAmbientLight.java ExAppearance.java ExBackgroundColor.java ExBackgroundImage.java ExBluePrint.java ExClip.java ExDepthCue.java ExDirectionalLight.java ExExponentialFog.java ExHenge.java ExLightBounds.java ExLightScope.java ExLinearFog.java ExPointLight.java ExRaster.java ExSound.java ExSpotLight.java ExSwitch.java ExText.java ExTexture.java ExTransform.java GearBox.java HelloWorld.java PickWorld.java SphereMotion.java Most applications provide a menu bar with a options with which to enable or disable example features. Most applications respond to mouse drags within the window, which rotate, translate, or scale the 3D content. From the "View" menu, select "Examine" to manipulate the content as if it is a shape held at arm's length. Select "Walk" to manipulate the content as if you are walking through a scene. All source code is commented to highlight features of interest and explain tricks and techniques. Execution To execute a Java application from the command-line (DOS or UNIX), use the Sun JDK execution tool "java". Type "java", followed by the Java application class name (without the ".java"). For example: java ExHenge runs the "ExHenge.java" application using the JDK "java" tool. The application brings up a window with a menubar and Java 3D canvas. Most applications accept a "-d" command-line option to print status messages as the application starts up. For example: java ExHenge -d Caveats For notes on Java 3D support issues with this release of the tutorial examples, please see the file "caveat.htm" in the "notes" folder, up one folder from this one.

近期下载者

相关文件


收藏者