Re: [JAVA3D] Real-time Charts

2001-12-06 Thread Tenney, John
  You've got the wrong number of D's.   -Original Message- From: reji mani [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 8:36 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] Real-time Charts     I am new to Java2D. I would like to know any good real-time char

[JAVA3D] Real-time Charts

2001-12-06 Thread reji mani
  I am new to Java2D. I would like to know any good real-time chart( Bar, Strip, Pie..etc) preparation tutorials available?   

Re: [JAVA3D] How to create a really good border ?

2001-12-06 Thread Todd J.
If you want to draw a map on a surface, then the best way is to create a texture with your map and apply it to the surface instead of trying to draw the lines over it in the 3D space. For example, you could create a BufferedImage, draw your map into it's graphics context, and then use that Buffer

Re: [JAVA3D] drawing shapes who follow view point

2001-12-06 Thread Zak Nixon
Look at PlatformGeometry i think. - Original Message - From: "SUBSCRIBE JAVA3D-INTEREST Anonymous" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 2:32 PM Subject: [JAVA3D] drawing shapes who follow view point > Hi, > > I'd like that some objects follow

Re: [JAVA3D] Performance with lots of Shape3D

2001-12-06 Thread Joachim Diepstraten
Ehlo On Thu, 6 Dec 2001, SUBSCRIBE JAVA3D-INTEREST Anonymous wrote: ? > My question is : > how can I increase performance to draw lots of boxes ? 1. Use .compile 2. Read the speed isues on www.j3d.org 3. Reduce the number of shapes by putting all the boxes-geometry into one singular shape E

[JAVA3D] drawing shapes who follow view point

2001-12-06 Thread SUBSCRIBE JAVA3D-INTEREST Anonymous
Hi, I'd like that some objects follow camera when I change the view point : I'd like that these objects stay at the same position for the camera I tryed to use behaviours but I don't know how to get the good transform change coordinates of my objects Can someone help me ? Thanks

[JAVA3D] Performance with lots of Shape3D

2001-12-06 Thread SUBSCRIBE JAVA3D-INTEREST Anonymous
Hi, I am trying to create a map with boxes. I made a class who extends Shape3D and its geometry is created with TriangleStripArray. I am a little bit desappointed because performances are really poor when there are more than 1000 boxes on the map I read lots of things on this forum and on oth

[JAVA3D] Drawing the projection from a line...

2001-12-06 Thread SUBSCRIBE JAVA3D-INTEREST Anonymous
Hi, In the world that I created, I draw a line which represents the railway of an object in 3D I'd like to project this curved on the floor, so I'd like to know if JAVA 3D has some features to help me to do this stuff Can someone help me ? Thanks

[JAVA3D]

2001-12-06 Thread Gael
Hi, I have installed the new Java3D 1.3 and the documentation, but I can't see where is the new scenegraph IO package I could see on the Sun page and in the forum.   Does anybody know how to get this package?   Thx, Gael.

[JAVA3D] How to create a really good border ?

2001-12-06 Thread SUBSCRIBE JAVA3D-INTEREST Anonymous
Hi, I discovered JAVA 3D since 3 weeks, and I am trying to create a scene with lots of box, and on each box I want to draw borders with black lines. (it represents a map) So I made in a first time a class who extends Shape3D to create all boxes and to draw borders, I use some lines at borders

Re: [JAVA3D] Java 3D and 3DMax

2001-12-06 Thread Justin Couch
"« - - ï@n +âßängå¥ - - »" wrote: > > is there a way for java3d to use objects (or files) created from 3DMax? http://www.j3d.org/utilities/loaders.html -- Justin Couch http://www.vlc.com.au/~justin/ Freelance Java Consultant http://www.yumetech.com/ Autho

Re: [JAVA3D] Help: solar system

2001-12-06 Thread Raul
Here is the source Code!! import java.applet.Applet; import java.awt.BorderLayout; import java.awt.event.*; import java.awt.GraphicsConfiguration; import com.sun.j3d.utils.applet.MainFrame; import com.sun.j3d.utils.geometry.Sphere; import com.sun.j3d.utils.geometry.ColorCube; import com.sun.j3d.ut

[JAVA3D] Please Don't send so big files to the mailing-list.

2001-12-06 Thread Manuel Braun
You wrote: > From: Fangsheng Wu <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: Wed, 5 Dec 2001 19:24:49 +0800 > Subject: [JAVA3D] =?iso-8859-1?B?tPC4tDogW0pBVkEzRF0gUGxlYXNlIGhlbHAgbWUh? Hi, I would be pleased, if you wouldn't sent so big Mails to the list anymore. I have a ver

Re: [JAVA3D] arc3d

2001-12-06 Thread Tim Mackey
fred, j.d., thanks a million for your input. i have plenty to keep me busy now :) if i do finish it out, i will post the code. thanks again tim. -Original Message- From: Fred Klingener [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 4:21 PM To: [EMAIL PROTECTED] Subject: Re

Re: [JAVA3D] arc3d

2001-12-06 Thread Fred Klingener
- Original Message - From: "Joachim Diepstraten" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 9:52 AM Subject: Re: [JAVA3D] arc3d > Hi Tim > > > could someone point me in the right direction for going about designing an arc3d- similar to the arc2d of the

[JAVA3D] Java 3D and 3DMax

2001-12-06 Thread « - - [EMAIL PROTECTED] +âßängå¥ - - »
is there a way for java3d to use objects (or files) created from 3DMax? __ www.edsamail.com === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff

Re: [JAVA3D] arc3d

2001-12-06 Thread Joachim Diepstraten
Hi Tim > could someone point me in the right direction for going about designing an arc3d- >similar to the arc2d of the awt.geom package? Well the easiest way would be to calculate the 2d outline of your arc and simply extrude it into the z-axis. That should be rather simple. You can do this by

[JAVA3D] arc3d

2001-12-06 Thread Tim Mackey
hi folks i'm doing a pie chart project, and i want to make it 3d. i'm a total newbie to j3d, but have looked at the tutorials and have a good idea of the basics. could someone point me in the right direction for going about designing an arc3d- similar to the arc2d of the awt.geom package? many

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

2001-12-06 Thread Bill Hibbard
> Who let the idiots on the list? Reminds me of the line from one of the Pink Panther movies: Dreyfus: How can an idiot become a policeman? Clouseau: He need only apply. The majordomo server we use for [EMAIL PROTECTED] limits posts to 40 KB. This is sometimes inconvenient, but does preve

[JAVA3D] Just a litte question ...please HELP ME!

2001-12-06 Thread Mauro Dito
Using j3d can i realize a tour in my Universe translating the wievpoint (observer?) Thank you Mauro __ Abbonati a Tiscali! Con Tiscali By Phone puoi anche ascoltare ed inviare email al telefono. Chiama Tiscali By Phone all' 892 800

Re: [JAVA3D] Help: solar system

2001-12-06 Thread Raul
Please Sorry for my english!! This is from Specification Java 3D: The effects of transformations in the scene graph are cumulative. The concatena-tion of the transformations of each TransformGroup in a direct path from the Locale to a Leaf node defines a composite model transformation (CMT) that

Re: [JAVA3D] File Formats for 3d Objects: 3ds vs. VRML : VRML isbetter &more widely used.

2001-12-06 Thread Justin Couch
Shubin Huang wrote: > I try to use a loader and get reference of objects in .wrl file so I can > change the property of the objects in the case to move or rotate them. > Does someone know which methods to use to do this. If you have used the Java Loader interface, then the getNamedObject() cal

[JAVA3D] HELP!

2001-12-06 Thread Mascha Scholten
Can anyone tell me how to unsibscribe from this list??? I've sended three mails to [EMAIL PROTECTED] but nothing happens!!! I do absolutely not want to receive anymore mails from this list like the 7MB one from yesterday, because they block my inbox...

Re: [JAVA3D] Java3D on Linux

2001-12-06 Thread evolutie
http://www.blackdown.org/java-linux/jdk1.2-status/java-3d-status.html - Original Message - From: "Durga.Banda" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 9:41 AM Subject: [JAVA3D] Java3D on Linux > Hello All, > > Where can I get the Linux version of Ja

[JAVA3D] Java3D on Linux

2001-12-06 Thread Durga.Banda
Hello All, Where can I get the Linux version of Java3D1.3. Thanks ravi === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [

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

2001-12-06 Thread Norbert Dec
http://www.eg.bucknell.edu/~cs475/F01-S02/javadoc/overview-summary.html Norbert >Hi, >I was looking for the documentation about the documentation of >com.sun.j3d.utils.scenegraph.io >So, please, where can I find it? >Thx, >Gael. -- GMX - Die Kommunikationsplattform im Internet. http://www.gm