I hope u have received yet.
Thomas
>From: Adrian Meekings <[EMAIL PROTECTED]>
>Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: [JAVA3D] x3d VRMLLoader versus vrml97.jar for java3D
>Date: Sun, 11 Nov 2001 21:16:25 -0700
>
>Hi Thomas,
>Could you p
Hi there,
I am trying to move my viewplataform through my SceneGraph as I have yet
done successfully for SimpleUniverse plataform with keybehavior, but now for
VirtualUniverse the camera doesn't go with the KeyBehavior. I have also done
the setCapability (ALLOW_TRANSFORM_READ,etc).
I am doing as
Hi All,
Thanks for the support for my previous query!
Here I go again, When using MouseZoom class I noticed that at some level of
'zoom in' the visual object just disappears from the screen. Is there any
parameter to be set to tackle this problem. Similar strange behaviour is
noticed while zoomi
I am a beginner to J3D and I am trying to find "MultiGeomApp.java"
example which should be in the example archive file (examples1_6.jar).
However I don't have that example in my examples directory. Can anybody
help?
Best Regards
Ali Murat Tanyer
==
Hello
I'd like to detect the intersections with other
objects (shape3D) of a sphere that is moving around in space. Then I'd like to
get the geometry of the face (coordinates of the vertices of a triangles) where
that shape3D object is intersected. Can anyone give me a hint how to realize
Java3D only does view frustum culling, no occlusion culling. You can solve
the problem by building a spatial tree like an oct tree using the bounds of
the shapes and then using a switch node to turn off hidden shapes.
Dave Yazel
- Original Message -
From: Adrian Meekings <[EMAIL PROTECT
There is the Bounds for the mouse behavior that has to be set. If you zoom
too far the objects may go outside the bounds and zooming will no longer
work.
Plus there is also Back Clip Distance. If you zoom too far the objects in
the scene can completely disapear. So try setting the Back Clippin
Hi,
I would like to know how to put a texture on
TriangleArray? Is there a special constructor?
Thx,
hi, please help.
I want to import a model that i have created by a java3d application into a word
document.
So, How can we create a .gif or .jpg file of the scene of an java3D application?
thanks very much
-Thanh
Skaf
The texture is part of the Appearance, not part of the Geometry. A shape is
both an Appearance and Geometry. So the steps are like this:
make an appearance
add a texture to the appearance
make the triangle array (which is a geometry array)
make a shape3d
add the appearance to the shape3d
add the
Hello
I'd like to detect intersections of a sphere that
is moving around in space with other objects (shape3D) . Then I need to extract
the face of that object where it intersects the sphere.
Can anyone give me a hint how to realize such an
intersection detection. Has anyone maybe writt
The Java 3D Frequently Asked Questions list for Monday November 12 2001
This is a posting of topics covered in the Java 3D FAQ. The answers
to these questions are kept at:
http://www.j3d.org/faq
Please consult this list and the web site before asking questions on the
mailing list.
If
Hi All:
Are there any direct/indirect features in Java3D API that can facilitate
the creation of:
1. Haloed lines
2. lighting effects on textured lines - there is an example in the
Java3D tutorial bundle that creates textures on lines but w/o
lighting effect.
Would appreciate any ideas, a
Hello,
I know that this topic does not fall in the Java3D category
but I was wondering if anybody knew about a simple Voice
communication (voice chat) applet available to download?
Thanks
Tina
\\|//
(@ @)
---oOO---(_)--
Thankyou David.
Ill give this a try
Kind Regards
Adrian
- Original Message -
From: "David Yazel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 13, 2001 1:27 AM
Subject: Re: [JAVA3D] Shape3D Culling, Quick lesson required please
> Java3D only does view frustum culli
-Original Message-From: Discussion list for Java 3D
API [mailto:[EMAIL PROTECTED]]On Behalf Of Gianni
RiccioSent: Saturday, November 03, 2001 12:51 AMTo:
[EMAIL PROTECTED]Subject: [JAVA3D] Mouse
Interaction
Hi all,
I have a very important question!
I have a three d
Hi,
Is there any utility to ouput a Shape in
HPGL2 format ?
Thank you.
ganesan
Hi Kevin, Paul and Fred:
Thank you all for your valuable suggestions!
However, in the following code:
public void render()
{
if (gc == null)
{
gc = canvas.getGraphicsContext3D();
view=canvas.getView();
grt1=grat1.getGrating();
}
Can one create their own javadoc tags that create
pages that conform to the standard javadoc generated pages? Is there a way to
just define what it does and it does it for me?
Thanks,
Zak
I have found them a little on the light side, ie no way of extracting the
animation keyframe information,
...so once I have the animation code in J3D i will be writing a 3ds max
exporter for j3d
- Shane
*
Dear all,
As far as I try to find information about how to inferface Java3D with a
Joystick (I am using MS Side Winder Force Feedback 2), I found a document
from j3d.org about the InputDevice&Sensor, but I cannot understand what
exactly I have got to do.
I also found some information about the J
21 matches
Mail list logo