Hi all,
I previously sent a tooltip implementation using a JWindow to another
list that will solves your problem also. The code is in the forwarded
email far below. This is how you can use it in a Canvas3D:
public class ViewDlg extends JDialog
{
private View3D view3D;
private SiteTree siteT
I am attaching a link to a product that renders trees in a very nice manner.
I just can't figure out how they do it. They say further on their website
that they use only 6 triangles per tree including shadows and fallen leaves.
And that it appears 3-d from all angles.
The only thing I can thin
- Original Message -
From: Darren 'deft' Vollmer
To: Discussion list for Java 3D API
Sent: Sunday, March 11, 2001 2:51 AM
Subject: Distance from the screen.
I want to pan and zoom an object in a view window. When I grab the object and pan I
want the object to remain fixed to the m
On 2001-03-13 at 13:45:59 +, Paula Keohan wrote:
> I've got three questions to ask...
> 1) When would you use Texture3D as opposed to Texture2D?
In case I want the Texture to be different in dependency of Depth.
Especially useful for textures created through algorithms.
> 2) I've created a w
hello,
you can download HTML converter from www.sun.com.
But if you wish you can use what i attach.
By
Edith
- Original Message -
From: Tonz . <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 13, 2001 2:30 PM
Subject: [JAVA3D] HTML Converter
> Hello
> could anybody tell m
Hello,
Although this is a little off topic, although VRML seems to come up so much
in this group. I am having problems with viewing a Shape made up of an
IndexedFaceSet. The problem is when I create a list of coords and
coordIndexs I only get one side of the face, I realise this is to do with
Nor
While debugging a problem with my home-grown 3DS loader, I found
something (wrong?) with going from AxisAngle to Matrix to Quats.
3DS format stores rotations in AxisAngle format. I use these to load a
Matrix so I can "sum-up" rotations (using matrix multiplies of course).
Then, I set a Quat with
Hi Dave,
Here is an exmaple of how start/stopRenderer() works.
(works fine with v1.2.1 release)
It is a bug if startRendering() fail to start once stop.
In this case please send us a test case.
Thanks.
- Kelvin
---
Java 3D Team
Sun Microsystems Inc.
>MIME-Version: 1.0
>Content-
Hello Paula,
On 2001-03-13 at 13:45:59 +, Paula Keohan wrote:
> I've got three questions to ask...
> 1) When would you use Texture3D as opposed to Texture2D?
In case I want the Texture to be different in dependency of Depth.
Especially useful for textures created through algorithms.
Dear Java3D community,
Recently I had to fight against the getBounds() routine of the Node class
that forced me to implement my own version.
The problem is that I absolutely need the maximum and minimum coordinates
of a loaded VRML object. To load the object I use the Xj3D package taken
from th
tions or ideas are immensely appreciated. Thanks for your
kind attention.
Best Regards,
Kenny Tang
Department of Computer Science, King's College London
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in t
Dear All,
The problem is again about saving images off J3D scenes. I tried to
save a scene like the following:
Image image=canvas3d.createImage(width,height);
Graphics g=image.getGraphics();
canvas3d.paintAll(g); // output with codec.JP
Dear all,
I have been trying to implement a BackgroundGeometry object that
displays a gradient color from skyangle and ground_angle...any ideas
of how this could be done? Any hints would be much appreciated.
Regards,
Ken
==
Dear all,
I am looking for a way to apply a color gradient backdrop to a Java3D
scene for which the sky color, ground color, sky angle and ground
angle could be set, and the program takes the two colors at each end
and automatically calculates the gradient values for the area in
between. Is this p
Dear all,
Does anyone know where I can get a copy of CapturingCanvas3D.java?
I'm desperately in need of that file but it has been removed from the
NCSA site..If anyone knows can the send me a copy please or tell me
where to download it?
A million thanks,
Ken
===
15 matches
Mail list logo