[JAVA3D] odium for java3d

1999-11-24 Thread Peter Lueders
hi, i have written a litlle java3d-game (something like Odium/Gorky 17). screenshots and the jar itself: http://www.stud.uni-hamburg.de/users/peter/java/battle/index.html the applet/-ication works on both java 1.1 (without java3d) and java 1.2 (with java3d) java3d is much faster even though my own

[JAVA3D] Is it possible to prevent Canvas3D from grabbing the focus on MouseEntry?

1999-11-24 Thread Stuart Fischer
Is is possible to prevent the Canvas3D from grabbing the focus on Mouse entry? I want to show another frame (an AWT frame containing a MediaPlayer) centered on top of the Canvas3D when a Scene graph object is clicked. It is hard (impossible) for the user to access the MediaPlayer controls if the

Re: [JAVA3D] A java3d book in China. (with source files).

1999-11-24 Thread Jie Zhang
It's written in Chinese,not English, but you can ordered it from China's International Publishing Incoming and Exporting Company. ISBN 7-115-08231-6 - Kulkarni, Rajeev wrote:   Can we get his book at the local Book Stores or do we need to place a special o

[JAVA3D] Java 3D 1.2 API Beta1 specification available for public review

1999-11-24 Thread Kevin Rushforth
A new release of the Java 3D(TM) API Specification, Version 1.2 Beta1, is now available for public review. To review the new version of the API, go to the Java 3D Home Page at: http://java.sun.com/products/java-media/3D/ and follow the link to the "Java 3D API Version 1.2 Beta1: Mainten

[JAVA3D] Dynamic HTML from J3D

1999-11-24 Thread Tim Bray
At 08:46 AM 11/24/99 -0600, Adam Hill wrote: >Could you run it in IE5 and let us know if it works? (or send a sample >file we can test?) Yeah, and if I don't write it up now I won't get around to it, so here goes. Problem: based on some event in your J3D environment, which is running in an apple

Re: [JAVA3D] Possible to get at the HTML DOM?

1999-11-24 Thread Adam Hill
Could you run it in IE5 and let us know if it works? (or send a sample file we can test?) I am very curious. adam... === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D

[JAVA3D] Flash Bug Demo

1999-11-24 Thread Hock, Gregg
Here is a demonstration of the Jmenubar ~ Canvas3D flashing bug. I have created a simple Jframe with a JMenuBar and a Canvas3D. The canvas scenegraph is from the HelloUniverse Java3D demo. The flashing bug is present on a variety of SUN workstations (Ultra 1,2, 30,60) and any jdk (1.2.1_02, 04,

Re: [JAVA3D] Why can,t i view any thing pls replay.

1999-11-24 Thread Dan Petersen
Two things. First your ViewPlatform and your object are both at the origin so you won't see anything. You need to move one of these objects away from the other. Here's a quick fix added inside your constructViewBranch method: > > TransformGroup myTransformGroup = new TransformGroup();

Re: [JAVA3D] jav3d installations for solaris 2.6

1999-11-24 Thread Dan Petersen
> X-Originating-IP: [203.197.91.130] > Mime-Version: 1.0 > Date: Wed, 24 Nov 1999 20:18:49 IST > From: Vikas Singh <[EMAIL PROTECTED]> > Subject: [JAVA3D] jav3d installations for solaris 2.6 > To: [EMAIL PROTECTED] > > Dear Friends, > I am looking for java3d installations for solaris 2.6. Incase a

Re: [JAVA3D] Flash 911

1999-11-24 Thread Hock, Gregg
Good idea and it works to hide the flash on the background but we still have a flash over all the scenegraph objects (which appear to disappear because the flash color is now the same as the background color). I am putting together a sample program called BugDemo.java which will make it to this b

[JAVA3D] jav3d installations for solaris 2.6

1999-11-24 Thread Vikas Singh
Dear Friends, I am looking for java3d installations for solaris 2.6. Incase anyway one of you happen to know please let me know. Vikas __ Get Your Private, Free Email at http://www.hotmail.com ===

[JAVA3D] Why can,t i view any thing pls replay.

1999-11-24 Thread Inaam Khan
import java.awt.*; import java.awt.event.*; import javax.media.j3d.*; import com.sun.j3d.utils.geometry.ColorCube; import javax.media.j3d.Background;import javax.vecmath.Vector3f; public class Shape2 extends Frame { public static void main(String argv[]){ new Shape

Re: [JAVA3D] Bringing in textures...

1999-11-24 Thread Holloway, John
Please don't bother with this as I have discovered that J3D simply does not support textures for .obj files. I'll move on to VRML next. John > -Original Message- > From: Holloway, John [SMTP:[EMAIL PROTECTED]] > Sent: Friday, November 19, 1999 1

Re: [JAVA3D] Not specifically J3d, how to jump elsewhere?

1999-11-24 Thread Dean Keeler
Tim, The way I do it is to use the "showDocument" method defined by the appletContext interface. It can take 2 parameters: URL address and target (optional) Dean - Original Message - From: Tim Bray <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 23, 1999 4:17 PM Sub

Re: [JAVA3D] Java 3D Plugin

1999-11-24 Thread peter
go to : http://www.javasoft.com/products/plugin/ Peter. António Delgado wrote: > IN ENGLISH: > > Hi! > I'm looking for the java 3D plugin in order to > show my work in the net. > > Where can I find it? > > Thanks! > > = > EM PORTUGUĘS: > > Olá! > Estou ŕ procura do plugin para o Java 3D,

[JAVA3D] Java 3D Plugin

1999-11-24 Thread António Delgado
IN ENGLISH: Hi! I'm looking for the java 3D plugin in order to show my work in the net. Where can I find it? Thanks! = EM PORTUGUÊS: Olá! Estou à procura do plugin para o Java 3D, para poder colocar os meus ficheiros na rede. Onde é que os posso encontrar? Obrigado!

[JAVA3D] Problem with a rotation

1999-11-24 Thread oscar . saez
Hello My problem is that I want to rotate a object around a point. How can I specified the axis of rotation?. If I use the RotX, RotY... my object rotate around a axis located in the middle of this object. Thank for any help =