[JAVA3D] VRML textures in Java3D

2002-07-09 Thread Thomas
Is it possible to retrieve the name of a image texture file from a VRML model after it's been imported in a java3d program ? I would greatly appreciate a piece of code to do that. Thanks for your help T. ___ Thomas Jung Architect, Research Scientist D

[JAVA3D] lineArray display problem

2001-04-13 Thread Thomas
they were constructed (from right to left, or left to right). Does anyone know why it's doing that and how it could be fixed ? -Thomas Thomas Jung Design Machine Group University of Washington [EMAIL PROTECTED] =

[JAVA3D] Normal of a surface clicked

2001-04-17 Thread Thomas
x27;t get the normal, even if I set each GeometryArray object the Capability to ALLOW_NORMAL_READ and NORMALS. Thanks for your help Thomas Thomas Jung Design Machine Group [EMAIL PROTECTED] ___ ==

[JAVA3D] Documentation again... and more

2001-04-19 Thread Thomas
I totally agree with that... By the way, anyone can tell me if there's a simple way to get the normal of a surface (belonging to a more complex object) clicked. Thanks for your help Thomas Jung Design Machine Group At 2:08 PM -0700 4/19/01, Mona Wong wrote: > I'd l

[JAVA3D] Simple flat polygon

2001-04-25 Thread Thomas
Hi, How can I draw a simple flat polygon from an array of Point3f (that, of course belong to the same surface) ? I tried with GeometryInfo, but I always get an IllegalArgumentException: StripCounts inconsistent with primitive. Thanks for helping me. Thomas Jung

[JAVA3D] Billboard object

2001-05-01 Thread Thomas
Hello, Does anyone have an example of a simple billboard object ? I can't get mine to work ! Thanks Thomas Jung === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "sign

[JAVA3D] Display bug ?

2001-06-21 Thread Thomas
Array(4, LineArray.COORDINATES | LineArray.COLOR_3 | LineArray.NORMALS); Appearance lineApp = new Appearance(); LineAttributes bold = new LineAttributes(); lineApp.setLineAttributes(bold); bold.setLineSize(3.0f); segment.setAppearance(lineApp); [...] Thomas _______

[JAVA3D] getting Rotation Angle of Matrix3d

2003-06-04 Thread Thomas Werth
Hello, i'm trying to get the rotation angle of a Matrix3D to global x,y,z Axis. This is my code : public Vector3f getMyRotAngle() { Vector3fvec = null; javax.vecmath.Quat4fangle = new javax.vecmath.Quat4f(); //float[]

[JAVA3D] Adding sound to a Java3d application

2003-07-21 Thread Dr. Thomas
I am trying to add background sound to a Java3d application. I have a *.wav file in my Java directory. My program creates a "BackgroundSound" object. It also creates a "MediaContainer" object and references to MediaContainer object to the sound. It sets the appropriate 'loop' values, 'initialgains'

Re: [JAVA3D] Adding sound to a Java3d application

2003-07-27 Thread Dr. Thomas
Thanks. I haven't tried it yet; however, I will now. JT> --- Fabricio Anastacio <[EMAIL PROTECTED]> wrote: > I was having the some trouble with background sounds > and, looking over older projects, I found out what > was > wrong. You need an AudioDevice in order to play > sounds. To create one whe

Re: [JAVA3D] Creating a background of twinkling stars against a black sky.

2003-08-10 Thread Dr. Thomas
on see the TextureByReference > demo. > Alessandro > > Dr. Thomas escreveu: > > >Hello, > > > >Does anyone know of a fairly straight-forward way > to > >create a background of bright, tw

[JAVA3D] Creating a background of twinkling stars against a black sky.

2003-08-14 Thread Dr. Thomas
Hello, Does anyone know of a fairly straight-forward way to create a background of bright, twinkling stars against a black sky? Thank you in advance. JT. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the

[JAVA3D] simple Action/Event problem

2002-01-13 Thread Dave Thomas
Ok, so all I want to do is generate a new ActionEvent... the code I got for performing that event goes something like this (from a popular example): public void actionPerformed(ActionEvent e ) { if (e.getSource()==go){ if (!timer.isRunning()) { timer.start(); } } /*

[JAVA3D] AW: [JAVA3D] VRML loader texture problem

2002-02-07 Thread Thomas Bendig
Hi, a workaround for correctly displaying the transparent textures (gif with 1bit alpha ?) is to set the transparency to 0.01. Regards. Thomas Bendig [EMAIL PROTECTED] Fraunhofer-Institut für Rechnerarchitektur und Softwaretechnik, FIRST Visualisierungssysteme, Technologie und Anwendung

[JAVA3D] Creating a car race game: Design Questions

2002-02-16 Thread Thomas Gick
some please let me know that. I would be very pleased if some of my questions would be answered. Best regards, \\ll// @ @ --ooo--(_)ooo-- Thomas

[JAVA3D] AW: [JAVA3D] Graphics card

2002-02-18 Thread Thomas Bendig
Hi Dave, i’m running a Radeon 8500. It’s performance is very good, but the system (AMD) crashes once a day. It ran stable with a GF2 before.   Regards. Thomas.   Thomas Bendig [EMAIL PROTECTED] Fraunhofer-Institut für Rechnerarchitektur und Softwaretechnik, FIRST

[JAVA3D] depth range and z-buffer precision

2002-03-01 Thread Thomas Bendig
rtefacts remain unchanged. Is there another way of setting the depth range? Regards. Thomas Thomas Bendig [EMAIL PROTECTED] Fraunhofer-Institut für Rechnerarchitektur und Softwaretechnik, FIRST Visualisierungssysteme, Technologie und A

[JAVA3D] shape3d object disappears after 60meters

2002-03-01 Thread Thomas Gick
); ambLight.setInfluencingBounds(bounds); an the ActivationRadius i think, too myViewPlatform.setActivationRadius(1.0f); What can furthermore cause this effect. Thomas Keine verlorenen Lotto-Quittungen, keine

[JAVA3D] Import Material Information out of a .mtl file

2002-03-02 Thread Thomas Gick
turn s.getSceneGroup(); } Thank you beforehand, \\ll// @ @ --ooo--(_)ooo-- Thomas === To unsubscribe,

[JAVA3D] does nobody knows an answer?

2002-03-05 Thread Thomas Gick
Hi, does nobody knows an answer? Thomas Re: [JAVA3D] Import Material Information out of a .mtl file Thomas Gick <[EMAIL PROTECTED]> wrote on 02.03.2002 20:12:18: > >Hi, > >I want to load a object with its material information into my java 3d program. >I use a w

Re: [JAVA3D] does nobody knows an answer?

2002-03-06 Thread Thomas Gick
Hi, no no, i can load the file auto.obj, but not the included material file auto.mtl. Thomas Discussion list for Java 3D API <[EMAIL PROTECTED]> schrieb am 06.03.02: > I think that u have to replace line > filename = "auto.obj"; with this line > filename = "

[JAVA3D] On 64 MB Video card it runs, On 32 MB Card not -> Java3D 1.3 beta stable?

2002-03-11 Thread Thomas Gick
om Germany, \\ll// @ @ --ooo--(_)ooo-- Thomas === To unsubscribe, send email to [EMAIL PROTECTED] and include in t

[JAVA3D] Design question to Collision Detection

2002-03-14 Thread Thomas Gick
, WakeupOnCollisionEntry.USE_GEOMETRY); nothing happens. my objects are not shown. Can somebody help me? Thomas === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST&q

[JAVA3D] AW: [JAVA3D] Terrain picking

2002-03-20 Thread Thomas Bendig
do it, 'cause you can do it with more simple operations with your knowledge of the scene. If there's not enough memory you have to detach the invisible parts and delete all references to them, to get them garbage collected. You have to use a BranchGroup and set the appropriate capabiliti

[JAVA3D] AW: [JAVA3D] Drastic framerate drop between 1600x1200 and 1280x1024

2002-03-20 Thread Thomas Bendig
Sounds like your graphic driver turns off hardware acceleration. Then everything is done in software by your CPU. > -Ursprüngliche Nachricht- > Von: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]] > Im Auftrag von Ian Nieves > Gesendet: Mittwoch, 20. März 2002 23:27 > An: [EMA

[JAVA3D] AW: [JAVA3D] Z buffer hints

2002-03-22 Thread Thomas Bendig
most of the z-buffer is used for the close range. Regards. Thomas Bendig [EMAIL PROTECTED] Fraunhofer-Institut für Rechnerarchitektur und Softwaretechnik, FIRST Visualisierungssysteme, Technologie und Anwendung, ViSTA   -Ursprüngliche Nachricht- Von: Discussion list for Java 3D API

[JAVA3D] OrderedGroups and Z-Buffer

2002-07-30 Thread Thomas Foote
Or is there a way to clear and reinitialize the Z-Buffer between rendering different children in the OrderedGroup? Or is there another approach I can use? Thomas Foote www.BricksInMotion.com - LEGO Stop-Motion Animation www.DroidQuest.com - Robot Odyssey _

[JAVA3D] java3d vs. vtk

2000-06-21 Thread Thomas McKay
Does anyone have any comparison information between vtk and java3d? Peformance, etc. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, sen

[JAVA3D] cult3d vs java3d

2000-06-30 Thread Thomas Björge
o that the surfer does not have to do anything to get it to display the first time he or she surfs by the site displaying java3d content. What are the disadvantages with java3d as compared with cult3d? Best regards Thomas

[JAVA3D] Java bug # 4295524

2000-07-11 Thread Thomas McKay
I need your help If you have a login on the Java Developer Connection at Sun and have "voted" for any bugs, would you please vote for the bug below? http://developer.java.sun.com/developer/bugParade/bugs/4295524.html It's extremely painful to watch my application sputter and flail on Sun's

[JAVA3D] more on java bug # 4295524

2000-07-12 Thread Thomas McKay
We're at 55 votes!! Eight more and it'll be in the "top 25" (see below). Thanks for your help! -Original Message- From: Thomas McKay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 12, 2000 9:19 AM Subject: FW: java bug A couple more notes on this bug: First,

[JAVA3D] Off topic -- Stretching the Rubber Sheet: A Metaphor for Viewing Large Layouts on Small Screens

2000-08-05 Thread Thomas McKay
D, it should be relatively straight forward for me (a non-geometry person) to finally accomplish this. I've always imagined that if I simply put another transform between the "world" coordinates and the "screen coordinates" I could accomplish this. Anyone seen anything simila

Re: [JAVA3D] Terrible frame rates

2000-08-17 Thread Thomas McKay
You might want to check out OptimizeIt (www.optimizeit.com)... It's cleared up many-a problem for me. > -Original Message- > From: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]On Behalf Of Bobby Martin > Sent: Thursday, August 17, 2000 4:30 PM > To: [EMAIL PROTECTED] > Sub

[JAVA3D] NO J3D IN JAVA.LIBRARY.PATH

2000-08-31 Thread Wessel Thomas
e.java:470) These are also repeated for javax.mdia.j3D   How can this error be rectified?   Thank you   Wessel Thomas  

[JAVA3D] Semitransparency

2000-09-08 Thread Thomas Björge
Hello! Just a brief question: does java3D support semitransparency? If I want to show to photos above one another, and see through the frontmost layer, is that possible? Best regards Thomas === To unsubscribe, send email

[JAVA3D] AW: [JAVA3D] InputDevice/AudioDevice implementations info wanted

2000-09-11 Thread Thomas Bendig
Hi Justin, Logicad provides java3d classes for their spacemouse (magelan) at http://www.logicad3d.com/software/drivers/ . You need to install the comm package to use these classes. Regards. Thomas. ) echtzeit AG REALITY BUSINESS berlin | cologne | san francisco Thomas

[JAVA3D] Hardware acc on laptop

2000-10-06 Thread Thomas Björge
Hello! I am going to buy a laptop in order to run my java3D application. The application is pretty demanding on a normal PC and is absolutely dependant on hardware accelleration. My understanding is that a Dell Inspiron with the ATI 128 Rage Mobility with 16M vram on it is a good choice. Now I

[JAVA3D] Hardware acc on laptop, have you succeded?

2000-10-06 Thread Thomas Björge
not the only one who will find this information helpful. Thanx in advance Thomas P.S. One specific configuration I am wondering about is if Java3D will work on IBM THinkpad A20p with Rage Mobility 128, Win98 === To

Re: [JAVA3D] Hardware acc on laptop, have you succeded?

2000-10-07 Thread Thomas Dudziak
Hi, I have a noname Laptop with PIII 500, 8MB ATI Rage LT Pro AGP 2X, 128MB RAM, and Win2K. Ciao, Tom === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". Fo

[JAVA3D] Hardware acc on laptop

2000-10-09 Thread Thomas Björge
Hello! Does this mean that there are now good drivers for the ATI mobility rage 16M card on the OS W2K? Best regards Thomas -- Date:Sat, 7 Oct 2000 10:20:03 -0700 From:Jon Barrilleaux <[EMAIL PROTECTED]> Subject: Re: Hardware acc on laptop I for

[JAVA3D] Loaders and their opposite

2000-10-12 Thread Thomas Björge
accomplishing that? Hints and tips are welcome Best regards Thomas === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email

[JAVA3D] Hardware acc on laptops

2000-10-25 Thread Thomas Björge
downscale the content of my java3D app. Best regards Thomas === 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 PROT

[JAVA3D] binary file format?

2000-11-30 Thread Thomas Bendig
Hi, I read somewhere, that there will be a first implementation of a binary Java3D file fomat in the actual beta, but until now i did not find something. Is something like that included? perhaps in a util class? If not, when will we see such things?   Thanks. Thomas.   [EMAIL PROTECTED

Re: [JAVA3D] Hardware acc on laptop

2000-10-06 Thread Thomas Dudziak
, I would suggest not to buy a laptop with an ATI card which shall run Win2K (which is otherwise great for laptops, much better than Win98). Ciao, Tom -Ursprüngliche Nachricht- Von: "Thomas Björge" <[EMAIL PROTECTED]> An: <[EMAIL PROTECTED]> Gesendet: Saturday, Oc

[JAVA3D] AW: [JAVA3D] Distributing Java 3D

2001-01-22 Thread Thomas Bendig
Hi Ralph, copy the complete project including JRE with installed J3D 1.2 to CD. It's a little slow, but it will work. We already did this. Regards. Thomas. > -Ursprüngliche Nachricht- > Von: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]Im Auftrag v

[JAVA3D] JAVA 3D API TUTORIAL v1.6 EXAMPLE

2001-02-02 Thread Wessel Thomas
I am interseted in getting a copy of the MultiGeomApp.java file listed in the tutorial above. I downloaded the example file from the site but this one is not included. Is there anyone with a copy that you could send me?   Thank you.   Wessel

[JAVA3D] AW: [JAVA3D] SpaceBall 6dof input device

2001-02-02 Thread Thomas Bendig
Hi Don, the Spaceball is very similar to the Spacemouse. You can find Java3D classes for the Spacemouse at http://www.spacemouse.de/software/drivers/WIN-Java3D.html I'm not sure if it works, but may be it does the job. You need to install the COMM package to use these classes. Regards. T

[JAVA3D] TriangleStripArray

2001-02-23 Thread Wessel Thomas
I am new to Java3D.   I am using the TriangleStripArray to build a table but when I run the program I am not getting a display of the object.   I started out simple by first building the table top. The code compiles fine but displays nothing. Please see attached code.   Can you tell me wha

Re: [JAVA3D] JSplitPane and Canvas3D ##URGENT##

1999-09-22 Thread Thomas Auinger
finsihed selection. MfG :) Thomas Pradyot Sahu schrieb: > > I am facing a problem with JSplitPane and Canvas3D. Can You help me ? The > problem follows as : > > I am having a JSplitPane with leftComponent containing a JTree and > rightComponent containing JDesktopPane. In the Jdes

[JAVA3D] PlugIn Control Panel doesn't start (also: running Java3d in browser)

1999-09-27 Thread Thomas Auinger
normal and that's it. Opening the Task Managers shows me a running 'javaw' process, consuming up to 5 MB. - Repeating the above spawns more 'javaw' processes, but becomes boring after a while... ;) Thanks, Thomas -- ---

[JAVA3D] Spaceball

1999-10-08 Thread Thomas Bendig
Hi, what do I have to do to be able to use a SpaceBall as java3D input device on a NT-PC? Thanks. Thomas. Thomas Bendig [EMAIL PROTECTED] http://www.echtzeit.de === To unsubscribe, send email to [EMAIL PROTECTED] and

[JAVA3D] ACIS sat file format into Java3d

1999-10-20 Thread Thomas McKay
Anyone know of a path for importing ACIS sat file format into a Java3D application? A free path would be preferable :-) Tom === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff

Re: [JAVA3D] Java 3D w/ Mesa on Linux

1999-10-29 Thread Thomas Ruge
new GL-Lib ( as i mentioned above, the nvidia GL-lib is available in source code ) including that GL-call which comes from Mesa. Never tried it out, but if you do, please let us know. i hope this helps a bit, Thomas -- Sent through Global Message Exchange - http://w

Re: [JAVA3D] java3D for linux, and mac?

1999-11-15 Thread Thomas Ruge
ECTED] 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". You can find a j3d and java2.0 implementation for linux at www.blackdown.org at the dow

[JAVA3D] Game consoles and settop boxes?

1999-11-22 Thread Thomas Bendig
Hi, does anyone know something about Java3D support of actual (Dreamcast, ...) and future (Playstation II, ..) game consoles and TV settop boxes? Thanks. Thomas Bendig [EMAIL PROTECTED] http://www.echtzeit.de === To

Re: [JAVA3D] Linux and performance

1999-11-29 Thread Thomas Ruge
u make software rendering ? --  ----- Thomas Ruge, Siemens Virtual Reality Center private email: [EMAIL PROTECTED]  

Re: [JAVA3D] Java3D on GeForce 256

1999-11-29 Thread Thomas Ruge
[EMAIL PROTECTED] wrote: Hello, does anybody have experience with Java3D running on a GeForce 256 graphics card under Windows NT?. Thanks in advance for any response! Best regards, Thomas Langhagel === To unsubscribe, send

Re: [JAVA3D] Java3D on GeForce 256

1999-11-29 Thread Thomas Bendig
We are using with a GeForce (Erazor X) and it's working fine. (JDK 1.3b, J3D 1.2a) Thomas Bendig [EMAIL PROTECTED] http://www.echtzeit.de > -Original Message- > From: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] &g

Re: [JAVA3D] How to free resources???

1999-12-06 Thread Thomas McKay
I believe there's a logged bug on this exact problem. Check the JDC (http://developer.java.sun.com). If it's the same one, it's not related to J3D. Tom > -Original Message- > From: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]On Behalf Of Heiko Gottschling > Sent: Monday,

Re: [JAVA3D] Java3d browser plugin

1999-12-16 Thread Thomas Bendig
Hi Phil, Java2 Runtime Version 1.3 (Java-Plug-in) provides a mechanism to automatically install additional packages like Java3D on the fly. Once installed they will stay available. The user only needs a Browser which supports Java2 and this mechanism or the Java2 Plug-in Version 1.3. Thomas

[JAVA3D] multiple window

2000-01-03 Thread Thomas Ruge
ct an own Navigation Behavior, which i would like to prevent. If someone has experience with multiple screen environments or if somebody can give me a hint about this topics please let me know.     Thanx,     Thomas --  -----

Re: [JAVA3D] multiple window

2000-01-03 Thread Thomas Ruge
Marco Lohse wrote: hi Thomas, maybe you are looking for Screen3D.setHeadTracker...() and setTrackerBase...() ? Marco.   Thanx Marco, i tried it yesterday. The problem is, if i make Screen3D.setHeadTracker() for a Canvas3D, then this transform is used for all Canvas3D attached to the same View

[JAVA3D] Java3D programmers wanted

2000-01-04 Thread Thomas Bendig
Hi, we are looking for experienced programmers with knowledge of OpenGL and Java/Java3D in the city of berlin. You can get additional information on request. Regards. Thomas. Thomas Bendig [EMAIL PROTECTED] http://www.echtzeit.de

[JAVA3D] movie texture ?

2000-01-10 Thread Thomas Bendig
Hi, can somebody tell me if realtime video textures are supported in Java3D? I can not find something about that in the API documentation. Even a hack to do this would help. Thanks. Thomas. Thomas Bendig [EMAIL PROTECTED] http://www.echtzeit.de

[JAVA3D] flat VRML-Textures

2000-01-10 Thread Thomas Bendig
Hi, when I import models via the VRML-Loader textured objects are drawn correct with textures, but are not shaded. They appear flat. Untextured objects are shaded correctly. What's wrong? Do I have to set a special option or flag? Or is this a bug? Thanks. Thomas. Thomas Bendig [EMAIL PROT

Re: [JAVA3D] Re : [JAVA3D] flat VRML-Textures

2000-01-12 Thread Thomas Bendig
typical problem of Java3D? Thanks again. Thomas. > -Original Message- > From: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Wewerka > Sent: Dienstag, 11. Januar 2000 09:27 > To: [EMAIL PROTECTED] > Subject: [JAVA3D] Re : [JAVA3D] flat VRML-Text

[JAVA3D] AW: [JAVA3D] dual processor performance

2000-02-05 Thread Thomas Bendig
Hi, using Java2 runtime 1.3beta and Java3D 1.2beta a Java3D application uses both CPUs on my machine (NT4 SP5). If I restrict the application to only one cpu in the taskmanager i can see a decrease of the perfomance (framerate). Thomas. Thomas Bendig [EMAIL PROTECTED] http://www.echtzeit.de

[JAVA3D] offtopic: capturing an mpeg on nt

2000-02-25 Thread Thomas McKay
Anyone know of software that can capture one window on NT to an mpeg file? --- Thomas McKay Project Leader Microcosm Technologies, Inc. mailto:[EMAIL PROTECTED] === To unsubscribe, send email to [EMAIL PROTECTED] and

[JAVA3D] Crash on reentering a page

2000-02-15 Thread Thomas Bendig
eanup method by 'onexit'? Thanks. Thomas Bendig [EMAIL PROTECTED] http://www.echtzeit.de === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST"

[JAVA3D] Memory and large vrmlworlds

2000-04-13 Thread Thomas Björge
simply demands more memory than the compiled VRML format (in an vrmlviewer). Are there any ways around this problem? Or even a way to reduce it? Best regards Thomas === To unsubscribe, send email to [EMAIL PROTECTED] and

[JAVA3D] viewpoint position

2000-05-04 Thread Thomas Björge
Hello! I need to get the position of my viewpoint from time to time. How do I do this? I spent some time browsing the API, but was unable to figure it out. Thank you Thomas === To unsubscribe, send email to [EMAIL

[JAVA3D] VRML-objects disappearing...

2000-05-04 Thread Thomas Björge
to do with light? Has it got something to do with visibilityrange being specified to a default? Thank you THomas === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff J

[JAVA3D] Making objects solid...

2000-05-04 Thread Thomas Björge
. And partly because it seems to me a cleaner programming design. But in sum, even if I am able to outline these two solutions I feel rather clueless regarding how to implement them. And implement one of them I must. Tips will be welcome. Best regards Thomas

[JAVA3D] the right way to close a Canvas3D

2000-05-15 Thread Thomas Bendig
Hi, we're working on a CBT application which switches between text, images, quicktime videos and 3d content. Therefore we have to create, show, remove, drop and sometimes reuse these widgets several times depending on the users actions. On NT4 everything runs fine. On Win2k often (not always) the

[JAVA3D] AW: [JAVA3D] the right way to close a Canvas3D

2000-05-17 Thread Thomas Bendig
Yes, we're using Nvidia based graphics cards (Elsa Erazor X2 with GeForce DDR). Has anyone tried different driver versions ? Thanks. Thomas. > -Ursprüngliche Nachricht- > Von: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]Im Auftrag von Christophe DUP

[JAVA3D] AW: [JAVA3D] the right way to close a Canvas3D

2000-05-17 Thread Thomas Bendig
Hi, thanks for the suggestion Christophe, I tried the (inoffical?) new driver 5.16 for Nvidia cards from www.reactorcritical.com and it works. No more blue screens on Win2000. Regards. Thomas. > -Ursprüngliche Nachricht- > Von: Discussion list for Java 3D API > [mailto:[EMAIL

[JAVA3D] I'm loosing textures

2000-05-19 Thread Thomas Bendig
Hi, if I remove my Canvas3D from my application and insert it at later time, the scene is rendered without textures. Any suggestions? Thanks. Thomas. [EMAIL PROTECTED] http://www.echtzeit.de/people/bendig.html === To

Re: [JAVA3D] J3D 1.1.3 DX download

2000-05-23 Thread Thomas McKay
Could it be that C:/TEMP is full? I've had that problem before when trying to install various packages with a similarly useless error message. > -Original Message- > From: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]On Behalf Of Frank Köhne > Sent: Tuesday, May 23, 2000 7

[JAVA3D] AW: [JAVA3D] How Can I Create FLT models?

2000-05-29 Thread Thomas Bendig
MultiGen. > -Ursprungliche Nachricht- > Von: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]Im Auftrag von Victor > Gesendet: Montag, 29. Mai 2000 12:28 > An: [EMAIL PROTECTED] > Betreff: [JAVA3D] How Can I Create FLT models? > > > Hello, > Can anybody tell me some program

Re: [JAVA3D] Java 3D 1.2 (DirectX version) ?

2000-06-02 Thread Thomas McKay
Anyone know where I can get DirectX 5.2 or higher for my Dell Inspiron 7000 running Win NT? > -Original Message- > From: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]On Behalf Of Dan Petersen > Sent: Friday, June 02, 2000 11:17 AM > To: [EMAIL PROTECTED] > Subject: Re: [JAV

[JAVA3D] laptop hardware acc?

2000-06-13 Thread Thomas Björge
comes to 3D cards. Can anyone give me a hint about a good 3D card for laptops, which to recommend? Best regards Thomas === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff J

[JAVA3D] Is ther hardware accelleration

2000-06-13 Thread Thomas Björge
re to swim through syrup". So, from java3D, is there a way to find this out? Best regards Thomas === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST"

[JAVA3D] bug 4295524 - jmenu causes frame to flash

2000-06-15 Thread Thomas McKay
Likely off topic... my apologies. There is a bug, http://developer.java.sun.com/developer/bugParade/bugs/4295524.html, that is just killing me. Has anyone else experienced this? They symptoms are that whenever a JMenu is raised and requests focus, the window panel flashes and then repaints. Th

Re: [JAVA3D] laptop hardware acc?

2000-06-15 Thread Thomas Björge
grams? Best regards Thomas

[JAVA3D] How to slow down keyboard nav?

2000-06-15 Thread Thomas Björge
get the viewpoint to move slower when I push the forward arrow key? Best regards Thomas P.S. the only tip regarding this that I have come across is to push the metakey and the shiftkey at the same time as the forward arrow. but this didn't seem to work at all.(I have to admit that I am not ce

[JAVA3D] heightfield, 2D-matrix --> 3D coordinate system

2001-06-22 Thread Thomas Brown
e of the matrix). This is just a suggestion it could be different! Light effects and interactive views (clicking with the mouse or with the arrow-key should change the point of view) should also be part of the implementation. Thanks for any hints and tips! -- Best regards, Thoma

[JAVA3D] JDK 1.4b2 tested?

2001-09-03 Thread Thomas Bendig
Has somebody tested the new JDK 1.4beta 2 with Java3D? Are there still the memory leak bug and the problem with the mouse button 2 and 3? Are there any advantages against 1.3.1 except the new buffers? Regards. Thomas Thomas Bendig [EMAIL PROTECTED] Fraunhofer-Institut fur Rechnerarchitektur

[JAVA3D] AW: [JAVA3D] Camera translation and object

2001-10-24 Thread Thomas Bendig
Hi, it looks like a clipping problem. Try to increase the distance of the cube or reduce the front clipping plane. Regards. Thomas Thomas Bendig [EMAIL PROTECTED] Fraunhofer-Institut für Rechnerarchitektur und Softwaretechnik, FIRST Visualisierungssysteme, Technologie und Anwendung, ViSTA

[JAVA3D] AW: [JAVA3D] Camera translation and object

2001-10-24 Thread Thomas Bendig
Hi, Oops. it looks like the TG with the cube added is not added to the scenegraph. You have to call su.getViewingPlatform().getViewPlatformTransform() when you declare TGson1 instead of the constructor. Reagrads. Thomas Thomas Bendig [EMAIL PROTECTED] Fraunhofer-Institut für Rechnerarchitektur

[JAVA3D] AW: [JAVA3D] example for see

2001-10-26 Thread Thomas Bendig
> Can Any one open the following web? I can't! Why? > > Guang Bin Liu > I have no problems. Win2k, NS6.1, JRE 1.3.1, J3D 1.2.1 03. What says your console? Regards. Thomas Thomas Bendig [EMAIL PROTECTED] Fraunhofer-Institut für Rechnerarchitektur und Softw

[JAVA3D] Using MORPH to transform one 2D or 3D text string into another

2003-09-28 Thread Dr. Thomas
Hello All, I have been working with the MORPH object recently. I have considered trying to use it to 'morph' one text string (either 2D or 3D) into another. It seems feasible, in that morph works on subclasses of geometry, and I understand that a 2D text string is a polygon with a texture on top.

Re: [JAVA3D] drawing shapes who follow view point

2001-12-07 Thread Thomas Gilbert Giusepe
I have sent a simple sample code on this issue to your email. Have fun§:0). Thomas >From: Zak Nixon <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [JAVA3D] drawing shapes who follow view point &

Re: [JAVA3D] adding my view on a robot

2001-12-12 Thread Thomas Gilbert Giusepe
Hi Wigbers, I have sent to you a sample code where you will find a set of 3d objects jumped with the camera viewplataform. The idea for you problem is the same. Where you have the 3d object, all you need is just to put you robot view in it. I hope this help u. §:0). >From: Josh Richmond <[EMA

[JAVA3D] Font not found using Blackdown j3d

2000-11-14 Thread Thomas M Clarke
Hi, When running any of the demos or my own j3d apps I get the following message printed out several times: Font specified in font.properties not found [--zapfdingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Right after the program starts to run. It would be nice to get rid of this m

[JAVA3D] Big Emails and Sending 760k of stuff to the group!

2000-12-07 Thread Thomas M Clarke
Hello, Just a note some people (like me) have rather poor internet connections and are not sitting behind hi-speed corporate networks and it does take a while for us to download emails that are rather big. Can you not just put it on a web site/server and put the url in the email? Good idea: Why

[JAVA3D] Fw: International Conference for Java Development - Registration Open.

2001-02-01 Thread Thomas M Clarke
I never remember saying I wanted to be sent crap when I signed up for the Java3D list - Original Message - From: Camelot Events Reminder <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 31, 2001 6:43 PM Subject: International Conference for Java Development - Registrat

[JAVA3D] Problem with VRML normals ! (A little OT)

2001-03-11 Thread Thomas M Clarke
Hello, Although this is a little off topic, although VRML seems to come up so much in this group. I am having problems with viewing a Shape made up of an IndexedFaceSet. The problem is when I create a list of coords and coordIndexs I only get one side of the face, I realise this is to do with Nor

[JAVA3D] Normals?

2000-02-13 Thread Thomas M Clarke
Material(aColor, eColor, dColor, sColor, shinyness); app.setMaterial(mat); shp = new Shape3D(Tarray, app); Thank you Thomas M Clarke === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the

[JAVA3D] Newbie question

2000-02-26 Thread Thomas E Björge
Hello!   I am about to learn java3D in order to implement it. Now, my question is can I integrate java3D in a swing interface? Or do I have to use the AWT?   What I have to create is an application with a window into a 3d-world, a place where photos and stuff are shown dynamically as a resul

[JAVA3D] Blank emails being sent via this group

2001-06-02 Thread Thomas M Clarke
Hello, I don't know if anyone else has noticed but I have received about 10 or so blank emails from: [EMAIL PROTECTED] Heres the header if you want it: >From [EMAIL PROTECTED] Sat Jun 02 19:02:20 2001 Received: from [204.160.241.38] (helo=mail2.java.sun.com) by mx2.runbox.com with esmtp (Exim

  1   2   3   >