#Java3D1.6.0tutorial #3Dmodel #netbeans
This video is a continuation of the video "Simplest Way to Install Java 3D 1.6.0, and VRML and 3DS Loaders for Eclipse." Skipping redundant explanations, the video focuses on Netbeans-specific issues.
Original source code described in this video:
https://sites.google.com/view/flying-... (new Google Site)
Version detection
********************************************
String versionString = (String) VirtualUniverse.getProperties().get("j3d.version");
System.out.println("versionString " +versionString);
********************************************
xxx.bat file
********************************************
cd C:\Program Files\NetBeans 8.2\bin
netbeans --locale en
********************************************
1.6.0 final can be downloaded from:
https://jogamp.org/deployment/java3d/...
jogamp-fat.jar can be downloaded from:
https://jogamp.org/deployment/jogamp-...
j3d-vrml97.jar can be downloaded from:
http://www.java2s.com/Code/Jar/j/Down...
StarfireExt.jar can be downloaded from:
https://github.com/cksystemsgroup/JAv...
StarfireExt.jar → View Raw or Download
Loader3DS1_2.jar can be downloaded from:
http://sourceforge.net/projects/java3...
Websites I referred to:
Links to JogAmp's Java 3D
https://community.oracle.com/thread/4...
Overview
http://jogamp.org/wiki/index.php/Java...
Downloading and installing Java3D
http://jogamp.org/wiki/index.php/Down...
https://gouessej.wordpress.com/2012/0...
Java3D Version detection
http://forum.jogamp.org/Java3D-Versio...
How to use Project Groups in NetBeans
http://envyandroid.com/project-groups...
3D model files I used:
1) 3D model (Freestyle Space Glider) CC Zero (C) "Hover Train model by Patrick W. Crawford, TheDuckCow"
http://www.blendswap.com/blends/view/...
License Terms:
http://www.blendswap.com/blends/view/...
2) 3D model (でこっぱち天使/Angel)
The download link is changed to
https://www15.atwiki.jp/smith_blp/pag...
OneDrive→ 鍛冶屋黒胡椒 → クリーチャー → angel004.zip
License Terms:
http://www15.atwiki.jp/smith_blp/page...
3) 3D model (Ship hms victory frigate nelson)
downloaded from
http://archive3d.net/?category=30
License Terms:
After the Download button is clicked, the License Terms page appears.
4) 3D models (Car TOYOTA HRRIER N050811)
downloaded from
https://archive3d.net/?a=download&id=...
5) 3D model (Mars Exploration Rover) CC Zero (C) by argonius
http://www.blendswap.com/blends/view/...
License Terms:
http://www.blendswap.com/blends/view/...
Image I used:
1) WikiImages CC0 Public Domain (C)
https://pixabay.com/en/eagle-nebula-i...
Thank you for watching my video, and I appreciate the people who have posted wonderful free software, images, models, and Java 3D tutorials that allowed me to make the video.