If all that you need is to import a canvas 3D from your java3D program for
your word document, just do that:
ctrl + print
ctrl + c
ctrl + v
>From: thanh nguyen <[EMAIL PROTECTED]>
>Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: [JAVA3D] how to cre
Hi,
I think that your better choice to begin with Joystick is to use DirectX
input libraries.
Look there:
http://www.microsoft.com/directx/homeuser/aboutdx.asp
>From: Pramual Suteecharuwat <[EMAIL PROTECTED]>
>Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>
Hi Christoph,
I have post to you a simple sample on this issue.
>From: Christoph Wille <[EMAIL PROTECTED]>
>Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: [JAVA3D] collision detection
>Date: Mon, 12 Nov 2001 13:57:11 +0100
>
>Hello
>
>I'd like to d
Have a
look at the FAQ pages on http://www.j3d.org/faq for details on just how
to do this. Essentially, you cast a ray in the direction of movement and
see if it intersects anything.
I
wrote some code once to find the intersecting face. The approach was to
look at each face of the interse
Hi all !!
Does anybody know a site where I can make questions about JavaScript & HTML ?
Thanks in advanced !!
Dani
--
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn
Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben,
infor
To make transparency work
correctly when objects intersect each other (so you can see the intersection
part), how do you setup the object?
1) Do you have 1 Group
node with **many** Shape3D's attached to the Group node, one Shape3D for each
little triangle of the objects (many hundreds Shap
Check out the Flexporter system. This is a free MAX plugin for exporting
models with skin and bone animation. We are using it to move physique
mapped bipeds from MAX into Cosm. There are a few limitation, but they are
the result of limitations within character studio, not the export itself.
You
Heh
this is not a trivial problem. Its hard to solve without a more specific
specification of what you want to see. Do you want the intersection
highlighted or just visible? If you have two objects that intersect
(assuming both are usually opaque) do you want one to become translucent so you
Thanks for the
response. I have some questions:
For (1) below, you mention
a way to control the transparency of each individual triangle making up the
geometry object. I think the problem is not the transparency value of the
object/individual triangles but the order in which they are re
Hello,
a BoundingSphere is not attached to any transforms.
Are then the coordinates for the center global coordinates? Or where is the
reference coorindate system for this center position?
path = collidables.pickAll(new PickBounds(new
BoundingSphere(new Point3d(x0,x1,x2),0.2)));
Can an
Hello,
a BoundingSphere is not attached to any transforms.
Are then the coordinates for the center global coordinates? Or where is the
reference coorindate system for this center position?
path = collidables.pickAll(new PickBounds(new
BoundingSphere(new Point3d(x0,x1,x2),0.2)));
Can an
Thank you VERY much! :)
This is probably exactly what I am looking for!
here is the address for others that are intested:
http://www.codercorner.com/Flexporter.htm
- Shane
*
Caution - This e-mail and it
Hi all,
I've been out of the Java3D loop for a year or so...maybe someone can help
me spin up on the model loader topic...
(1) What model loaders are available and where are they? I remember a VRML
loader from ncsa...anyone have a URL for it or other loaders that might
support 3D StudioMax?
(2
Dear Java 3D Experts:
My 3d object is in point (0, 0, 0), it seems viewer only look at
direction from +z to -z direction, such as (0, 0, 9). Can I look
at opposite direction from -z to +z, such as (-9, 0, 0)? If I change
viewer to (-9, 0, 0), I cannot see anything. I will appreciate it very
Please what is the problem with this code ?
My example try to call a Browser form an JInternal Frame and show a cube
inside this browser.
Please , read the code attached to this message and give me some solutions.
Thanks, for everyone.
Fábio
___
For loaders, check out:
http://www.j3d.org/utilities/loaders.html
Scott
On Tue, 2001-11-13 at 17:51, Hock, Gregory wrote:
> Hi all,
>
> I've been out of the Java3D loop for a year or so...maybe someone can help
> me spin up on the model loader topic...
>
> (1) What model loaders are availa
Hi Friends:
The attached are files for rendering two images to left/right eyes
separately. I tested this program on two PCs with Window2000 and Geforce II
200/400 cards. When I run it on the PC with GeForce II 400, the images
appear / disappear intermittently (but the left eye can only view the
17 matches
Mail list logo