Java 3D: How to Create a Simple Building and Ground in Blender and Import Them (with Source Code)

Опубликовано: 24 Февраль 2026
на канале: fukinotou11d
1,153
12

#Java3Dtutorial #3Dmodel #buildingblender
This video explains how to create a simple building and plane (ground) in Blender, and how to make the building look like many in Java 3D program.


Source code described in this video:
Source Code 1
Source Code 2
https://sites.google.com/view/flying-... (new Google Site)

Source code described in
"Java 3D: How to Make a Rider .obj Model Take off and Land."
https://sites.google.com/view/flying-... (new Google Site)


3D model files I used:

1) 3D model (Scooter) CC BY 3.0 US (C) by Kator Legaz
http://www.sweethome3d.com/freeModels...
License Terms:
https://creativecommons.org/licenses/...

2) 3D model (Sitting male) CC BY 3.0 US (C) by Reallusion
http://www.sweethome3d.com/freeModels...
License Terms:
https://creativecommons.org/licenses/...


Image file I used:

1) The Water Lilies
Page URL: https://commons.wikimedia.org/wiki/Fi...
File URL: https://upload.wikimedia.org/wikipedi...
Attribution: Claude Monet [Public domain]

About the key movements in the KeyNavigatorBehavior class
Table 4-3 (P.4-28)
https://web.cs.ucla.edu/classes/cs269...


Types of licenses
https://en.wikipedia.org/wiki/Creativ...

obj file format
https://en.wikipedia.org/wiki/Wavefro...


To learn more:
About Java 3D:

Free online books:
Dr. Andrew Davison's "Killer Game Programming in Java":
https://fivedots.coe.psu.ac.th/~ad/jg
Dr. Andrew Davison's "Pro Java 6 3D Game Development":
https://fivedots.coe.psu.ac.th/~ad/jg2


About Java:
   • Java Programming Tutorial - 2 - Running a ...  
https://www3.ntu.edu.sg/home/ehchua/p...

Java Language Specification:
http://docs.oracle.com/javase/specs/j...


To use the KeyNavigatorBehavior class in my Java 3D program (Mykeynavbeh.java), 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...


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 this video.