Re: [JAVA3D] Problem with IndexedGeometryArray

2001-07-12 Thread Jyothi Mohan
Hi Kelvin & Paul, Thanks for your explanation. I have now modified my input data in such a way that I can draw the wireframe using IndexedLineArray and filled polygons using POLYGON_ARRAY. I want to draw the cartons or boxes with their edges highlighted. I am trying to achieve this by dra

[JAVA3D] Calling an applet method from HTML link

2001-07-12 Thread Daniel Moscoso
Hi all !! I have a problem: I want to call an applet method from an HTML link. It's easy in the normal way when the applet is normally defined. This is done in javascript. If the applet is defined as follows: And the applet has the method methodName(), the way to call it is

[JAVA3D] OffScreenCanvas3D

2001-07-12 Thread ishwari
Hi All,   I have a scene which I wish to print. For that I created an OffScreenCanvas3D and attached it to the active view. Though I am able to print the scene, I am not able to get the mouse inputs like mouse zoom, pan etc.. Can anyone help me on this?     Thanks in advance,   Regards, ishwa

Re: [JAVA3D] Update2

2001-07-12 Thread Justin Couch
I do *not* appreciate you or anyone sending one and a half megabyte attachments to a mailing list. That is just exceedingly arrogant and impolite to the readers. Next time, think about being considerate and putting it on a website before you decide to clog up my mail connection for an hour. =

Re: [JAVA3D] OffScreenCanvas3D

2001-07-12 Thread Joachim Diepstraten
Hi Ishwari > I have a scene which I wish to print. For that I created an OffScreenCanvas3D and >attached it to the active view. Though I am able to print the scene, I am not able to >get the mouse inputs like mouse zoom, pan etc.. Can anyone help me on this? Well could it be that your MouseBeha

Re: [JAVA3D] Update2

2001-07-12 Thread Adam Engberg
I couldn't agree more. At 20:17 12/07/01 +0800, you wrote: >I do *not* appreciate you or anyone sending one and a half megabyte >attachments to a mailing list. That is just exceedingly arrogant and >impolite to the readers. Next time, think about being considerate and >putting it on a website b

Re: [JAVA3D] Update2

2001-07-12 Thread Joachim Diepstraten
Hi > I do *not* appreciate you or anyone sending one and a half >megabyte attachments to a mailing list. That is just exceedingly arrogant >and impolite to the readers. Next time, think about being considerate >and putting it on a website before you decide to clog up my mail >connection for an h

Re: [JAVA3D] Update2

2001-07-12 Thread Frank Bellegarde
What's that? Sent twice that surely filled my account on altavista... At least please explain what it is. Find the best deals on the web at AltaVista Shopping! http://www.shopping.altavista.com === To unsubscribe, send emai

Re: [JAVA3D] Update2

2001-07-12 Thread Frank Bellegarde
What's that? Why send it twice? That jammed my account on altavista...At least please explain what it is! Find the best deals on the web at AltaVista Shopping! http://www.shopping.altavista.com === To unsubscribe, send ema

Re: [JAVA3D] Update2 - what the **** are they

2001-07-12 Thread Alex Bowden
What the are they anyway and why did he send them! Just random lumps of source? Can we avoid attachments without mails bodies too? -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]] On Behalf Of Joachim Diepstraten Sent: 12 July 2001 14:14 To:

Re: [JAVA3D] Calling an applet method from HTML link

2001-07-12 Thread John Wright
Dani, This is a known bug in Netscape. It does work in IE. Unfortunately Sun's only answer is to wait and pray it is fixed in a future version of Netscape 6 (yuck! I do NOT want to support Netscape 6 - I like Netscape 4.7x). - John Wright Starfire Research Daniel Moscoso wrote: > > Hi all !!

Re: [JAVA3D] Update2

2001-07-12 Thread Christopher Collins
Calm down everyone! We all unfortunately got the attachments. We all deleted them. Will it matter tomorrow? No. I think 6 messages is enough to get the point out about etiquette. Now we can get on with our lives and have a nice day rather than getting all worked up and complaining to each ot

[JAVA3D] Externalization issues - Answer, win a car!

2001-07-12 Thread Frank Bellegarde
Hi there, I had to find a title that would catch your attention. It seems nobody ever answer to my questions. :( Here's the problem: I try to pipe a 3ds file throught Externalizable interface but if the size of the file exceed 1024 bytes then 1024 bytes is the size of the copy. I send the file a

Re: [JAVA3D] Externalization issues - Answer, win a car!

2001-07-12 Thread Yazel, David J.
Sorry, I have no idea. I have never heard of an Externalizable interface. Can I still get a car? -Original Message- From: Frank Bellegarde [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 10:37 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] Externalization issues - Answer, win a ca

Re: [JAVA3D] Calling an applet method from HTML link

2001-07-12 Thread Daniel Moscoso
Can it exist an alternate way to do it ... Maybe calling a normal applet, and this one call to the plugin applet ? I have read at sun's documentation that different applets can call methods beetween them. (Not very smart, of course) Dani -- Dani, This

Re: [JAVA3D] Externalization issues - Answer, win a car!

2001-07-12 Thread Joachim Diepstraten
Hi David > Sorry, I have no idea. I have never heard of an Externalizable interface. Well check this: http://java.sun.com/j2se/1.3/docs/api/java/io/Externalizable.html > Can I still get a car? Can I have one too? EOF, J.D. -- Realtime Raytracer in JAVA (http://www.antiflash.net/raytrace)

[JAVA3D] Drag primitive

2001-07-12 Thread BRANDY Cyril
Hi I try to drag a sphere in me scene. I get a reference of my sphere with picking but i can't find out how to move it. Does somebody have already did something like that ? Thanks Cyril BRANDY * : [EMAIL PROTECTED] ===

Re: [JAVA3D] perpendicular text

2001-07-12 Thread Bob Dengle
Try attaching a Billboard behavior to your labels B.D. >From: SUBSCRIBE JAVA3D-INTEREST aaron <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [JAVA3D] perpendicular text >Date: Wed, 11 Jul 2001 22:06:49 -0700 > >I am creating a

Re: [JAVA3D] Externalization issues - Answer, win a car!

2001-07-12 Thread Frank Bellegarde
Ok, i figured it out, no more answer is needed. If you are interested in how to serialize a bytes array - wich is actually extremely simple - have a look at the attchement. The trick is that, as far as I know, you should avoid at all cost to send bytes alongside with other types of objects. If you

[JAVA3D] Halflife .map files in Java3D

2001-07-12 Thread Thomas M Clarke
Hello, I noticed that some of the COSM team and others have used resources from the game halflife. Specifically models, what I was wondering is if anyone has worked with Halflife .map files in Java3D. Some of the environments in Halflife and especially Counter-Strike are incredibly realistic and

Re: [JAVA3D] Calling an applet method from HTML link

2001-07-12 Thread John Wright
Dani, If you can get it to work let me know! But doing such would mean two JVMs running and I don't believe there is any communication method that would work between applets running in separate VMs. Applets are NOT my specialty though so I'd love to hear from someone that is an applet expert. -

Re: [JAVA3D] Update2

2001-07-12 Thread David Wheeler
Is there any real need to send such huge attachments? Why not post a link to your big file Frank Bellegarde wrote: What's that? Why send it twice? That jammed my account on altavista... At least please explain what it is! Find the best deals on the web at AltaVista Shopping! http://www.shoppi

[JAVA3D] Picking exception

2001-07-12 Thread Christopher Collins
Does anyone know about this exception: java.lang.RuntimeException: Interp point outside quad at com.sun.j3d.utils.picking.PickIntersection.getInterpWeights(PickIntersec tion.java:1429) at com.sun.j3d.utils.picking.PickIntersection.getPointCoordinates(PickInter section.java:1071)

Re: [JAVA3D] Calling an applet method from HTML link

2001-07-12 Thread Joachim Diepstraten
Hi John > JVMs running and I don't believe there is any communication method that > would work between applets running in separate VMs. Applets are NOT my > specialty though so I'd love to hear from someone that is an applet > expert. Well it works. Done that several times in the past. If you gi

Re: [JAVA3D] Calling an applet method from HTML link

2001-07-12 Thread John Wright
Joachim, You've actually had a Java 1.1 Applet running under Netscape's VM communicate with a Java 2 plugin Applet? Wow, I find that hard to believe. - John Wright Starfire Research Joachim Diepstraten wrote: > > Hi John > > > JVMs running and I don't believe there is any communication method t

Re: [JAVA3D] Calling an applet method from HTML link

2001-07-12 Thread Joachim Diepstraten
Hi John > You've actually had a Java 1.1 Applet running under Netscape's VM > communicate with a Java 2 plugin Applet? Wow, I find that hard to > believe. Nope not a Java2 and Java 1.1 together, never tried that out. I don't think that would work that easy. (But you could use two sockets to trans

Re: [JAVA3D] Calling an applet method from HTML link

2001-07-12 Thread John Sutter
I'd have to say that haven't been impressed with the Sun/Netscape efforts on this problem. It's something that worked great for Java1.1 with Netscape4 and then doesn't work with the plugin. So, Netscape4 users can't be supported. I doubt Netscape6 will be usable within 6 months. Looks like Micr

Re: [JAVA3D] Problem with IndexedGeometryArray

2001-07-12 Thread Kelvin Chung
Hi Jyothi, I've try the test program with both OGL & D3D version under win2000 (after modify the source code to use the correct model path) but can't reproduce the bug using v1.2.1_01. The wireframe shown correctly after window resize. I also try it on Solaris and it works fine. I guess the p

[JAVA3D] Update

2001-07-12 Thread James Schatzman
Extremely sorry! I made a mistake and sent the large attachment to the wrong e-mail address. Many, many, apologies. Jim Schatzman === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message

[JAVA3D] Question on Raster Labels

2001-07-12 Thread R Vegan
Hi I am trying to create scores of Raster Labels for annotating the nodes of a wireframe object (see earlier threads on this by Corysia Taware and Daniel Selman). Is there a way to optimize the creation of various objects involved in creating the raster ? Can the objects such as BufferedImage, Gr

Re: [JAVA3D] Calling an applet method from HTML link

2001-07-12 Thread John Wright
Joachim, It's not that we want to mix 1.1 and Java 2 but we need the ability of a javascript function to call a Java 2 method. And as John Sutter mentioned Sun and Netscape really mangled this and IE looks like it is winning the battle easily. Our stats show essentially 75% IE users and 25% Net

[JAVA3D] Sluggish behavior of Picking Lines (Wireframe) using PickCanvas

2001-07-12 Thread R Vegan
Hi All I am trying to pick the lines of a wireframe object using the following capability bits and modes: * pickCanvas.setMode( PickTool.GEOMETRY ) * pickCanvas.setTolerance( 2.0f ); * pickResult = PickCanvas.pickClosest(); * PickTool.setCapabilities( ashape, PickTool.INTERSECT_T

[JAVA3D] MCNP Visualization Tools

2001-07-12 Thread Todd J.
Hi all, I would like to announce the official beginning of a community based development effort that aims to create MCNP visualization tools. All code will be freely available under the open source LGPL (GNU Lesser General Public License), and a project website has been established at SourceForge

[JAVA3D] Fw: JVM crashes when textures are loaded????

2001-07-12 Thread Michael Carter
    - Original Message - From: [EMAIL PROTECTED] Sent: Thursday, July 12, 2001 5:54 PM To: Discussion list for Java 3D API Subject: JVM crashes when textures are loaded   JVM occasionally crashes with the error message below.  The JVM crashes about one time out of ten executions.  I pl

Re: [JAVA3D] Calling an applet method from HTML link

2001-07-12 Thread Karsten Fries
Hi there, I'm facing this problem, too. So I asked around some weeks ago and was guided to http://developer.netscape.com/docs/examples/livewire/liveconnect_js_java.htm http://java.sun.com/products/plugin/1.3/docs/jsobject.html This liveconnect thing seems to manage what you want -calling method