Re: [JAVA3D] VRML & Java3d: ncsa.j3d.loaders.vrml97.VRML, Sun/Web3d VRML Loader, New x3d Loaders

2001-08-15 Thread Adrian Meekings
Hello again Where can I get the sun loaders for VRML from? Ive looked at the Xj3D Loader on the http://www.j3d.org/utilities/loaders.html web site but that just seams to be a WML Browser of some sort. Where can I get the Loader files and associated JavaDocs from? Cheers Adrian - Original M

Re: [JAVA3D] Resetting/replacing an Alpha object

2001-08-15 Thread Karsten Fries
Hi Kevin, i'm not quite sure, but there are several eneable flags that you could check. i reuse one interpolator (in fact it's my own behavior, which disables itself after the alpha was processed) by replacing the alpha and assuring the enables are set again.. Hope this helps, Karsten Kevin Wil

[JAVA3D] Diferences between DirectX e OpenGL ?

2001-08-15 Thread Luis Fabio Magalhães
What's the diference between the JAVA 3D (DirectX Version)and JAVA3D (OpenGL Version) ? Which of them should i have install in my PC ? Thanks, for everything. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl

[JAVA3D] Loader for Lightwave 6

2001-08-15 Thread Pierre-Luc Robert
Hi, I'm new to java3d and i'm looking for a Lightwave 6+ loader, is there such a thing, since i'm a newbe it would be rather hard for me to make one myself. If anyone has one could you please send me a copy or write the url back to the list. Thanks Pierre-luc

[JAVA3D] Installing Java3D in Win2000

2001-08-15 Thread Luis Fabio Magalhães
Hi, my operational system is windows 2000, and a install: java3d-1_2_1_02-win32-directx-sdk java3d-1_2_1_02-win32-directx-rt But nothing happens. What's the problem ? Does Java 3D work in win2000 ? wich are the steps to install it in this operational system. I've already install jdk 1.3.1. Ple

[JAVA3D] a problem about example files

2001-08-15 Thread Guang Bin Liu
Hi Every One: Among example files from Jon Barrilleaux, the author of "3D User Interfaces with Java 3D", there are 3 examples that use dual displays: SimpleApp, MultiDisplaying, and FancyApp. When I run these three examples, I keep getting the following errors: wglMakeCurrent Failed: This funct

Re: [JAVA3D] spline geometric primitves

2001-08-15 Thread Justin Couch
Pam Colwell wrote: > > Is anyone aware of support for splines in j3d ? Or a 3rd party toolkit? There is none that I'm aware of at the moment. One of my highest priorities of personal development with the j3d.org toolkit is to provide beziers and b-splines to start with and then more to NURBS and

Re: [JAVA3D] setTextureCoordinate question

2001-08-15 Thread Pierce, Gregory (TBS)
Title: RE: [JAVA3D] setTextureCoordinate question Thanks Paul... I had been reading the Java3D spec book and didn't see it in there. I guess I need to buy the newest version. > -Original Message- > From: Paul Pantera [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 15, 2001 5:40 P

[JAVA3D] Resetting/replacing an Alpha object

2001-08-15 Thread Kevin Williams
I have a PositionInterpolator driven by a one loop Alpha object. At a later time, I want a press of the spacebar to trigger the PositionInterpolator again. I set the write capability on the PInter and tried several things. I set the trigger time of the Alpha to the current time, thinking it migh

[JAVA3D] SceneGraphStreamWriter

2001-08-15 Thread John J Brecht
I need to make use of com.sun.j3d.demos.utils.scenegraph.io.SceneGraphStreamWriter. When I do so, it seems to write no data to the OutputStream. Has anyone had experience with using this class? I have been able to use the file writer, SceneGraphFileWriter, just fine, but no luck with the stream

Re: [JAVA3D] setTextureCoordinate question

2001-08-15 Thread Paul Pantera
> > From: Dola Woolfe [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, August 15, 2001 12:16 PM > > To: [EMAIL PROTECTED] > > Subject: [JAVA3D] setTextureCoordinate question > > > > > > Hi, > > > > JBuilder complains that setTextureCoordinate(int, > > Point3f) is deprecated. Is it really? Everybody

Re: [JAVA3D] KeyListener

2001-08-15 Thread Joachim Diepstraten
Hi Patrik > System.out.println("xyz " + e) is never coming. Why? > My Code is like this: > > > package xy; > > import java.awt.*; > import java.awt.event.*; > import java.awt.GraphicsConfiguration; > > import javax.swing.*; > import javax.swing.event.*; > import javax.media.j3d.*; > import javax.

[JAVA3D] KeyListener

2001-08-15 Thread Patrik Müller
Hi all   I have a problem with the KeyListener. It does not work. The System.out.println("xyz " + e) is never coming. Why? My Code is like this:     package xy;   import java.awt.*;import java.awt.event.*;import java.awt.GraphicsConfiguration;   import javax.swing.*;import javax.swing.ev

Re: [JAVA3D] TransformGroup & Transform3D

2001-08-15 Thread Andrew R. Thomas-Cramer
In addition, one of the heuristics for OO design is to make each class represent one concept. Combining the two concepts into one class would result in a much larger, less-understandable interface. [OT: My vote for less typing would be to modify the language itself to eliminate

Re: [JAVA3D] TransformGroup & Transform3D

2001-08-15 Thread Joachim Diepstraten
Hi Fergus > Transform3D associated with it, doesn't it? Is there any way to use > Transform3D other than as a component of a TransformGroup? Wouldn't it Yes you can use transform3ds directly on Vector3f, Point3f, etc. Which comes handy IMHO. I use it from time to time without a TG. EOF, J.D.

Re: [JAVA3D] setTextureCoordinate question

2001-08-15 Thread Pierce, Gregory (TBS)
Title: RE: [JAVA3D] setTextureCoordinate question Hehe... yeah, I posted about that earlier. I'm waiting for someone to chime in about it. > -Original Message- > From: Dola Woolfe [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 15, 2001 12:16 PM > To: [EMAIL PROTECTED] > Subject

[JAVA3D] and a printing question

2001-08-15 Thread Dola Woolfe
Hi, I would like to print out my scene at the highest possible resolution. Can I, and if yes, how do I control the resolution at which the off-screen rendering takes place? I would be really happy if it were possible! Dola __ Do You Yahoo!? Make

[JAVA3D] setTextureCoordinate question

2001-08-15 Thread Dola Woolfe
Hi, JBuilder complains that setTextureCoordinate(int, Point3f) is deprecated. Is it really? Everybody seems to be using it... Dola __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.co

[JAVA3D] TransformGroup & Transform3D

2001-08-15 Thread Fergus Murray
Can someone explain to me why the functionality of Transform3D isn't just built into TransformGroup? A TransformGroup always has exactly one Transform3D associated with it, doesn't it? Is there any way to use Transform3D other than as a component of a TransformGroup? Wouldn't it save quite a lo

[JAVA3D] Problems with LineAttributes (OpenGL)

2001-08-15 Thread Karsten Fries
Hi all, it (more and more) occurs to me that there is a strange bug in the line attributes. For selection of lines in my viewer i use a line width increase to give additional emphasis to the selection (color is often not possible, because i use vertex colors which are not modulated by the colori

Re: [JAVA3D] Pls help resove problems

2001-08-15 Thread Dola Woolfe
Thanks! What a great tutorial! Dola --- Marcelo Maes <[EMAIL PROTECTED]> wrote: > Hello, > > Here is a good tip on lighting: > http://www.3drender.com/light/3point.html > > Marcelo M. Maes > [EMAIL PROTECTED] > > --- Dola Woolfe <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I've posted a message a

[JAVA3D] Problems with PolygonAttributes.CULL_NONE

2001-08-15 Thread Fredrik Andersson
Hello! I'm trying to get the "PolygonAttributes.CULL_NONE" to work in an 3D applet. But I can't get it right I ad here a full class wich extends Shape3D, wich in my opinion use "PolygonAttributes.CULL_NONE", wich also in my opinion shuld be solid. I also add the html-file to run it and an appl

[JAVA3D] spline geometric primitves

2001-08-15 Thread Pam Colwell
Is anyone aware of support for splines in j3d ? Or a 3rd party toolkit? I have found some code from searching on the internet from various .edu's I'd rather not re-invent the wheel. (Inventor has this ;) Thank-you Pam ==

[JAVA3D] Deprecated TriangleArray.setCoordinate( index, coord[] )?

2001-08-15 Thread DigitalSedition Developer Relations
Hi folks, I was rebuilding some old code and I noticed that GeometryArray.setCoordinate( index, coord[] ) has been deprecated. I was curious to learn the reason for this...   Thanks.

[JAVA3D] VIRTUAL_WORLDS config

2001-08-15 Thread Sky Rumsey
Hi, I've been playing with the ViewPlatform's and have created a VIRTUAL_WORLD viewPlatform using the following private static View createView() { View myView = new View(); myView.setViewPolicy(View.SCREEN_VIEW); myView.setWindowRes