[JAVA3D] Newbie Question

2004-09-07 Thread FantasyFooty.org
Hi,   I'm just getting into Java3D and was wondering whether there are any sample java files on the internet which produce a very basic first person perspective on a bumpy terrain. I've looked and ran the purple dude program from newview and would like something like this only with the camer

Re: [JAVA3D] Newbie Question

2004-09-07 Thread FantasyFooty.org
Ben, quality tutorial. I wonder if you could help me modify it slightly?   I've attached this to the BranchGroup and it happily lets me look around with the mouse.       oMouseRotate_1 = new MouseRotate(MouseBehavior.INVERT_INPUT);    oMouseRotate_1.setTransformGroup(ourView.getView

Re: [JAVA3D] Newbie Question

2004-09-07 Thread FantasyFooty.org
Cheers. I'm still having difficulties though. When I go up it works fine, but left, right and back it just stalls the program?   Here's the methods in question as it is (all other methods are similar to the original): I've not used stepper because he tends to shoot off in the distance if the

Re: [JAVA3D] Out of memory

2004-09-07 Thread FantasyFooty.org
ï Try forcing the garbage collector to collect? - System.gc()   public void refresh(){  System.gc()  mainBranchGroup.removeChild(0);  objRoot= null;  objRotate= null;  mainBranchGroup.addChild(createSceneGraph(canvas3D));} - Original Message - From: Mike Goldwater To: [EMA

[JAVA3D] Run as an applet

2004-09-08 Thread FantasyFooty.org
Apologies if this has been asked before, but is there any way to run a Java3D applet without installing it first. ie. is it possible to dump all the api on the server? === To unsubscribe, send email to [EMAIL PROTECTED] an

[JAVA3D] Loading Terragen terrains

2004-09-08 Thread FantasyFooty.org
Does anyone know how I can import Terragen terrains as a Shape3d. What loader do I need? === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general hel

Re: [JAVA3D] Loading Terragen terrains

2004-09-08 Thread FantasyFooty.org
Thanks everyone. I'm currently in the process of going through the loaders trying to find what's the best free combo of loaders/3D visual editing software for terrains and shapes. Terragen creates *.ter files which the Sun loader doesn't seem to like. The system just hangs with no stack trace. ==

Re: [JAVA3D] Loading Terragen terrains

2004-09-08 Thread FantasyFooty.org
How do you actually get the Terragen file to load in Java though? - Original Message - From: "á͹´ÃÙÇì à´ÇÔÊѹ (Andrew Davison)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 09, 2004 2:39 AM Subject: Re: [JAVA3D] Loading Terragen terrains > > Does anyone know how

Re: [JAVA3D] altering added objects

2004-09-24 Thread FantasyFooty.org
Is there not one function that allows you to set all capabilities on an object? - Original Message - From: "romil shah" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 25, 2004 1:15 AM Subject: Re: [JAVA3D] altering added objects > Thats right. I just ran into the s