Re: [JAVA3D] Canvas3D property values

2002-10-07 Thread Brandon
What if you requested the focus on the canvas, and then tried to query it? __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com === To un

[JAVA3D] Changing/Setting the texture after using a loader.

2002-11-10 Thread Brandon
le) because the coordinates are Interleaved and by_reference, and so I can't just set the texture coordinates. I just want to wrap one texture around the shape3d... any ideas? Thanks in advance, Brandon Roybal __ Do you Yahoo!? U2 on LAUNCH - Exc

Re: [JAVA3D] Text3D size and extrusion

2002-11-11 Thread Brandon
The following code worked for me (made it larger and changed the font extrusion): BranchGroup objRoot = new BranchGroup(); Font3D yF3D = new Font3D(new Font("Serif", Font.BOLD, 1), new FontExtrusion(new Line2D.Double(0, 0, .02, 0))); Text3D xT3D = new Text3D(yF3D, "X", new Point3f(0.0f, 0.0f, 0.0f)

Re: [JAVA3D] Text3D size and extrusion

2002-11-11 Thread Brandon
Oh yeah you wanted it smaller, just use .1 or something in setScale(). Set scale worked for me... --- Brandon <[EMAIL PROTECTED]> wrote: > The following code worked for me (made it larger and > changed the font extrusion): > BranchGroup objRoot = new BranchGroup(); > Font3D yF3

Re: [JAVA3D] Can I find the location for any Shape3D in a Locale?

2002-11-12 Thread Brandon
> To unsubscribe, send email to [EMAIL PROTECTED] > and include in the body > of the message "signoff JAVA3D-INTEREST". For > general help, send email to > [EMAIL PROTECTED] and include in the body of the

Re: [JAVA3D] Torus class

2002-11-18 Thread Brandon
It's in the code repository: http://code.j3d.org/ --- David Bourgais <[EMAIL PROTECTED]> wrote: > Thanx ! But where in j3d.org can I find such Torus > class ? > Many Thanks. > > David > > === > To unsubscribe, send email to [E

Re: [JAVA3D] Multiple Parent Exception:

2003-01-08 Thread Brandon
p brg = (BranchGroup) scene.getChild(1); u2.addBranchGraph(brg); is giving you the error. You would have to use cloneTree(true) to add it without causing the error, which you can't do on a live scene. So the only way I can think of (on a live scene) would be to

Re: [JAVA3D] Out of Memory error

2003-01-08 Thread Brandon
this.I am basically > out of ideas.I dont know > where to look to correct this.the error is shown > below. > Any help will be greatly appreciated. > > > > > > > Creating massValTG with mass 2991160 and position 20 > Capability = true > creating >

[JAVA3D] Removing a Capability

2003-01-15 Thread Brandon
capabilities. = See you later, Brandon --- "Don't take it too seriously it's just life we'll win in the end." Superchic[k] __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affo

Re: [JAVA3D] KeyEvent auto-release

2003-01-24 Thread Brandon
subscribe, send email to > [EMAIL PROTECTED] and include in the body > > of the message "signoff JAVA3D-INTEREST". For > general help, send email to > > [EMAIL PROTECTED] and include in the body of > the message "help". > > =

Re: [JAVA3D] Serializing Shape3Ds

2003-03-01 Thread Brandon
ti-spam email > service. > > ======= > To unsubscribe, send email to [EMAIL PROTECTED] > and include in the body > of the message "signoff JAVA3D-INTEREST". For > general help, send email to > [E

Re: [JAVA3D] Serializing Shape3Ds

2003-03-06 Thread Brandon
reamWriter and just sending over the stream? --- kindy huang <[EMAIL PROTECTED]> wrote: > Hi Brandon, > > your message is helpful, while could you please tell > me more details about how to use > com.sun.j3d.utils.scenegraph.io? > > Are you using it in a standalone applicat

Re: [JAVA3D] implementing collision detection

2003-03-19 Thread Brandon
> code below and showing me how to do it. many thanks, > joe > === message truncated === = See you later, Brandon --- "Don't take it too seriously it's just life we'll win in the end." Superchic[k] _

Re: [JAVA3D] RE : [JAVA3D] RE : [JAVA3D] JDialog and Java3D

2003-04-03 Thread Brandon
always had to create it at viewing time. In your case I'm guessing in setVisible(true); --- Arnaud Forgues <[EMAIL PROTECTED]> wrote: > Sorry, > > Better with attachments ! > > Arnaud > ==message truncated = See you later, Brandon ---

Re: [JAVA3D] Expressions of interest in a Java3D Terrain list

2002-01-24 Thread Brandon
A Terrain list would be great, whether or not it is seperate from this one. = See you later, Brandon --- "Don't take it too seriously it's just life we'll win in the end." Superchic[k] __

[JAVA3D]

2001-05-01 Thread Brandon
I need to make a program that needs to access a specific directory, but I don't know how to change directories. I know how to access files...BufferedReader...FileInputStream...File...String...but I don't know how to access a specific directory. Thank you.

[JAVA3D] Alpha restart

2001-10-08 Thread Brandon
Is there a way to restart an alpha object after it's already been created? I'm using alpha and morph to animated my mesh, but I want to be able to restart the animation. I was thinking I could restart the alpha? Is this the best way to do this? Thanks in advance, Bran

[JAVA3D] gaussian splatting

1999-10-19 Thread Brandon Kohn
this with Java3D? Thanks Brandon Kohn === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and in

[JAVA3D] plotting a single point

1999-10-19 Thread Brandon Kohn
Is it possible to plot a single pixel in java3d? Any help would be appreciated. Brandon Kohn === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". F

Re: [JAVA3D] plotting a single point

1999-10-20 Thread Brandon Kohn
Thanks Larry :) Brandon - Original Message - From: Larry James <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 20, 1999 1:47 PM Subject: Re: [JAVA3D] plotting a single point > Try... > > An Introduction to Programming AR and VR Applicati

[JAVA3D] transparency

1999-10-20 Thread Brandon Kohn
Does anyone know how to set the transparency on an array of points? I tried setting the appearance transparency and all that, but it had no effect. Thanks if you can help. Brandon Kohn === To unsubscribe, send email to

[JAVA3D] Point size and alpha/opacity

1999-10-26 Thread Brandon Kohn
Does the size of the point have any effect on how transparent a point appears? I'm using a pointarray to perform some splatting, with a Color4f (rgba), but the alpha component doesn't seem to make any difference. Br

[JAVA3D] Text2D

1999-11-03 Thread Brandon Kohn
I'm trying to add scales to a set of 3D axes, but the text is showing up as a white rectangle. I've set the color of the text 3D object to (1.0,1.0,1.0).. and the background is black. Anyone know what might be happening? Thanks Br

Re: [JAVA3D] Text2D

1999-11-03 Thread Brandon Kohn
44 61 Wyandra Street > Fax+61-7-3303-3232 Teneriffe Qld. 4005. > Australia > Company home page: http://www.mincom.com/ > Personal home page: http://www.powerup.com.au/~fillon > -- > -Original Message- > From: Brandon Kohn <[EMAIL PROTECTED]> > To: [EMAIL

Re: [JAVA3D] Using JAVA3D API with VJ++6.0

1999-01-02 Thread Brandon Kohn
You can use it, but you can't debug in J++ with it. I'm using J++ 6.0 to code and compile J3D, but I have to use a dos prompt to run the compiled code. I've attached a nice little dos/bash shell that I use for this (it's convenient). Brandon - Original Message - F

[JAVA3D] Using behaviors...

1999-01-02 Thread Brandon Kohn
ike to use the behavior class if possible (so as to avoid writing my own threaded mess). Thanks Brandon === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST

Re: [JAVA3D] Using VJ6.0 to compile Java3D...

1999-01-15 Thread Brandon Kohn
You need to have JDK 1.2.2 installed to run java3d. J++ 6.0 can compile java3D, but cannot get past the Canvas3D objects when running. Brandon === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of

Re: [JAVA3D] Using VJ6.0 to compile Java3D...

1999-01-17 Thread Brandon Kohn
Just run jar -xf * on the jar files and place the resulting files into your windows/Java/Classes directory. It works for me. Brandon === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the