How to Create Disassembly or Explosion View of 3D Objects in Java 3D_1 (with Source Code)

This video explains how to move color cubes away from the center like explosion.

Source code described in this video:
https://sites.google.com/site/java3dapplets/home/source-code-color-cubes-disassembly
https://sites.google.com/site/java3dapplets/home/source-code-color-cubes-explosion

Source code described in “How to Move 3D Models (like Cars) in Java 3D” [Shorter Version]:
https://sites.google.com/site/java3dapplets/home/source-code-move-car

To create the Java 3D program (Mykeynavbeh.java) used in part of the video, I used the following code:

1) Part of code from BackgroundApp.java included in the source bundle
that accompanies Sun Microsystems’ Java 3D API Tutorial
(http://java.sun.com/developer/onlineTraining/java3d/)
Copyright (c) 1996-2000 Sun Microsystems, Inc. All Rights Reserved.

Copy of the above tutorial:
https://www.google.co.jp/#q=%22Getting+Started+with+the+Java+3D++API+Chapter%22
http://www.interactivemesh.org/off/download/java3d_tutorial_examples_src.zip

Free 3D modelers I used for the program:

1) “MetasequoiaLE R2.4a”
2) “Art of Illusion”

Image files I used:

1) Cube textures
downloaded from “ぱくたそ” (http://www.pakutaso.com/)
License terms (http://www.pakutaso.com/userpolicy.html)

2) Cube textures
downloaded from (http://pixabay.com/)
License terms (http://pixabay.com/)

Thank you for watching my videos, and I appreciate the people who have posted wonderful free software, images, and Java 3D tutorials that allowed me to make this video.

You may also like...

Add a Comment