Hi
I try to drag a sphere in me scene.
I get a reference of my sphere with picking but i can't find out how to move
it.
Does somebody have already did something like that ?
Thanks
Cyril BRANDY
* : [EMAIL PROTECTED]
===
Hi !
I am working on a collaborative tool using Java3D.
I have two Canvas3D. One acts as the master the other as the slave.
When the master move the scene, the scene moves on the slave. It works fine.
But now, i want that when the master mouve its mouse over the scene, the
slave sees a virutal
5 messages infected this morning
-- Virus Warning Message (on the network)
Found virus TROJ_NAVIDAD.A in file Navidad.exe
The file is deleted.
-
-Message d'origine-
De: Tang Yuguan [mailto:[EMAIL PROTECTED]]
Date:
x27;t understand how to use it.
Can somedy help me to understand how Raster works ?
-Message d'origine-
De: Artur Biesiadowski [mailto:[EMAIL PROTECTED]]
Date: vendredi 23 mars 2001 15:14
Ŕ: [EMAIL PROTECTED]
Objet: Re: [JAVA3D] Tooltip
BRANDY Cyril wrote:
>
> Is it possible to dr
Is it possible to draw a tooltip box that follow the mouse on a canvas3D ?
Thanks
Cyril
* : [EMAIL PROTECTED]
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTERE
You get your Shape3D Object from picking
You just have to do :
shape.getAppearance().getColoringAttributes().setColor(COLOR3F);
Just be carrefull to set the right attributes (ALLOW_APPEARANCE_WRITE,
ALLOW_COLORING_ATTRIBUTE_WRITE)
Cyril
-Message d'origine-
De: Adriano Cavalcanti Silva [m
What kind of application are you working on ?
Can i have some precisions ?
Do you speak french ?
Cyril
-Message d'origine-
De: Stephan Szymkowicz [mailto:[EMAIL PROTECTED]]
Date: jeudi 22 mars 2001 17:57
À: [EMAIL PROTECTED]
Objet: [JAVA3D] I am working on a dynamics and physics engine wh
Hi,
When i use the new version of Java3D (1.2.1) i have problems to change the
appearance of my geometry : i can't change the PolygoneMode (FILL, LINE,
POINT)
And the lighting is very strange.
With Java3D 1.2 everything works fine.
Does anybody have an idea of what happening ?
Thanks.
Here's
I found it : ALLOW_FORMAT_READ
-Message d'origine-
De: BRANDY Cyril
Date: mardi 13 mars 2001 16:53
À: [EMAIL PROTECTED]
Objet: [JAVA3D] Picking problem : VERTEX FORMAT capability
Hi !
I have this exception when I do some picking, but I can't find this
GeometryArray capabili
Hi !
I have this exception when I do some picking, but I can't find this
GeometryArray capability
Thanks
javax.media.j3d.CapabilityNotSetException: GeometryArray: no capability to
get vertex format
at
javax.media.j3d.GeometryArray.getVertexFormat(GeometryArray.java:479)
at
co
I load geometries with 1 300 000 nodes (600 000 triangles) and it works
fine.
I use a GeometryArray structure that i put in one Shape3D.
You should try to divide your cubes in 6 quad and put all the quads in a
QuadArray or in a IndexedQuadArray.
Then you will have only one shape3D.
Cyril
-Me
Do you try :
PolygonAttributes pa = new PolygonAttributes();
pa.setCullFace(PolygonAttributes.CULL_NONE);
Cyril
-Message d'origine-
De: Desiree Hilbring [mailto:[EMAIL PROTECTED]]
Date: vendredi 9 mars 2001 11:54
À: [EMAIL PROTECTED]
Objet: Re: [JAVA3D] problem with rendering
On Thu, 8
Hi !
I read a mesh from a file representing a plane (17000 vertices)
I put this geometry in a TriangleArray. I have to set the normals for each
face to have some shading, and i wonder if j3d is able to generate normals
for each face.
I try to compute the normals myself, but my vertices are not
Hi
Does anybody knows how to show the bounding box of a geometry instead of the
geometry itself when moving (rotate, translate, zoom) ?
Do i have to develop this feature myself or does Java3D already have some
usefull stuff ?
Thanks.
Cyril.
* : [EMAIL PROTECTED]
==
Hi
I need a robust data structure to store large mesh (over 1 million of
vertices).
This data structure must be designed to provide mesh simplification
functions.
Does anybody have a class diagram of a data structure like this ?
Thanks
Cyril BRANDY
* : [EMAIL PROTECTED]
==
Hi, I'm new with Java 3D and I have a simple question :
I load two geometries in my scene : one is very big and the other one is
very small.
I would like to write a function that zoom in or out so that the selected
geometry fit into the scene.
Did somebody write anything like that ?
Thanks
Cy
16 matches
Mail list logo