Simplest Way to Use Java 3D 1.6.0 in Notepad++
#Java3D1.6.0 #3Dmodel #Notepad++
This video explains how to run a .bat file from Notepad++ to use Java 3D 1.6.0.
1) Magic script posted on add20's website:
***
cd "$(CURRENT_DIRECTORY)"
NPP_SAVE
cmd /c "$(NPP_DIRECTORY)\xxxx.bat" $(FILE_NAME) $(NAME_PART)
***
xxxx depends on the name of a .bat file.
add20's website:
http://blog.livedoor.jp/add20/archives/3234682.html
2) .bat file
java3DCompileAndRun_Npp.bat (Java 3D 1.6.0)
***
@echo off
set classpath=.;C:\Users\xxxx\jogamp-java3d\*;
call javac "%1"
if ERRORLEVEL 1 exit
call java "%2"
pause
***
java3D_DB_CompileAndRun_Npp.bat (Java 3D 1.6.0 + H2 Database)
***
@echo off
set classpath=.;C:\Users\xxxx\jogamp-java3d\*;C:\Users\xxxx\h2\bin\h2-1.4.197.jar;
call javac "%1"
if ERRORLEVEL 1 exit
call java "%2"
pause
***
(Replace xxxx with the location of your Java 3D 1.6.0. and that of your H2 Database.)
If Plugin Manager does not show up here, check the following:
https://www.youtube.com/watch?v=wNFy_BdAmP4
https://stackoverflow.com/questions/46301700/how-to-view-plugin-manager-in-notepad
https://www.youtube.com/watch?v=z2yf6Ce8Fs8
Plugin Manager can be downloaded from:
https://github.com/bruderstein/nppPluginManager/releases
=== NppExec Manual ===
http://www.cin.ufpe.br/~aedv/Notepad++Portable/App/Notepad++_ansi/plugins/doc/NppExec_Manual.txt
1.6.0 final can be downloaded from:
https://jogamp.org/deployment/java3d/1.6.0-final/
jogamp-fat.jar can be downloaded from:
https://jogamp.org/deployment/v2.3.2/fat/
https://jogamp.org/deployment/jogamp-current/fat/
j3d-vrml97.jar can be downloaded from:
http://www.java2s.com/Code/Jar/j/Downloadj3dvrml97jar.htm
Loader3DS1_2.jar can be downloaded from:
https://osdn.net/projects/sfnet_java3dsloader/downloads/java3dsloader/1.2/Loader3DS1_2.jar/
StarfireExt.jar can be downloaded from:
https://github.com/cksystemsgroup/JAviator/tree/master/quadrotor/JAviator3D/Starfire
StarfireExt.jar → View Raw or Download
Websites I referred to for Java 3D 1.6.0:
Links to JogAmp's Java 3D
https://community.oracle.com/thread/4021689
Overview
http://jogamp.org/wiki/index.php/Java3D_Overview
Downloading and installing Java3D
http://jogamp.org/wiki/index.php/Downloading_and_installing_Java3D
https://gouessej.wordpress.com/2012/08/01/java-3d-est-de-retour-java-3d-is-back/
3D model files I used:
1) 3D model (Shuttle Model 2 (C) by NASA Johnson Space Center)
https://nasa3d.arc.nasa.gov/detail/orbiter
License Terms
http://www.nasa.gov/audience/formedia/features/MP_Photo_Guidelines.html
2) 3D model (Female) CC BY 3.0 US (C) by Reallusion
http://www.sweethome3d.com/freeModels.jsp
License Terms:
https://creativecommons.org/licenses/by/3.0/us/
3) Archive 3D model (Car Golf 5)
https://archive3d.net/?a=download&id=62466def
License Terms:
When downloading a 3D model, the License Terms page appears.
4) 3D model (でこっぱち天使/Large Forehead Angel)
Smith Black Pepper 3D model (Large Forehead Angel)
The download link is changed to
https://www15.atwiki.jp/smith_blp/pages/1.html
OneDrive→ 鍛冶屋黒胡椒 → クリーチャー → angel004.zip
License Terms:
http://www15.atwiki.jp/smith_blp/pages/15.html
5) Blend Swap 3D model (Table Fan) CC BY 3.0 (C) by RahulParihar
https://www.blendswap.com/blends/view/70622
License Terms:
https://www.blendswap.com/blends/view/70622
Image files I used:
1) Mona Lisa
https://en.wikipedia.org/wiki/Mona_Lisa
By C2RMF: Galerie de tableaux en tres haute definition: image page - Cropped and relevelled from File:Mona Lisa, by Leonardo da Vinci, from C2RMF.jpg. Originally C2RMF: Galerie de tableaux en tres haute definition: image page, Public Domain, https://commons.wikimedia.org/w/index.php?curid=15442524
2) The Dance Class
https://commons.wikimedia.org/wiki/File:Edgar_Degas_The_Dance_Class.jpg
https://en.wikipedia.org/wiki/The_Dance_Class_(Degas,_Metropolitan_Museum_of_Art)
By Edgar Degas - Metropolitan Museum of Art, Public Domain, https://commons.wikimedia.org/w/index.php?curid=1404820
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.
Видео Simplest Way to Use Java 3D 1.6.0 in Notepad++ автора Java-исследование Клуб
Видео Simplest Way to Use Java 3D 1.6.0 in Notepad++ автора Java-исследование Клуб
Информация
5 декабря 2023 г. 15:44:13
00:11:12
Похожие видео