[JAVA3D] GeometryInfo

2004-03-11 Thread aant
) what is exactly the number of the coords. (the first 4 coords are the polygon and the last 4 coords are from the hole inside). Who can tell me what im doing wrong.   With regards Aant van der Zee     coord: (-3.924, 2.7, -15.614) coord: (-3.924, 2.7, -4.064) coord: (-3.924, 0.0, -4.064

[JAVA3D] picking and dragging

2002-07-28 Thread aant
anchor-cubes to change the dimension of the big cube?? Sugestions are welcome   with regards AANT   [EMAIL PROTECTED]

Re: [JAVA3D] j3d.org site testing

2002-04-12 Thread aant
Hi Justin Looks great in Netscape 6.2.1 regards AANT Justin Couch wrote: > I'm after a little testing to check some tweaks to the site that I > intend to do. I've been running stylesheets on the main pages of the > code repository for the last few weeks and haven't he

[JAVA3D] Getting error in triangulator

2002-02-21 Thread aant
= new Shape3D(gi.getGeometryArray(), createAppearance(objColor)); vormpje.setCapability(Geometry.ALLOW_INTERSECT); totalShape .addChild( vormpje ); My question is what is going wrong and how can i correct its: with

Re: [JAVA3D] stupid question

2001-07-01 Thread Aant
thnxs it works AANT - Original Message - From: "Dan Boorstein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 01, 2001 4:15 PM Subject: Re: [JAVA3D] stupid question > Aant wrote: > > > I have downloaded the examples of the jave3d api b

[JAVA3D] stupid question

2001-07-01 Thread Aant
I have downloaded the examples of the jave3d api but when i want to extract them using the command  "jar x examples1_6.jar" nothing happens, what am i doing wrong?

Re: [JAVA3D] screen capture

2001-06-30 Thread Aant
pls send capture pic. I couldn't open it AANT - Original Message - From: Jorge Guerra To: [EMAIL PROTECTED] Sent: Friday, June 29, 2001 7:26 PM Subject: [JAVA3D] screen capture I looked at the instructions for making screen captures in j3d.org and go

Re: [JAVA3D] screen capture

2001-06-28 Thread Aant
MAT_RGB, // new BufferedImage(512,512, new BufferedImage(super.getWidth(),super.getHeight(), BufferedImage.TYPE_INT_RGB)), null); ctx.readRaster(ras); // Now strip out the image info BufferedImage img = ras.getImage().getImage(); - Original Message - From: "aan

Re: [JAVA3D] screen capture

2001-06-28 Thread aant
I use the code mentioned. But still having problems. I guess it has to du with the offset? - Original Message - From: Justin Couch <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 28, 2001 1:32 PM Subject: Re: [JAVA3D] screen capture > Oliver Radfelder wrote: > > > http:/

Re: [JAVA3D] screen capture

2001-06-28 Thread aant
Hi I have tried the code you mentioned but i can't snap the frame with my 3D world on it is always snaps the right upper corner. In the code below the topLeftX and topLeftY are the coordinates of the topleft corner of the window frame containing the app. And the wide and heigth are the wide and he

Re: [JAVA3D] use of GeometryInfo class

2000-12-21 Thread Aant
It must be: GeometryInfo ginfo = new GeometryInfo(GeometryInfo.TRIANGLE_ARRAY); - Original Message - From: Liming CHEN <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 21, 2000 7:23 PM Subject: Re: [JAVA3D] use of GeometryInfo class > I try to construct a Geometr

Re: [JAVA3D] J3d in a JInternalFrame

2000-12-21 Thread Aant
You can also use the CardLayout manager I use this one for my application. - Original Message - From: Joerg >Herkules< Plewe <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 21, 2000 10:46 AM Subject: [JAVA3D] J3d in a JInternalFrame > Hi all! > > I try to embedd a Ca

[JAVA3D] Holes in a polygon (again)

2000-12-11 Thread Aant
pje = new Shape3D(gi.getGeometryArray(), appearance);  totalShape .addChild( vormpje );   Can anybody help me AANT

[JAVA3D] remove a child

2000-11-26 Thread Aant
Hi all, I want to remove a nod from a group with removeChild(int idx) but i don't know what Capability i must set. I anyone help me. AANT

[JAVA3D] HTML text on a Box??

2000-11-07 Thread Aant
Is it possible to show a HTML page on one side of a "Box" object, just as you can give a box a texture Aant [EMAIL PROTECTED]

Re: [JAVA3D] simple question

2000-10-29 Thread Aant
so we can't build applets/applications which are a mixture of Java2 components and Java3D components - Original Message - From: John Wright <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 28, 2000 5:09 PM Subject: Re: [JAVA3D] simple question &g

[JAVA3D] simple question

2000-10-28 Thread Aant
I wonder is there a chance that sun makes Java3D also lightweighted?? Now you can't mix Java2 code with Java3D, because the later is still heavy weight and the former ligthweight. Does any one knows what lies ahead??

Re: [JAVA3D] installation problem

2000-08-28 Thread Aant
f the functions well. - Original Message - From: Carl Smotricz <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 27, 2000 12:59 PM Subject: Re: [JAVA3D] installation problem > Hello Aant, > > At 11:25 27.08.00 , you wrote: > >It wasn't my intentio

Re: [JAVA3D] installation problem

2000-08-27 Thread Aant
g java 1.3 so i hope i can use java 3d . - Original Message - From: Carl Smotricz <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 26, 2000 11:52 PM Subject: Re: [JAVA3D] installation problem > Hi again, Aant! > > At 22:42 26.08.00 , you wrote: > &g

Re: [JAVA3D] installation problem

2000-08-26 Thread Aant
The files are in the correct directories as you pointed out. So i guess it is anothe problem. The java console gives the error message: Java(TM) Plug-in: Version 1.3.0-C Using JRE version 1.3.0 Java HotSpot(TM) Client VM User home directory = C:\WINDOWS Proxy Configuration: no proxy JAR cach

[JAVA3D] installation problem

2000-08-26 Thread Aant
when i try to run a app i get the errormessage: "java.lang.NoClassDefFoundError: javax/media/j3d/Group" I have java2 sdk standard edition 1.3 and java3d 1.1.3 (opengl version) on my pc What must i do so i can use java3D with java2 in app's