[JAVA3D] 3D Text

2000-02-27 Thread Anders Breivik
Hello, Could anyone tell me how to set the extrusionShape parameter in FontExtrusion(java.awt.Shape extrusionShape). | | | ? I'm using Font3D font3d = new Font3D(new F

[JAVA3D] 3D Text again....

2000-02-27 Thread Anders Breivik
Hello again, Ok, I managed to set the extrusionShape parameter with Font3D using new FontExtrusion(new java.awt.geom.Line2D.Double(0.0,0.0,2.0,0.0))); The text appears thicker, but there is one problem. The text cannot be viewed from several viewpoints. As the view rotates around the text, the t

[JAVA3D] Cambio provider - Provider change

2000-02-27 Thread Michele Puccini
Importante - Important * La nostra email e' cambiata in [EMAIL PROTECTED] * La nostra home-page e' cambiata in http://web.tiscalinet.it/classx Per favore aggiornate la vostra rubrica. * Our email address has been changed to [EMAIL PROTECTED] * Our home page has been changed to http://web.tiscali

Re: [JAVA3D] flickering with custom cursor

2000-02-27 Thread Daniel del Río
Thanks Vladimir, I'll try to write on offscreen in the next stable version of Java3D. I need multiple universes with high performance and the 1.2 Beta1 crashses . Vladimir Olenin wrote: > If all u do is tracking pointer coordinates and painting smth in the > current position, then u need to use

[JAVA3D] vertex-normal correspondence in IndexedGeometryArray

2000-02-27 Thread Jimmy Talbot
Hi, I managed to confuse myself. Let's say we have the following two triangles, which happen to be at a 90 degree angle (about the axis BC) (and we want to show the crease). This means the vertices B and C must have have two different normals associated with each of them; when B and C are used i

Re: [JAVA3D] Faces & Material

2000-02-27 Thread Allen McPherson
Venkata Mahadevan wrote: > Let's say I have a cube with a hole in the top > composed of 5 faces/square poygons. I want to assign a > different Material to each face of the cube. Does each > face have to be a separate Shape3d node for this to > work? Java 3D v1.2 lets you assign multiple

Re: [JAVA3D] URL links with objects

2000-02-27 Thread Sivaram Ghorakavi
Hi Peter, Here is a snippet of the code which I've done on VRML models. If u are using on any shapes that has setUserData() then getUserData() on the spahe assuming this is URL and use the applet context to load the link in new browser or in the instance of the browser. Add the instance of this