[JAVA3D]

2001-07-24 Thread Lorena
hi! i am new in exploring this stuff... there's a given source code which i have a successful compiled, however, it displays the following error during runtime. can anybody please explain to me whats wrong and what does this mean? Warning: disabling security. java.lang.UnsatisfiedLinkError: no J

Re: [JAVA3D] boundingleaf issue

2001-07-24 Thread Bob Dengle
Hi I think there is a misunderstanding in how the bounding leaf system works. When you attach the same bounding leaf to the viewplatform, lights, and behavior, it doesnt mean that they are all active inside that bounding leaf. Rather, the boundingsphere is drawn around each of the three objects.

Re: [JAVA3D] Best IDE for Java 3D (was "array/memory limits")

2001-07-24 Thread Nikolaos Abatzis
Title: Best IDE for Java 3D (was "array/memory limits") Why pay when you can get a very good IDE for free. To the free IDEs mentioned already (Forte CE, JCreator) I would add Oracle’s JDeveloper. I haven’t used it a lot so any comments about it are welcome. The download though is HUGE !!!

[JAVA3D] Best IDE for Java 3D (was "array/memory limits")

2001-07-24 Thread Mauricio Vives
Title: Best IDE for Java 3D (was "array/memory limits") Hey folks, While we are on the subject of the "best" IDE, can anyone comment on how JBuilder 4.0 or 5.0 stacks up against JCreator, Visual Age, or other IDEs?  Unfortunately, JBuilder has gotten quite expensive ($400 for the 4.0 Pro to

Re: [JAVA3D] array/memory limits

2001-07-24 Thread John Barreto
Daniel, Lan: I don't recommend Forte CE, (sorry Sun). This thing flies like a pig. It is probably one of the worst software applications I have seen. JCreator is a quick 2mb download and is as good a Java IDE as you're going to find. IBM's Visual Age for Java is also very nice. John. > > F

[JAVA3D] plz explain

2001-07-24 Thread Ashish Aggarwal
Can somebody inform me about the following: I have multiple Primitives on the screen and if you click with mouse on two primitives, you can draw a line between them. After drawing some lines among the primitives, program suddenly start throwing exception. It was throwing ArrayIndexOutOfBoundsEx

Re: [JAVA3D] problem with Objfile()

2001-07-24 Thread heli
Oz Mortimer wrote: > Hi, > > I cant figure out what I am doing wrong and was wondwring if anyone can > help. I am using Wavefront .obj files but can't seem to get them to load. > > I have attached my loading program and the .obj file I am using. > Also, I have no errors reported just no image is

[JAVA3D] Help with this simple rotation

2001-07-24 Thread Rajamiyer Ravichandran
HI, How do I build the Transform3d matrix that can take an arbitrary line in space and align it with an aribitrary vector in Space. The original line is assumed to be aligned with the cartesian y-axis, and the vector is with respect to this Cartesian frame. In other words, I have to build the Rot

[JAVA3D] problem with Objfile()

2001-07-24 Thread Oz Mortimer
Hi, I cant figure out what I am doing wrong and was wondwring if anyone can help. I am using Wavefront .obj files but can't seem to get them to load. I have attached my loading program and the .obj file I am using. Also, I have no errors reported just no image is being produced??? Oz. interacti

[JAVA3D] PickTool HELP

2001-07-24 Thread Tina Manoharan Valappil
Hi all, Can someone please help me with the NullPointerException that I am getting. This is what I am trying to do: Suppose I load a VRML object(house) into the scene. Then I want to use a plane to cut this object(house) and get the intersection

[JAVA3D] boundingleaf issue

2001-07-24 Thread matthias sweertvaegher
hello I do the following : - i add a boundingleaf to the platformgeom and set a orbitbehavior: iVpBoundingLeaf = new BoundingLeaf(new BoundingSphere(new Point3d(0.0,0.0,0.0),100.0)); PlatformGeometry pg = new PlatformGeometry(); pg.addChild(iVpBoundingLeaf); view

Re: [JAVA3D] app freeze problem

2001-07-24 Thread matthias sweertvaegher
7/24/01 1:36:58 AM, Andrea Tartaro <[EMAIL PROTECTED]> wrote: >Please send me the complete source code for this problem and I'll look >into it. This code does contain the createSceneGraph() method. Thanks! > >andrea okay, here is the full source code (I included the project file as well in cas

Re: [JAVA3D] System freezes while executing JAVA3D app

2001-07-24 Thread Jens Briesofsky
> I have this problem right from the day I started > working on Java3D > (about a month).! This happens too often these days and is > quite annoying. > My system freezes at times when I execute my Java3D application. I am I had the same problem when using Java3D on a Win2000 System, I spotted the