Re: [JAVA3D] Virtual objects

2001-02-26 Thread Dipl. Ing. Paul Szawlowski
Have a look there: http://synaptic.mvc.mcc.ac.uk/Pelvis/ regards Paul Rafa³ Renk schrieb: Are you aware at anybody digitising museum objects and putting there objects into virtual museum with interactive functionality. Rafal Renk

Re: [JAVA3D] TriangleStripArray

2001-02-26 Thread Adriano Cavalcanti Silva
Hi. I have sent to your personal email a sample that works. It's a House with TrianglStripArray. Rgds, |:0). Wessel Thomas schrieb: > 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

[JAVA3D] What's the meaning of this exception??

2001-02-26 Thread Karsten Fries
Hi there, i get the follwoing exception when terminating my application. java.lang.NullPointerException at javax.media.j3d.RenderBin.removeOrderedBin(RenderBin.java:4476) at javax.media.j3d.RenderBin.removeAllRenderAtoms(RenderBin.java:4447) at javax.media.j3d.MasterControl.unregisterView(

Re: [JAVA3D] Program error

2001-02-26 Thread Shaun Shepherd
Sorry for the late response, but in regards to the fact that an infinite loop would overflow the stack, I would accept this except it is not consistent at all. At times my program will run without the error appearing, while other times it occurs almost immediately after beginning the thread. Sy

[JAVA3D] transform geometry

2001-02-26 Thread Jose L. Hernandez
is it possible to apply a Transform3D to a Geometry object ? ( getting another Geometry object ) -- --- Jose L. Hernandez Taberner mailto:[EMAIL PROTECTED] === To unsubscribe, send email to [EMAIL

[JAVA3D] Stereo problem

2001-02-26 Thread Yohan Baillot
Hello, I just got stereo working for all my application on a graphics card supporting DirectX using the Direct3D version of Java3D. However, when controlling the object using some extension of the mouse behavior it seems as I really get to control the right eye view, while the left eye view is sl

Re: [JAVA3D] What's the meaning of this exception??

2001-02-26 Thread Uma Sabada
This bug is fixed in the FCS release. -Uma > X-Accept-Language: en > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Date: Mon, 26 Feb 2001 13:27:43 +0100 > From: Karsten Fries <[EMAIL PROTECTED]> > Subject: [JAVA3D] What's the meaning of this exception?? > To: [EMAIL PROTECTED] > > Hi th

[JAVA3D] J3D and swing

2001-02-26 Thread Ben Arbel
Hey Guys I've been hearing for some time now on this forum about J3D problems with swing.. can you please summarize the problems you encountered and how you solved them (if at all ) I am trying to decide if to work with awt and swing.. of course I prefer swing as development times are much short

Re: [JAVA3D] Slow start-up time for simple Java 3D applications

2001-02-26 Thread Karen Dias
Hi John; Thanks for the helpful comments. Unfortunately, I'll have to work with this graphics card for the next few months at least. It was helpful to have a benchmark figure for the performance improvement I can expect once I upgrade the hardware I'm working on. Thanks also for the graphics car

[JAVA3D] PickMouseBehavior adds a TransformGroup??

2001-02-26 Thread Roy Duffy
I noticed in my application scenegraph I have an extra TransformGroup added to the scene root. I tracked it down and found out that it gets added when my PickMouseBehavior gets created. I assume that's why this behavior has to take in the scene root node in its constructor. I tried deleting this

[JAVA3D] JVM error/exception

2001-02-26 Thread Shaun Shepherd
Hi everyone, I took a cap of my error I have been getting lately and it gives me this "java caused an invalid page fault in module JVM.DLL at 019f:503f170a. etc...(see pics for more details). If could describe to me what this error means, or what could be causing it, I would grea

[JAVA3D] Networked 3D Games... Java/Linux/Java : No MS. No BS. No Crashes.

2001-02-26 Thread P Flavin
For simple Networked 3d games Java on the Server & Client with Linux / Apache / Servlets on the Server is optimal for : Value, Reliability, & Simplicity. Source code is available for the Server & Client, here are some demos of 3d animation that don't require a plug-in, don't require windows

Re: [JAVA3D] java 3d programming

2001-02-26 Thread Daniel Selman
Ahmed, We've concluded the final reviews and the publisher would like me to add an introductory chapter to ease a general audience into Java 3D. I'm in the midst of a fairly crazy project at work though, and due to become a father in a few weeks... I'll trying to squeeze time in wherever I can! R

Re: [JAVA3D] JVM error/exception

2001-02-26 Thread Kelvin Chung
Hi Shaun, There are some bugs in beta1 which may cause the crash. If you encounter the problem in v1.2.1 beta2, please send us a test case for investigation. Thanks. - Kelvin Java 3D Team Sun Microsystems Inc. >X-Originating-IP: [216.215.51.90] >MIME-Version: 1.0 >X-Priority: 3 >X

[JAVA3D] Help!

2001-02-26 Thread Jonathan Albert C Vallar
Hello everyone! Can somebody help me with this code snippet? import javax.media.j3d.*; import javax.vecmath.*; public class ViewPoint extends TransformGroup implements Viewable { private ViewSite[] site; public ViewPoint(String name, Vector3d location, Point3d look_to) { Vecto