[JAVA3D] Drag primitive

2001-07-12 Thread BRANDY Cyril
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] ===

[JAVA3D] How do i create a virtual pointer and move it ?

2001-07-10 Thread BRANDY Cyril
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

Re: [JAVA3D] HTML Converter

2001-03-26 Thread BRANDY Cyril
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:

Re: [JAVA3D] Tooltip

2001-03-23 Thread BRANDY Cyril
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

[JAVA3D] Tooltip

2001-03-23 Thread BRANDY Cyril
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

Re: [JAVA3D] Picking & WakeupBehavior ....|:0(.

2001-03-23 Thread BRANDY Cyril
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

Re: [JAVA3D] I am working on a dynamics and physics engine which can be see as a add on of Java 3D

2001-03-22 Thread BRANDY Cyril
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

[JAVA3D] Java3D v1.2 vs v1.2.1

2001-03-16 Thread BRANDY Cyril
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

Re: [JAVA3D] Picking problem : VERTEX FORMAT capability

2001-03-13 Thread BRANDY Cyril
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

[JAVA3D] Picking problem : VERTEX FORMAT capability

2001-03-13 Thread BRANDY Cyril
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

Re: [JAVA3D] hello

2001-03-13 Thread BRANDY Cyril
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

Re: [JAVA3D] problem with rendering

2001-03-09 Thread BRANDY Cyril
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

[JAVA3D] Normal generation

2001-03-08 Thread BRANDY Cyril
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

[JAVA3D] Moving big geometry

2001-02-13 Thread BRANDY Cyril
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] ==

[JAVA3D] Mesh representation in java

2001-02-07 Thread BRANDY Cyril
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] ==

[JAVA3D] Newbie

2001-01-15 Thread BRANDY Cyril
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