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
I am new to Java2D. I would like to know any good
real-time chart( Bar, Strip, Pie..etc) preparation tutorials available?
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
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
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
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
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
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
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.
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
"« - - ï@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
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
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
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
- 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
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
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
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
> 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
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
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
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
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...
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
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
[
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
26 matches
Mail list logo