Alex
Just dropped in
Offline
Posts: 5
|
 |
« on: 09. December 2006, 11:53:27 am » |
|
Hi, I´m new to xith3d and I want to "getting started". I try to compile the HelloXith3D.java and I have to change the import "com.xith3d.test.*;" to "org.xith3d.test.*;" but the import com.xith3d.scenegraph.*; still works. Could I use these com.xith3d.* imports or should I change them all to org.xith3d.* ? (Or is com != org)
Thnx
|
|
|
|
« Last Edit: 09. December 2006, 11:56:29 am by Alex »
|
Logged
|
|
|
|
|
'n ddrylliog
|
 |
« Reply #1 on: 09. December 2006, 02:42:05 pm » |
|
Hi Alex and welcome to Xith3D boards ! First, where did you find "Getting Started ?" You'd better use the "Xith In a Nutshell" book : http://www.xith.org/pages/documentation.htmlAbout your question, all packages are now "org.xith3d.*", to remove the confusion.
|
|
|
|
|
Logged
|
|
|
|
Marvin Fröhlich
Xith Lord
Administrator
Guru
   
Offline
Posts: 4381
May the 4th, be with you...
|
 |
« Reply #2 on: 09. December 2006, 02:58:02 pm » |
|
First, where did you find "Getting Started ?".
It's still online at http://xith.org/tutes/GettingStarted/html/index.html. We should really think about removing the link from the page. @Alex: Welcome to the board. Please use XIN. It's really up-to-date. And explains everything, the "getting-started-guide" explained and more. Have fun  . Marvin
|
|
|
|
|
Logged
|
|
|
|
Alex
Just dropped in
Offline
Posts: 5
|
 |
« Reply #3 on: 09. December 2006, 07:28:32 pm » |
|
Hi, thnx for the help  . I tried to use the Xith in a Nutshell PDF file, but there I have to use Xith3D >0.8 (Be sure to have a recent Xith3D version greater than 0.8.0. @ Page Eight) And I couldn´t download the beta version because the "Latest Beta" Button @ the donwload section is not linked to the file. (Perhaps I am blind  )
|
|
|
|
|
Logged
|
|
|
|
Marvin Fröhlich
Xith Lord
Administrator
Guru
   
Offline
Posts: 4381
May the 4th, be with you...
|
 |
« Reply #4 on: 09. December 2006, 09:40:32 pm » |
|
Hi, thnx for the help  . I tried to use the Xith in a Nutshell PDF file, but there I have to use Xith3D >0.8 (Be sure to have a recent Xith3D version greater than 0.8.0. @ Page Eight) And I couldn´t download the beta version because the "Latest Beta" Button @ the donwload section is not linked to the file. (Perhaps I am blind  ) Yeah, I added this button yesterday just for trying out the new design of the download section. 1.0-beta1 will be released at the end of this year. Please checkout the current SVN of xith3d and xith-tk. Or wait until tomorrow. Then I will upload an SVN snapshot as a first "Cooker" release. But I advise you to do it with SVN, since we will do some things the next days, which you will benefit of. Marvin
|
|
|
|
|
Logged
|
|
|
|
Sliver
Just dropped in
Offline
Posts: 8
|
 |
« Reply #5 on: 10. December 2006, 01:39:46 am » |
|
nearly same problem: i took the svn version and xith3d it's ok, but i have problem to compile xith-tk (i use neatbeans 5.5). Could you insert the nbprjoect also in the xith-tk (like in the xith3d) please? thanks and bye ps: i'm noob, i know 
|
|
|
|
« Last Edit: 10. December 2006, 01:41:43 am by Sliver »
|
Logged
|
|
|
|
Marvin Fröhlich
Xith Lord
Administrator
Guru
   
Offline
Posts: 4381
May the 4th, be with you...
|
 |
« Reply #6 on: 10. December 2006, 02:58:27 am » |
|
nearly same problem: i took the svn version and xith3d it's ok, but i have problem to compile xith-tk (i use neatbeans 5.5). Could you insert the nbprjoect also in the xith-tk (like in the xith3d) please? thanks and bye ps: i'm noob, i know  I've already requested the nbproject from one of the nb users, but I couldn't get one so far. When you got it working, please send me your nbproject folder. I'll happily put it into SVN. What does it say, why it can't compile? Marvin
|
|
|
|
|
Logged
|
|
|
|
Sliver
Just dropped in
Offline
Posts: 8
|
 |
« Reply #7 on: 10. December 2006, 11:46:40 am » |
|
i think it's a problem of wrong reference in build.xml (that i must use to create nbproject).
however i also don't know what library i must include in project to compile the sourcecode of the toolkit.
|
|
|
|
|
Logged
|
|
|
|
|
'n ddrylliog
|
 |
« Reply #8 on: 12. December 2006, 04:59:12 pm » |
|
i think it's a problem of wrong reference in build.xml (that i must use to create nbproject).
however i also don't know what library i must include in project to compile the sourcecode of the toolkit.
Well, pretty much everything in the third-party/ folder, I suppose 
|
|
|
|
|
Logged
|
|
|
|
Sliver
Just dropped in
Offline
Posts: 8
|
 |
« Reply #9 on: 13. December 2006, 09:58:06 am » |
|
i've just tried but there's however the build.xml problem. not so bad, for this time i'll use the latest cooker (i saw it's online  )
|
|
|
|
|
Logged
|
|
|
|
Marvin Fröhlich
Xith Lord
Administrator
Guru
   
Offline
Posts: 4381
May the 4th, be with you...
|
 |
« Reply #10 on: 13. December 2006, 12:08:20 pm » |
|
i've just tried but there's however the build.xml problem. not so bad, for this time i'll use the latest cooker (i saw it's online  ) The latest Cooker contains a problem with lighting in combination with Links/SharedGroups. This is already fixed in the current SVN and will be included in the next cooker release (this week). Marvin
|
|
|
|
|
Logged
|
|
|
|
Sliver
Just dropped in
Offline
Posts: 8
|
 |
« Reply #11 on: 13. December 2006, 12:39:28 pm » |
|
problem over problem  i'm using the cooker version and i'm restarting from zero with xin guide, but i have problem with the Canvas3DWrapper class...i've tried all methods and noone is allowed... symbol : class createFullscreen location: class org.xith3d.render.canvas.Canvas3DWrapper Canvas3DWrapper canvas = new Canvas3DWrapper.createFullscreen(); ps: i've included all the jar library, neatbeans found me methods during writing but failed in compiling.
|
|
|
|
|
Logged
|
|
|
|
|
'n ddrylliog
|
 |
« Reply #12 on: 14. December 2006, 06:14:21 pm » |
|
Not trying to create another Netbeans/Eclipse debate here, but don't you want to try it with Eclipse ??
|
|
|
|
|
Logged
|
|
|
|
Marvin Fröhlich
Xith Lord
Administrator
Guru
   
Offline
Posts: 4381
May the 4th, be with you...
|
 |
« Reply #13 on: 14. December 2006, 07:05:31 pm » |
|
problem over problem  i'm using the cooker version and i'm restarting from zero with xin guide, but i have problem with the Canvas3DWrapper class...i've tried all methods and noone is allowed... symbol : class createFullscreen location: class org.xith3d.render.canvas.Canvas3DWrapper Canvas3DWrapper canvas = new Canvas3DWrapper.createFullscreen(); ps: i've included all the jar library, neatbeans found me methods during writing but failed in compiling. Have you linked the JOGL.jar/LWJGL.jar/JOAL.jar with the appropriate native binaries? Can't tell you, how this works in NetBeans, sorry. But you'll certainly know  . ...or you try it with Eclipse  . Marvin
|
|
|
|
|
Logged
|
|
|
|
Sliver
Just dropped in
Offline
Posts: 8
|
 |
« Reply #14 on: 15. December 2006, 11:06:19 am » |
|
mmm, i think i must try eclipse 
|
|
|
|
|
Logged
|
|
|
|
|