| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Java3DModeler-1.3.6.zip | 2013-10-09 | 8.9 MB | |
| readme | 2012-07-25 | 1.9 kB | |
| Java3DModeler-1.3.5.zip | 2012-07-24 | 7.9 MB | |
| Java3DModeler-1.3.4.zip | 2012-07-21 | 2.0 MB | |
| Java3DModeler-1.3.3.zip | 2012-07-20 | 2.3 MB | |
| Java3DModeler-1.3.2.zip | 2012-07-16 | 2.3 MB | |
| Java3DModeler-1.3.1.zip | 2012-07-09 | 2.3 MB | |
| Totals: 7 Items | 25.7 MB | 0 |
Java3D Modeler
How to use
This program runs only in netbeans and requires Java3D (available for download at http://java3d.java.net/binary-builds.html/)
Install Netbeans and Java3D, load the project, and run it
How to install Java3D
Java3D consists mainly of 5 files in 2 folders:
lib/ext/j3dcore.jar
lib/ext/j3dutils.jar
lib/ext/vecmath.jar
lib/i386/libj3dcore-ogl-cg.so
lib/i386/libj3dcore-ogl.so
Unless you can get a netbeans with java3d built in, or somehow automatically install java3d
You'll have to manually paste the files into your Java JDK folder.
For example, if your JDK is in /usr/java/jdk1.6.0_31
paste the extracted files such that
j3dcore.jar is in /usr/java/jdk1.6.0_31/lib/ext/
What's new
1.3.6
- highlights waypoints (in triarray/quadarray tab of area frame) for easier creation of triarrays and quadarrays
(counterclockwise lights means triarray/quadarray faces toward you,
clockwise lights means triarray/quadarray faces away from you)
1.3.5
- automatically converts older version files to fix up side down bug
- 3D mouse selection inverted bug fixed
- added triarray generator (create custom texturable 3D triangles from any 3 waypoints
(note: waypoints need to be inside an area)
- added quadarray generator
1.3.4
- selected object is surrounded by white fuzzy highlight
- included Java3D library jars (version 1.4.0_01)
1.3.3
- mouse driven 3D camera rotation & positioning
- mouse driven 3D object selection
- focus (move camera to) selected object
- fixed bug requiring inverted y's (this caused old saved files to be upsidedown - now fixed in 1.3.5)
1.3.2
- improved file loading and writing system, buglessly supports multiple file loads
- modularized the dataset system for easy extension
1.3 - new modules featuring areas, waypoints and paths
- navigation and object manipulation by mouse
1.2 - new mouse driven 3D navigation interface