Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (416)
games submitted by our members
Games in WIP (307)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
   Home   Help   Search   Login   Register   
  Show Posts
Pages: [1]
1  Java Game APIs & Engines / Xith3D Forums / Re: Installation on: 2007-04-27 13:50:03
Hi Marvin,

Sorry for having you worked hard on my problem. I will check out from SVN and try again.

Thanks

Pat

PS: for Mozilla, it's only the captcha which doesn't work here. Perhaps my fault, I don't know. However, forget !
2  Java Game APIs & Engines / Xith3D Forums / Installation on: 2007-04-26 23:02:00
Hi All,

I am new to Xith3D, but not to computer science ...
I would like to explain you a litle pb : installing Xith3D is not an easy task, you know ? no up-to-date install HOWTO, no packaged installer ... even the inscription to this forum is not easy, if you use Mozilla as I do (this site's catcha doesn't work on Mozilla ...).

Is anybody has a idea where to find resources to help me ? Because after having installed Java3D 1.5.0 and all the Xith stuff, I have this error:

1  
2  
3  
4  
5  
6  
7  
8  
9  
Exception in thread "main" java.lang.NoSuchMethodError: javax.vecmath.Matrix4f.setTranslation(Ljavax/vecmath/Tuple3f;)V
   at org.xith3d.scenegraph.Transform3D.lookAt(Transform3D.java:706)
   at org.xith3d.scenegraph.View.lookAt(View.java:536)
   at org.xith3d.scenegraph.View.<init>(View.java:912)
   at org.xith3d.render.base.Xith3DEnvironment.<init>(Xith3DEnvironment.java:704)
   at org.xith3d.render.base.Xith3DEnvironment.<init>(Xith3DEnvironment.java:729)
   at org.xith3d.render.base.Xith3DEnvironment.<init>(Xith3DEnvironment.java:761)
   at app.App.<init>(App.java:12)
   at app.App.main(App.java:28)


when I try to execute this (simple...) code:

1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
25  
26  
27  
28  
29  
30  
package app;

import org.xith3d.render.base.Xith3DEnvironment;
import org.xith3d.render.canvas.Canvas3DWrapper;
import org.xith3d.render.canvas.Canvas3DWrapper.Resolution;
import org.xith3d.render.loop.RenderLoop;

public class App
{
  public App()
  {
    Xith3DEnvironment env = new Xith3DEnvironment();

    Canvas3DWrapper canvas = Canvas3DWrapper.createStandalone( Resolution.RES_800X600,
      "My empty scene" );
    env.addCanvas( canvas );

    RenderLoop rl = new RenderLoop();
    rl.setMaxFPS( 128L );
    rl.addRenderEngine( env );

    // never forget to start the RenderLoop!
   rl.begin();
  }

  public static void main( String[] args )
  {
    new App();
  }
}


Is anybody can help ?
Thank's a lot

Pat
Pages: [1]
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
mrbenebob (14 views)
2013-06-19 17:55:23

BrassApparatus (23 views)
2013-06-19 11:52:37

NegativeZero (26 views)
2013-06-19 06:31:52

NegativeZero (29 views)
2013-06-19 06:24:09

Jesse_Attard (33 views)
2013-06-19 01:03:02

HeroesGraveDev (69 views)
2013-06-16 02:35:23

Vermeer (68 views)
2013-06-14 23:08:06

davedes (70 views)
2013-06-14 19:03:55

alaslipknot (62 views)
2013-06-13 10:56:31

Roquen (87 views)
2013-06-12 07:12:32
Smoothing Algorithm Question
by UprightPath
2013-05-28 05:58:26

Smoothing Algorithm Question
by UprightPath
2013-05-28 05:57:33

Complex number cookbook
by Roquen
2013-04-24 15:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 19:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 19:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 19:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 20:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 19:17:38
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!