G3DEditor - 3D GeoEditor
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- L2j Veteran
- Posts: 99
- Joined: Sun Mar 11, 2007 6:23 pm
Re: G3DEditor - 3D GeoEditor
You should make sure that you got the latest graphic drivers installed.
http://code.google.com/p/g3d-editor/
Experienced in the following languages/apis/ides: Java using Eclipse/AWT/Swing/NIO/JNI/Jogl, C/C++11/c++14 using QT/MFC/BOOST/STL/VS2012/VS2013/OpenGL/DirectX, Delphi using Borland, .NET/C# using VS2012/VS2013
Experienced in the following languages/apis/ides: Java using Eclipse/AWT/Swing/NIO/JNI/Jogl, C/C++11/c++14 using QT/MFC/BOOST/STL/VS2012/VS2013/OpenGL/DirectX, Delphi using Borland, .NET/C# using VS2012/VS2013
- volond1
- Posts: 5
- Joined: Sat Oct 27, 2007 5:28 am
Re: G3DEditor - 3D GeoEditor
Yes, updated program
- Aikimaniac
- L2j Inner Circle
- Posts: 3048
- Joined: Sun Aug 07, 2005 11:42 pm
- Location: Slovakia
Re: G3DEditor - 3D GeoEditor
lol...youre alive ? married and 3 kids ? sup bro?Forsaiken wrote:You should make sure that you got the latest graphic drivers installed.
-
- L2j Veteran
- Posts: 99
- Joined: Sun Mar 11, 2007 6:23 pm
Re: G3DEditor - 3D GeoEditor
Well somehow alive, busy with job, not married, no children, yet no time <.<Aikimaniac wrote:lol...youre alive ? married and 3 kids ? sup bro?Forsaiken wrote:You should make sure that you got the latest graphic drivers installed.
http://code.google.com/p/g3d-editor/
Experienced in the following languages/apis/ides: Java using Eclipse/AWT/Swing/NIO/JNI/Jogl, C/C++11/c++14 using QT/MFC/BOOST/STL/VS2012/VS2013/OpenGL/DirectX, Delphi using Borland, .NET/C# using VS2012/VS2013
Experienced in the following languages/apis/ides: Java using Eclipse/AWT/Swing/NIO/JNI/Jogl, C/C++11/c++14 using QT/MFC/BOOST/STL/VS2012/VS2013/OpenGL/DirectX, Delphi using Borland, .NET/C# using VS2012/VS2013
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: G3DEditor - 3D GeoEditor
Some dude copied this code and replaced all credits with his own, along with some updates.
I assume this isn't Forsaiken's GitHub account?
https://github.com/Sacrifice/Geo3DEditor
I assume this isn't Forsaiken's GitHub account?
https://github.com/Sacrifice/Geo3DEditor
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Advanced User
- Posts: 1026
- Joined: Thu Aug 14, 2014 6:31 am
Re: G3DEditor - 3D GeoEditor
Not copied, FIXED!... It's the same... Original authors are reverted, no problem!.jurchiks wrote: ↑Sat May 02, 2020 9:46 pm Some dude copied this code and replaced all credits with his own, along with some updates.
I assume this isn't Forsaiken's GitHub account?
https://github.com/Sacrifice/Geo3DEditor
-
- Posts: 32
- Joined: Wed May 06, 2009 11:11 pm
Re: G3DEditor - 3D GeoEditor
Thanks for your work!Sacrifice wrote: ↑Sun May 24, 2020 4:49 pmNot copied, FIXED!... It's the same... Original authors are reverted, no problem!.jurchiks wrote: ↑Sat May 02, 2020 9:46 pm Some dude copied this code and replaced all credits with his own, along with some updates.
I assume this isn't Forsaiken's GitHub account?
https://github.com/Sacrifice/Geo3DEditor
-
- Posts: 75
- Joined: Thu Jun 25, 2009 9:27 pm
Re: G3DEditor - 3D GeoEditor
Hello, what Java to use for it, I have JDk8 and got this error
Code: Select all
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/awt/AWTUtilities
at g3deditor.swing.Splash.<init>(Splash.java:62)
at g3deditor.G3DEditor.main(G3DEditor.java:46)
Caused by: java.lang.ClassNotFoundException: com.sun.awt.AWTUtilities
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
... 2 more
Press any key to continue . . .