Re: [JAVA3D] Just little statistics.

2002-01-30 Thread Nikolai V. Chr.
I use: Forte CE 3.0 But soon I will use Netbeans 3.3.1 Regards Nikolai === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread Nikolai V. Chr.
John Nelson wrote: > So of these, which IDE is free, fast and let's you visually build GUIs? > > I have a feeling the answer to that question is "none of the above". Nope, the answer is NetBeans. :) === To unsubscribe, sen

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread Carsten Albert
Forte CE 3.0 >> Ursprüngliche Nachricht << Am 30.01.2002, 01:21:48, schrieb Andy Leung <[EMAIL PROTECTED]> zum Thema [JAVA3D] Just little statistics.: > Hi, I would like to know what editor you guys use to program in Java, > just curiousity: > 1. Normal text e

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread Paul Hutson
Forte CE -Original Message- From: Carsten Albert [mailto:[EMAIL PROTECTED]] Sent: 30 January 2002 08:29 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Just little statistics. Forte CE 3.0 >> Ursprüngliche Nachricht << Am 30.01.2002, 01:21:48, schrieb Andy

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread John Nelson
I would be using NetBeans except the last time I tried to download it, the web site gave me nothing but 505 errors. For some reason, the NetBeans web site was incompatible with all of my Linux-based browsers. I was assured that this would be fixed soon but the months dragged by and it never was.

Re: [JAVA3D] Just little statistics

2002-01-30 Thread Norbert Dec
Forte CE 3.0 Norbert >Andy Leung schrieb: > > Hi, I would like to know what editor you guys use to program in Java, > just curiousity: > 1. Normal text editor > 2. WordPad(in Windows) > 3. vi or Emac(in Linux) > 4. Java Creator LE > 5. Jext > 6. JBuilder > 7. VisualAge > 8. Vi

Re: [JAVA3D] Just little statistics

2002-01-30 Thread Olivier Tassy
FORTE CE 3.0 === 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 message "hel

[JAVA3D] Good God, please stop

2002-01-30 Thread Charles Callaway
Folks, please stop posting one line replies with 50 lines of quoted text to something you should be emailing the author about in person. Pretty soon half the list is going to unsubscribe in disgust. Charles P.S.: While I'm posting, how's the progress on the Java3D source code in zip for

[JAVA3D] AW: [JAVA3D] Just little statistics.

2002-01-30 Thread Volker Coors
VisualCafe 4.5 Volker -Ursprungliche Nachricht- Von: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]Im Auftrag von Andy Leung Gesendet: Mittwoch, 30. Januar 2002 01:22 An: [EMAIL PROTECTED] Betreff: [JAVA3D] Just little statistics. Hi, I would like to know what editor you gu

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread Jason Taylor
Yet again the question is asked... yet again no one else seems to use *MY* preferred editor :) CodeGuide from Omnicore Software ( www.omnicore.com ) Current version 3.0.1 supports stuff like; colour coding auto indent auto complition real time syntax checking context sensitive javadoc popup

[JAVA3D] Can me create full screen Java3d based applications?

2002-01-30 Thread Maznitsa Igor
Can me create full screen applications based on the Java3d technology? ==To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMA

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread John Nelson
Just installed NetBeans and am pulling down the first set of updates from the update center. Doesn't look half bad to tell you the truth. Hope the GUI editing is improved over Forte. Yawnnn but its late and I won't have time to put it through its paces until post-sunrise. -- John

Re: [JAVA3D] Just little statistics. (and gripe about JBuilder)

2002-01-30 Thread Alex Bowden
Forte 3.0 I was using JBuilder but I returned the upgrade to 6 because I felt that the license management mechanism was an unacceptable obstacle. Particularly Borland couldn't explain how I was going to get new license keys for 6 cut at some point in the future when I had made some minor change

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread LeW on Yahoo
Oracle JDeveloper v3.2.3 rare tool ;) _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com === To unsubscribe, send email to [EMAIL PROTECTED]

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread Michael Knezevic
--- Andy Leung <[EMAIL PROTECTED]> schrieb: > Hi guys, I would like to know what editor you are > using to program: > > 1. Text editor > 2. JBuilder, VisualAge, ...bean... > 3. Java Creator LE, Jext > 4. vi(linux), vim(linux and windows)... > > I myself is using Jext, may I know yours? >

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread snicolas
JBuilder -Message d'origine- De : Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]De la part de Andy Leung Envoye : mardi 29 janvier 2002 16:37 A : [EMAIL PROTECTED] Objet : [JAVA3D] Just little statistics. Hi guys, I would like to know what editor you are using to program: 1

Re: [JAVA3D] Can me create full screen Java3d based applications?

2002-01-30 Thread Patrik Olsson
You can do that using JDK 1.4 http://java.sun.com/docs/books/tutorial/extra/fullscreen/index.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: den 30 januari 2002 11:18 To: [EMAIL PROTECTED] Subject:[JAVA3D] Can me create full screen Java

Re: [JAVA3D] TransformGroup Flatten/Removal

2002-01-30 Thread Dipl. Ing. Paul Szawlowski
I thought that is one of the features of the BranchGroup.compile method ? regards Paul "Kendall, Shawn" schrieb: > Has anyone out there written a util that takes a graph, and flattens it? > > That is, removes all the TransformGroups by recursively applying them > down the graph into the Shape3D

Re: [JAVA3D] TransformGroup Flatten/Removal

2002-01-30 Thread Artur Biesiadowski
Dipl. Ing. Paul Szawlowski wrote: > I thought that is one of the features of the BranchGroup.compile method ? AFAIK, compiling only flattens transforms with transforms. I suppose that original poster suggested applying trasformation to geometry itself. This could be possible, for non-shared, n

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread stuart
RealJ - its free and does everything I need Stuart -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Andy Leung Sent: 30 January 2002 00:22 To: [EMAIL PROTECTED] Subject: [JAVA3D] Just little statistics. Hi, I would like to know what editor

Re: [JAVA3D] rotation about axis

2002-01-30 Thread Karsten Fries
Hi there, i recently accountered a stability problem of my app on some graphics cards. The log looks like this on and ATI mobility and Java.1.2.1_03: ** An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred a

[JAVA3D] Result.

2002-01-30 Thread Andy Leung
Hi, thanks for telling what editor your use. I found that(there may be ppl not answering yet) most of the people are using JBuilder and NetBean. I tried JBuilder, it has too many features that I don't need such that it wastes many of my system resources, so now I am going to trying NetBean. Hop

[JAVA3D] Question about NetBeans

2002-01-30 Thread Andy Leung
Sorry to bother again guys, I would like to know where do I download NetBeans? Andy === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, sen

[JAVA3D] NetBeans

2002-01-30 Thread Andy Leung
Ok, I found it: www.netbeans.org. Another question, is NetBeans produced by pure Java(100%)? Andy === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For ge

[JAVA3D] Exception outside VM

2002-01-30 Thread Karsten Fries
Hi there, i recently accountered a stability problem of my app on some graphics cards. The log looks like this on and ATI mobility and Java.1.2.1_03: ** An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred a

Re: [JAVA3D] Exception outside VM

2002-01-30 Thread Justin Couch
On Wed, 30 Jan 2002, Karsten Fries wrote: > Hi there, > > i recently accountered a stability problem of my app on some graphics > cards. > The log looks like this on and ATI mobility and Java.1.2.1_03: Are you doing this with JDK1.4RC1? Similar setup is doing that for me whenever I do a canvas r

[JAVA3D] exception while picking

2002-01-30 Thread Olivier Tassy
Hi, I use the following code to perform a pick, but it returns "RestrictedAccessException: Cannot modify capability bits on a live scene or compiled object" What kind of setting do I need to avoid this?   many thanks in advance OLivier.          scene.setCapability(Node.ENABLE_P

Re: [JAVA3D] Result (where?)

2002-01-30 Thread Gary L. Graf
OK, your original email was to gather statistics, yet now it looks like you just wanted an opinion on where to start. I answered, as I am sure many did, because I was interested in the result. Would you please let us know how many responded and with what type of IDE? If not, you probably could h

Re: [JAVA3D] exception while picking

2002-01-30 Thread Yazel, David J.
You need to set all the relevent capabilities before adding the nodes to the scene graph.  This includes the ALLOW_GEOMETRY_READ and ALLOW_INTERSECT capabilities.  You can't set them on live nodes.   Dave Yazel -Original Message-From: Olivier Tassy [mailto:[EMAIL PROTECTED]]Sen

Re: [JAVA3D] exception while picking

2002-01-30 Thread Olivier Tassy
Thank you Dave, its working now. I wrote shape.setCapability(Shape3D.ALLOW_GEOMETRY_READ);shape.getGeometry().setCapability(Geometry.ALLOW_INTERSECT); for each object loaded in my BG. Olivier. - Original Message - From: Yazel, David J.

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread Raúl
Depending on where and when: Notepad Forte CE - Original Message - From: "Andy Leung" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 1:21 AM Subject: [JAVA3D] Just little statistics. > Hi, I would like to know what editor you guys use to program in Java, >

Re: [JAVA3D] Exception outside VM

2002-01-30 Thread Chien Yang
Karsten, Have you try the following : 1) get the latest driver, 2) change color depth - (32/24/16) bit, 3) switch between Java 3D 1.2.1_03 (OpenGl) or (DirectX) 4) update to Java 3D 1.3beta1. - Chien Yang Java 3D Team. There may be several reasons

Re: [JAVA3D] TransformGroup Flatten/Removal

2002-01-30 Thread Charmaine Lee
Shawn, One of the optimizations in BranchGroup.compile() is to flatten the graph. Currently in Java3D 1.3, only non-modifiable TransformGroups will be removed, and the transformation will be recursively applied down the graph as low as into the geometry if . the geometry is not readable

[JAVA3D] Empty (null) geometries in Shape3Ds from VRML loader that gradually get resolved into real geometries.

2002-01-30 Thread Alex Bowden
Hi I am routing through data from the VRML loader imediately after loading it in order to clean it up. I am using getGeometries() on the Shape3Ds and then looping through the enumerator fetching the geometries. Some of the geometries are coming back from the enumarator as null. If I repeat the

Re: [JAVA3D] Empty (null) geometries in Shape3Ds from VRML loader that gradually get resolved into real geometries.

2002-01-30 Thread Justin Couch
On Wed, 30 Jan 2002, Alex Bowden wrote: > I am routing through data from the VRML loader imediately after loading it > in order to clean it up. First question - which VRMLLoader? If it is the current Xj3D code, then this is not surpsiring. We do a lot of asynchronous loading of code - particul

[JAVA3D] j3d fly

2002-01-30 Thread Fábio Magalhães
I can't run the j3dFly Through , thi sERROR is reported, what should i do ? Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Fabio>"C:\Program Files\j3dfly\j3dfly.bat" C:\Documents and Settings\Fabio>java -Xmx128m -cp .;loaders/portfolio

[JAVA3D] help on Switch using childMask with DistanceLOD

2002-01-30 Thread Lan Wu-Cavener
Hi, all: Could anyone help me with a Switch node constructed through childMask please? I am trying to use a switch with DistanceLOD. My questions are: Can distanceLOD used with Switch constructed through childMask? If yes, how to define the each switch options by childMask? for instance, I have

Re: [JAVA3D] Exception outside VM

2002-01-30 Thread Raj Vaidya
>On Wed, 30 Jan 2002 17:25:51 +0100, Karsten Fries <[EMAIL PROTECTED]> wrote: >By the way, why is >the enable flag part of the texture and not of the texture attributes. >Imagine >a texture that is shared by two geometries in different shapes! >This might lead to some inconsistencies or restricti

Re: [JAVA3D] Exception outside VM

2002-01-30 Thread Doug Twilleager
The Texture object is just a wrapper object around the actual texture data which lives in the ImageComponent. The solution is to share ImageComponent objects and use unique Texture objects. Doug Twilleager Java 3D Team Sun Microsystems >Delivered-To: [EMAIL PROTECTED] >Delivered-To: [EMAIL PRO

Re: [JAVA3D] Exception outside VM

2002-01-30 Thread Raj Vaidya
>On Wed, 30 Jan 2002 12:52:33 -0800, Doug Twilleager <[EMAIL PROTECTED]> wrote: >The Texture object is just a wrapper object around the actual texture >data which lives in the ImageComponent. The solution is to share >ImageComponent objects and use unique Texture objects. > >Doug Twilleager >Jav

[JAVA3D] Which mode?

2002-01-30 Thread Michael Andersson
Hi! I currently trying to port my terrain renderer to Java3D but I can't figure out which mode to use. What I need is total control over the size of triangle strips that make up each terrain block. Which mode gives me this kind of controll? Thanks in advance! /Michael Andersson ===

Re: [JAVA3D] Result.

2002-01-30 Thread Kyle McDonald - Eagle CAD
Andy Leung wrote: > Hi, thanks for telling what editor your use. I found that(there may be > ppl not answering yet) most of the people are using JBuilder and > NetBean. I tried JBuilder, it has too many features that I don't need > such that it wastes many of my system resources, so now I am go

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread Kyle McDonald - Eagle CAD
John Nelson wrote: > I would be using NetBeans except the last time I tried to download it, the > web site gave me nothing but 505 errors. For some reason, the NetBeans > web site was incompatible with all of my Linux-based browsers. I was > assured that this would be fixed soon but the months

[JAVA3D] IndexedGeometryArray.setCoordinateIndex

2002-01-30 Thread Robert Bergman
Quick question: To change the index layout (via setCoordinateIndex) in a live or compiled instance of some IndexedGeometryArray subclass, does that need to be done using a GeometryUpdater? Or can I simply do it directly from a Behavior? The latter is my current approach, but I'm seeing a few tou

Re: [JAVA3D] Just little statistics.

2002-01-30 Thread John Nelson
On Wed, 30 Jan 2002, Kyle McDonald - Eagle CAD wrote: > As for NetBeans vs. Forte, Don't expect a whole lot of visual > differences. Actually besides the fact that the latest NB (3.3.0 > and 3.3.1 should be out next week) is somewhat newer than Forte > 3.0, there isn't a lot different under the h

Re: [JAVA3D] trapping mouse focus in canvas?

2002-01-30 Thread Mona Wong
Hi: I'd like to thank Ian and Cromwell for their suggestions (posted earlier to this list) for turning the cursor to something else when the canvas gets the focus. I've found an easier solution that I'd like to share ... Simply set the canvas cursor with setCursor(). Ju

[JAVA3D] v9711-beta2-win32.e

2002-01-30 Thread Fábio Magalhães
Where can i get this file v9711-beta2-win32.exe ? ___ Yahoo! GeoCities Tenha seu lugar na Web. Construa hoje mesmo sua home page no Yahoo! GeoCities. É fácil e grátis! http://br.geocities.yahoo.com/

[JAVA3D] IDE for Java3D?

2002-01-30 Thread Jim Schatzman
Personally, I think that intellij.com's Idea IDE is the best I have used. It lacks certain features (such as automatical rmic execution), but it has the most comprehensive refactoring capabilities, which are very powerful. Unfortunately, I have found that none of the IDEs I have tried implement "

Re: [JAVA3D] IDE for Java3D?

2002-01-30 Thread Kyle McDonald
Jim Schatzman wrote: > Personally, I think that intellij.com's Idea IDE is the best I have used. > It lacks certain features (such as automatical rmic execution), but it has > the most comprehensive refactoring capabilities, which are very powerful. > > Unfortunately, I have found that none of th

[JAVA3D] Texture Transparency Problems

2002-01-30 Thread Durga.Banda
Hello , We have created a single QuadArray and rendered it with sphere image as a texture so that each quadrant is textured with sphere image. When we are keeping transparency attribute to NONE there is no problem. But when we are using any other Transparency Attribute such as BLENDED OR NICEST

[JAVA3D] Digital Cert problem

2002-01-30 Thread Darren Vollmer
I have a digital certificate for netscape/internet explorer.  I would now like to use the digital cert to sign my java plugin jar files.  I was using netscape signtool and netscape to sign my jar files.  The problem was that signtool doesn't let me add additional information for the manifest