#Java3Dtutorial #3Dmodel #rotatingpropeller
This video shows you where to get a commercially free .obj toy plane model, how to put(load) it into Java 3D, and manipulate it.
.obj Toy plane model:
http://www.oyonale.com/modeles.php?la...
Source code described in this video:
https://sites.google.com/view/flying-... (new Google Site)
Source code described in "3D Models in Java 3D: Beginners Only_6 Using RotationInterpolator":
https://sites.google.com/view/flying-... (new Google Site)
Source code described in "How to Put a Sculptris(Free) Model into Java 3D and Manipulate It":
https://sites.google.com/view/flying-... (new Google Site)
Source code described in "How to Rotate the Propeller of a Downloaded Free .3ds Plane Model in Java 3D_2":
Using the RotationInterpolator Class
https://sites.google.com/view/flying-... (new Google Site)
To create the Java 3D program (Mykeynavbeh.java) used in 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/onlineT...)
Copyright (c) 1996-2000 Sun Microsystems, Inc. All Rights Reserved.
Copy of the above tutorial:
https://web.cs.ucla.edu/classes/cs269...
Change ch0.pdf to ch1.pdf-ch7.pdf in the address bar to display other chapters.
Example source code:
http://www.interactivemesh.org/off/do...
Free 3D modeler I used for the program:
1) "Blender 2.58a"
3D model files I used:
1) 3D models (Toy Plane and Ladybird) (C) by Gilles Tran
downloaded from Oyonale
http://www.oyonale.com/modeles.php?la...
License Terms:
http://www.oyonale.com/modeles.php?la...
CC BY 3.0
http://www.oyonale.com/modeles.php?la...
Thank you for watching my videos, and I appreciate the people who have posted wonderful free software, images, models, and Java 3D tutorials that allowed me to make this video.