[JAVA3D] Please help me!

2001-12-05 Thread Gianni Riccio
Hi all, where can I find the plugin(Java3D) for WindowNT4.0 OpenGL and jdk 1.2.2! In my browser I don't see the applet3D!! thanks very much. Gianni

Re: [JAVA3D] Add a line a runtime!

2001-12-05 Thread Rodrigo Miquelin
Hi! Could you show me this code too?? Thanx!! --- Thomas Gilbert Giusepe <[EMAIL PROTECTED]> wrote: >Hi I have sent a little sample code to u. > > >>From: Gianni Riccio <[EMAIL PROTECTED]> >>Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >>To: [EMAIL PROTECTED] >>Subject: [JAVA3D

[JAVA3D] Re: [JAVA3D] ´ð¸´: [JAVA3D] Please help me!

2001-12-05 Thread Eric Reiss
Who let the idiots on the list? 5MB attachments to everyone.  At 07:24 PM 12/05/2001 +0800, Fangsheng Wu wrote: hi, Gianni, here is a j2re-1.3-win-rt,you can install it first, then you can see the applet3D in IE, if you have better plugin, pls tell me. wish you luck!   Wu Fangsheng   -ŸË®ö

Re: [JAVA3D] Re: [JAVA3D] ´ð¸´: [JAVA3D] Please help me!

2001-12-05 Thread Joachim Diepstraten
Hi Eric > Who let the idiots on the list? Wow it took over 3 hours before the first flame for this post arrived. I thought it wouldn't take that long :). But it could be that most of the others people mailboxes on this list are full because of the posting. EOF, J.D. -- Jmark2k+1 (http://www.a

[JAVA3D] Java3D 1.3 b1 - Excessive object allocation during updating of appearance properties

2001-12-05 Thread Michael P. McCutcheon
Hello Friends, Here is my configuration: P3 600 Mhz 512 MB RAM 32MB NVidia Geforce2 MX (21.83 Drivers) Windows 2000 SP2 JDK 1.4 b3 Java3D 1.3 b1 (OpenGL) I'm writing a program that is an attempt at creating a 'flame' that will thrust out of the back of a spaceship. At achieve this, I'm cycling

[JAVA3D] Stereo Problems simple??

2001-12-05 Thread Karl Parry
I am having trouble getting my Canvas3D to allow Stereo. It is enabling it, but it isn't avaliable. How do I set a Canvas3D to allow Stereo viewing? I am using basicRecipe3D.java I have attached this file. Inside the description of the Canvas3D, using the GraphicsConfigTemplate3D() method. I rea

Re: [JAVA3D] Stereo Problems simple??

2001-12-05 Thread Alex Terrazas
Hi- Rememeber to specify the flag -Dj3d.stereo=REQUIRED in the command line when you run the program. Also make sure that Java 3D supports stereo on your card--a common source of confusion is that your card may support stereo but Java 3D doesn't for that particular card. Alex-- -Original

[JAVA3D] VRML with modern languages offer external Panels & Portability & other advantages.

2001-12-05 Thread P. Flavin
VRML can be animated now plug-ins, Java3d and 'pure' Java the latter to offering a wide range of options along the trade-off curve of portability vs. performance, but all the while, if you're using 'true' VRML: it's portable and will work reliably across multiple platforms, with all the major br

[JAVA3D] Re: [JAVA3D] ´ð¸´: [JAVA3D] Please help me!

2001-12-05 Thread Kevin Rushforth
I have replied privately to the individual who made the mistake of sending a 5+ Mbyte attachment to this list. I just wanted to remind everyone else to be careful when sending attachments. We will look into whether the listserv software has an option to limit the size of attachments. -- Kevin R

[JAVA3D] Re: [JAVA3D] ´ð¸´: [JAVA3D] Please help me!

2001-12-05 Thread John Tonkin
- Original Message - From: "Fangsheng Wu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 05, 2001 10:24 PM Subject: [JAVA3D] ´ð¸´: [JAVA3D] Please help me! > hi, Gianni, > here is a j2re-1.3-win-rt,you can install it first, then you can see the applet3D in IE, if

Re: [JAVA3D] vrml97.jar

2001-12-05 Thread Giles
Nikolai V. Chr. wrote: >I cannot find the instructions on how to use the old vrml97.jar loader. > >Can anybody please show me where they are? > >We need it because it supports elevationgrid. :) > My guess is it would be about 2-3 days work to get it working right. I've got a partial implementati

[JAVA3D] Modify the geometry

2001-12-05 Thread Fernando Jordán
Please, I need help ! I want modify the geometry of a 3D model, the program needs a user input (for example: width, height of the model ), and the user can change the values. When the user changes the values I want to create the new model. How can I make it ? thanks ( Sorry for

[JAVA3D]

2001-12-05 Thread Frank Wu
subscribe java3d-interest Frank Wu

[JAVA3D] Model Compression

2001-12-05 Thread Ewan Borland
Hi, I'm currently working on an application that displays 3D films using vrml models to represent each frame. I implemented the loader myself as it only requires a small subset of the vrml specification for my models. However when it comes to animating the frames I'm getting very poor performanc

[JAVA3D] Serializable interface and Java3D

2001-12-05 Thread Gael
Hi everybody, I made a RMI interface to access my world through a server. But it doesn't work because the Serializable interface is not implemented in Java3D. See below the error I get.   RemoteExceptionjava.rmi.MarshalException: error marshalling arguments; nested exception is:    jav

Re: [JAVA3D] ´ð¸´: [JAVA3D] Please help me!

2001-12-05 Thread John Richardson
Hello, I'm on a Macintosh so I don't care about pesky little EXE files appearing mysteriously in my mail. However, Perhaps a URL for the download page at Sun.. John F. Richardson hi, Gianni, here is a j2re-1.3-win-rt,you can install it first, then you can see the applet3D

Re: [JAVA3D] Serializable interface and Java3D

2001-12-05 Thread Paul Byrne
Hi Gael, Check out the SceneGraph IO package in Java3D 1.3 beta 1 com.sun.j3d.utils.scenegraph.io. This provides an optimised IO system for Java3D scene graphs that can use either RandomAccessFiles or Streams. Rgds Paul -- Paul Byrne

Re: [JAVA3D] Java3D 1.3 b1 - Excessive object allocation during updating of appearance properties

2001-12-05 Thread Chien Yang
Michael, Have you tried using the new isFrequent bits, mentioned in the perf_guide.txt ? - isFrequent bits Setting the isFrequent bit indicates that the application may frequently access or modify those attributes permitted by the associated capability bit. This can be used by Java

Re: [JAVA3D] vrml97.jar

2001-12-05 Thread P. Flavin
The Sun VRML Loaders for Java3d have worked very well for me, though as you say the documentation is light ( unless you consider the source to be definative statement in documentation ;^) ). If you post or send me the ElevationGrid ".wrl" file ( or a simple version of it ) I'll check it on

Re: [JAVA3D] Java3D 1.3 b1 - Excessive object allocation during updating of appearance properties

2001-12-05 Thread Chien Yang
Michael, I've one more suggestion. > through objects in the back of the ship. For each frame, I'm going > through 100 or so objects and updating the both the transparency and the > emissive color levels of each. If possible reducing the number of updates by sharing Appearance can be a b

[JAVA3D] Documentation

2001-12-05 Thread Gael
Hi (again), I would like to know where I can get the documentation for the packages contained in a com.java.*   Thx (again ;-)) Gael.

Re: [JAVA3D] Documentation

2001-12-05 Thread Frank Wu
http://java.sun.com/j2se/1.3/docs/api/   -Original Message-From: Gael [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 05, 2001 2:41 PMTo: [EMAIL PROTECTED]Subject: [JAVA3D] Documentation Hi (again), I would like to know where I can get the documentation for the package

Re: [JAVA3D] ´ð¸´: [JAVA3D] Please help me!

2001-12-05 Thread Justin Couch
> Fangsheng Wu wrote: > here is a j2re-1.3-win-rt,you can install it first, then you can see > the applet3D in IE, if you have better plugin, pls tell me. > wish you luck! Why the fuck do you think it is a good thing to send a 5MB attachment to a list of a couple of thousand people? -- Justin C

[JAVA3D] Re: [JAVA3D] ´ð¸´: [JAVA3D] Please help me!

2001-12-05 Thread Fiasco
Hey asshole,   Thanks for shoving 6 mb's for me to download in my inbox.  I enjoyed waiting for it to download over my 24 bps connection.     - Original Message - From: Fangsheng Wu To: [EMAIL PROTECTED] Sent: Wednesday, December 05, 2001 5:24 AM Subject: [JAVA3D

Re: [JAVA3D] ´ð¸´: [JAVA3D] Please help me!

2001-12-05 Thread John Nelson
The licence agreement doesn't allow him the ability to distribute this software does it? Besides being rude to distribute 5 megabyte files, its a security risk and potentially a licence violation. -- John -- _ John T. Nelson President

Re: [JAVA3D] Documentation

2001-12-05 Thread Ben Arbel
Thats an easy one : )) go to java.sun.com and select product and api and then select the latest jdk .. all you have left is to select the api from the page. remember there are lots of differect packages under com.java and not all of them will be under the jdk but your question was vague

[JAVA3D] RE: [JAVA3D] ??,?: [JAVA3D] Please help me!

2001-12-05 Thread Ben Arbel
I couldnt agree more.. although language should be considerd : )) the first few responses were a little too strong for my taste, alas, the people are in unrest .. -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of John Nelson Sent: Thursday, De

[JAVA3D] need a language filter along with a size filter

2001-12-05 Thread Amit Kumar
I agree with Ben, Wish we had a language filter too ! amit ** Amit Kumar Masters Student 326 McVey Hall Dept of Computer Science (859)-323-2919 University of Kentucky **

[JAVA3D] com.sun.j3d.utils.scenegraph.io Documentation...

2001-12-05 Thread Gael
Hi,I was looking for the documentation about the documentation of com.sun.j3d.utils.scenegraph.ioSo, please, where can I find it?Thx,Gael.

Re: [JAVA3D] com.sun.j3d.utils.scenegraph.io Documentation...

2001-12-05 Thread Justin Couch
On Thu, 6 Dec 2001, Gael wrote: > Hi, > I was looking for the documentation about the documentation of > > com.sun.j3d.utils.scenegraph.io FAQ: http://www.j3d.org/faq/docs.html#documentation -- Justin Couch http://www.vlc.com.au/~justin/ Freelance Java Consultant

Re: [JAVA3D] need a language filter along with a size filter

2001-12-05 Thread John Pallister
Language (presumably expletive) filtering should ideally be a client-side feature. Alternatively, perhaps we need a "safe" version of the list for those who don't appreciate the occasional blunt Australianism. Personally, I thought Justin's message was (as usual) perfectly justified and to-the-po

Re: [JAVA3D] need a language filter along with a size filter

2001-12-05 Thread Justin Couch
On Thu, 6 Dec 2001, John Pallister wrote: > obviously need the most basic items of netiquette pointed > out to them in no uncertain terms. The language was not > insulting, just strong. > > Just my 2c, sorry it's off-topic. Actually, it serves as a nice way to segue into a topic I've been mullin

[JAVA3D] Help: solar system

2001-12-05 Thread Michael Gromiha(Jouhou)970709
Hi, I am a beginner in Java 3D graphics. I am trying to make a solar system (earth rotates the sun and the moon rotates both the earth and sun) using Java 3D graphics with the following steps. 1. translate the earths local system to the global systems origin 2. rotate the moon around the origin 3

[JAVA3D] MPEG-4 in the news ( cnet & slashdot ) streaming video standard with VRML & Java3d

2001-12-05 Thread P. Flavin
MPEG-4 is in the news as an emerging streaming media, it will use Web3d's VRML based H-Anim avatars in some of the proposed standards and there are some partial implementationsof the MPEG-4 standard for use now. MPEG Working Group of Web3d http://www.web3d.org