Re: [JAVA3D] Displaying on another screen

2004-07-05 Thread hterrolle
What do you means exactly by "multiple screen device". Does new motherboard card support multiple screen ? Or you means multiple Window with the same image of canvas. Thanks -Message d'origine- De : Alessandro Borges <[EMAIL PROTECTED]> Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date : lun

Re: [JAVA3D] basic structure

2004-06-23 Thread hterrolle
It would be nice to tell us what you want to do so we could say yes or not ? -Message d'origine-De : RAHUL KHANNA <[EMAIL PROTECTED]>Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date : mercredi 23 juin 2004 22:26Objet : Re: [JAVA3D] basic structure Hello Java Ladies& Java G

Re: [JAVA3D] Custom divison appearances

2004-06-21 Thread hterrolle
Try to add the GENERATE_NORMALS to the primflags. may be it will work.     === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email

Re: [JAVA3D] Custom divison appearances

2004-06-21 Thread hterrolle
i think ypou have modifed the Sphere class to make some change and create your pyramid. Make sure that the SetAppearence is use inside your pyramide method. If not i do not see. Or send the code of your clas so we could have a look at.   A+ -Message d'origine-De : Dale Brett <[E

Re: [JAVA3D] Custom divison appearances

2004-06-21 Thread hterrolle
hi,   does the same append when you use colorcube object. If the same append so it is your appearence which is wrong. -Message d'origine-De : Dale Brett <[EMAIL PROTECTED]>Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date : lundi 21 juin 2004 11:26Objet : [JAVA3D] Custom divi

Re: [JAVA3D] How to start?

2004-06-14 Thread hterrolle
Hi, My point of view is : Depending of your volontary to succes. You need to get quick result. So the best way is to find out which already existing soft work. Make a rrechearch on every Source you can find that will help you to anderstand first how it works. Then from this working part start mod

[JAVA3D] little problem

2004-06-08 Thread hterrolle
hi,   I got a little problem. I want to find the way of doing a B-TREE usingJAVA.UTIL. as there is many option possible i am a little bit lost.   I want to do this configuration.       obj1     | |__ obj11     |__obj111     |__

Re: [JAVA3D] point projection using angle.

2004-05-28 Thread hterrolle
Merci Pascal,   I looks fine also. I will try both today and i tell you if you like to know.   A+         Herve -Message d'origine-De : NUSSBAUM Pascal <[EMAIL PROTECTED]>Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date : jeudi 27 mai 2004 13:43Objet : Re: [JAVA3D] point pro

Re: [JAVA3D] point projection using angle.

2004-05-27 Thread hterrolle
on this at places like >Dr. Math and Mathworld. Just google it a bit. > >Good luck, >-mike > > >-Original Message- >From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] >On Behalf Of hterrolle >Sent: Thursday, May 27, 2004 4:23 AM >To: [EMAIL PROT

[JAVA3D] point projection using angle.

2004-05-27 Thread hterrolle
Hi,   I got a little problem. I woul like to do some point projection using angle calculation. I really do not know how to do it. I have seen the Project method inside the point.class. But i do not think this will help me.   What i want to do is :       i want to do a parralelle projection of

Re: [JAVA3D] ....robot arm simulation

2004-05-24 Thread hterrolle
you want someone to do it for you. isnt it ? -Message d'origine-De : Alp Yilancioglu <[EMAIL PROTECTED]>À : [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date : lundi 24 mai 2004 13:53Objet : [JAVA3D] robot arm simulation thank you for replying my message.   I have

[JAVA3D] nedd help for algorhytme

2004-05-20 Thread hterrolle
Hi,   I need an algorythme that will allow me to make a circle of object.   example :                             5                     6  4   7 3                  8    2                         1

Re: [JAVA3D] got little problem picking object

2004-05-14 Thread hterrolle
forget the question i find out   thanks anyway for the one how were lookking for a solution -Message d'origine-De : hterrolle <[EMAIL PROTECTED]>Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date : vendredi 14 mai 2004 09:23Objet : [JAVA3D] got little problem

[JAVA3D] got little problem picking object

2004-05-14 Thread hterrolle
hi,   i got this structure BrancGroup   TransformGroup => main                                                                 TransformGroup => object 1                                                                 TransformGroup => obj

Re: [JAVA3D] lookAt method

2004-04-27 Thread hterrolle
Hi, I try toayt the LookAt() method. My test let me know that it is usefull to set the object in the midle of the canvas. If you want to focus on one object the setTranform is enough. You just nedd to get the transform3d of the transformgroup of the wiewplatform. Then set the position minus X of

[JAVA3D] performance using Bound

2004-04-02 Thread hterrolle
HI, i wondering if the size of the bound cost in J3D. For example: If a i set the bound of my scene to 100 does it cost more in CPU for vertor recalculation that if i set the bound to 50. Thanks === To

Re: [JAVA3D] parameters for optimization

2004-04-02 Thread hterrolle
Sorry i forget to ask you. If i limit the swat size does the machine will use more RAM memorie ? === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For gener

Re: [JAVA3D] parameters for optimization

2004-04-02 Thread hterrolle
Re: [JAVA3D] parameters for optimization > hterrolle wrote: > > >Hi, > > > > can i disable the virtuel memorie of java process ? > > > There are alot of parameters to adjust how GC and memory allocation works, but I dont recommend using them unless you really know w

Re: [JAVA3D] parameters for optimization

2004-04-02 Thread hterrolle
Hi, can i disable the virtuel memorie of java process ? thanks === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PR

Re: [JAVA3D] parameters for optimization

2004-04-02 Thread hterrolle
- From: "Nikolai V. Chr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 02, 2004 1:42 PM Subject: Re: [JAVA3D] parameters for optimization > hterrolle wrote: > > >hi, > > > >I find out that more i load object more it is slow. I like t

[JAVA3D] parameters for optimization

2004-04-02 Thread hterrolle
hi, I find out that more i load object more it is slow. I like too know parameters that could speed out the java execution. I think that the probleme is comming from memories realocation and swap of course. My java executable use about 350 M of memories and i got a CENTRINO machine which is quite

[JAVA3D] Zoom probleme

2004-03-29 Thread hterrolle
Hi, I got a little problem with the zoom. When i mouseZoom i can only go until -50.00. Were 50 is the space bettxeen the eys position and the objet. if i got an object at position 50 i need to be at 0. I i want to see object at position 100 i nedd to be at 50 with the zoom. I got no idea from w

[JAVA3D] 3D information design

2004-03-19 Thread hterrolle
Hi, IF you want to see what JAVA able to do. Have a look at this site. http://hterrolle.free.fr/3Dapp/3dapp-test.html There is a Visio Conference Option if some poeple need to use one. Enjoy this new Re-Presentation of information world. Regards Herve PS: do not hesitate to sen

Re: [JAVA3D] problems in Using xj3d to read wrl file's animation data

2003-09-25 Thread hterrolle
eia how to make WebStart for Java3D, so I >will appreciate your help ;) > >I am downsizing the model, from 50k to 10k polygons, >so old vcards will be able to run it at high FPS. > >Alessandro Borges > > --- hterrolle <[EMAIL PROTECTED]> escreveu: > Hi >aleandro, &g

Re: [JAVA3D] problems in Using xj3d to read wrl file's animation data

2003-09-25 Thread hterrolle
Hi aleandro, If you need help to make your demo running with WEB START. i will help you with pleasure. You help me already I think it is interesting to see the demo Herve -Message d'origine- De : Alessandro borges <[EMAIL PROTECTED]> Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date : jeud

Re: [JAVA3D] Loading shapes from databases

2003-09-16 Thread hterrolle
hi,   I think it is a good idea in principe. Hi doot you think about using the Object database technologie. Each object couldbe a class.   I am not sure it help but it is one idea you could think about.   regards     Herve   -Message d'origine-De : Alessandro Borges <[EMAIL PRO

Re: [JAVA3D] Working whit byte problem

2003-09-12 Thread hterrolle
convert int to byte >i = (int) b; // convert byte to int, b=-10-> int = -10 >i = (int) (b & 0xff) // unsigne b and convert it to int , b=-10 > -> int = 245 > > >ok ? > > > >hterrolle wrote: > >>I think i find my way using the ByteArr

Re: [JAVA3D] Working whit byte problem

2003-09-11 Thread hterrolle
whit byte problem >Hi, > >The answer to your problem is probably the native static method >System.arraycopy() > > > > >hterrolle wrote: > >> Hi, >> >> I know it is not the best place to ask this. But i do not know any >> other were people a

Re: [JAVA3D] Working whit byte problem

2003-09-11 Thread hterrolle
gt; >The answer to your problem is probably the native static method >System.arraycopy() > > > > >hterrolle wrote: > >> Hi, >> >> I know it is not the best place to ask this. But i do not know any >> other were people answer. >> I got a problem wo

[JAVA3D] Working whit byte problem

2003-09-11 Thread hterrolle
Hi,   I know it is not the best place to ask this. But i do not know any other were people answer. I got a problem working with byte type in JAVA. i am use to C.   So i like to crete a struc             byte toto                     byte[]  size    = new byte[10];                     byte

[JAVA3D] span problem

2003-09-04 Thread hterrolle
Hi Webmaster,   Why do i get the antispan UOL from java interest group.      Olá,Vocę enviou uma mensagem para [EMAIL PROTECTED]Para que sua mensagem seja encaminhada, por favor, As próximas me

[JAVA3D] interesting question

2003-09-04 Thread hterrolle
HI all,   I am just thinking about what JAVA is to slow in execution. First i think that the iterpretor does not care but anuse class which ask more memory to manage. And of course slow down CPU. I would like to know if depending on the OS (operation system) performence are better or worse. B

[JAVA3D] Setting up J3D from ifferente platform user.

2003-09-02 Thread hterrolle
Hi,   I do not want to span the list as i did last fews day. I just think that it is the best list for J3D hekp. My question is how to make J3D application avalaible for different platform (OS) WIN, Linuxx, MAc. Do i need to give differentcode or is the Win code can be executed on all these p

[JAVA3D] new J3D application running on WEB

2003-09-02 Thread hterrolle
Hi,   after 18 months of hard work i am ready to show an prototype of what could be future information system desing. they is still some error comming to the java console but it work. only 3 option are not available. two rel time and media one. But it is just to get fedd back and conctact.  

Re: [JAVA3D] Need web tester for my application

2003-09-02 Thread hterrolle
Hi, i wanted to test my own server first. But i managed to set my page on my provider server. i send you the adresse http://hterrolle.free.fr/3Dapp/3dapp-test.html i am currently testing the siote so i want take risk open my develpment machine any more. But you can try if everything work. i ha

[JAVA3D] Need web tester for my application

2003-09-02 Thread hterrolle
Hi,   I would like to know if somebody got few time to try my application. Send me an e-mail in privacy. I need one person at the moment i do not know how many connexion can my server support.   Thanks   PS : it is a nice run an 3D information system design.  

[JAVA3D] SUN certifacate Apologize

2003-09-02 Thread hterrolle
Hi,   Sorry forthe excitement of this morning. The errue was comming from a bad setup on my machine. I find out after 1 hours of hunger that a 1.3 KEYTOOL.EXE was in my C:/windows. So it was taking first from the command line on of courseit was looking for hard coded version.   So i am very c

Re: [JAVA3D] certificate problem

2003-09-02 Thread hterrolle
thanks         Herve -Message d'origine-----De : hterrolle <[EMAIL PROTECTED]>Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date : mardi 2 septembre 2003 12:16Objet : [JAVA3D] certificate problem Sorry to disturb this mailing list with my problem. But i find out that

[JAVA3D] certificate problem

2003-09-02 Thread hterrolle
Sorry to disturb this mailing list with my problem. But i find out that SUN do good work and is a good support for technical approch. But i have looked everywhere to find information to how to promopte JAVA work and specially what to do to make available hower work on the Net. I think it is

[JAVA3D] certificate problem

2003-09-02 Thread hterrolle
hi,   i have looked at my Osp.cer and i find that is not valid anymore. How can i get a new one.   thanks === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST".

[JAVA3D] Keytool problem for certificate

2003-09-02 Thread hterrolle
hi, i try to signed my application but when i use Keytool i got this strnge answer.   Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'has value '1.4', but '1.3' is required.Error: could not find java.dllError: could not find Java 2 Runtime Environ

Re: [JAVA3D] viewing problem

2003-09-01 Thread hterrolle
go the other way it should be fine. -Message d'origine-De : dafna gordon <[EMAIL PROTECTED]>ְ : [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date : lundi 1 septembre 2003 16:02Objet : [JAVA3D] viewing problem I created a simple scene with two cylinders (one small and the o

Re: [JAVA3D] Web Server J3D

2003-09-01 Thread hterrolle
My english is not so good and i am technicien and not really a good writer. i got i big trouble. Is that i use FILE.CLASS inside a DefaultMutableTree. I do not create any phisical file but i got file permision denie insede the defaultMutableTree. i try to set privilege coding a FilePermission for

[JAVA3D] Web Server J3D

2003-09-01 Thread hterrolle
hi,    i needone prson to help me to test my application. Does anybody isponible for this.   thank toletme know === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTE

[JAVA3D] Web Server J3D

2003-09-01 Thread hterrolle
Hi all of J3D people how have spend hours on working and helping each other,   After 18 months of work i am ready to share with you the rsult of my work ( of course not the source). I am nearly ready to give the URL adresse of the application. But i lgot i big trouble running my appli has ap

Re: [JAVA3D] Web Server J3D

2003-08-31 Thread hterrolle
ngs section select in witch browser your >going to run the applet. An that it for the client settings. > >On the server you have to put your jar file in the folder contaning the html >page that gone a start it. > >That what I did. Hope it help. > >Serge Bernier > > >

[JAVA3D] Web Server J3D

2003-08-31 Thread hterrolle
Hi,   I have create an APACHE server to server J3D apllet. I tst it with a friend how could open the page from my server but how was not able to run the HelloUniverse_plugin.html page on is machine. He got the pluging JAVA 1.4.1 installed and running but got problem with "HelloUniverse/javax

Re: [JAVA3D] CANCAS3D inside CANVAS3D

2003-08-30 Thread hterrolle
3D What about a floating Window instance with a Canvas3D inside ??   Alessandro - Original Message - From: hterrolle To: [EMAIL PROTECTED] Sent: Friday, August 29, 2003 6:29 AM Subject: [JAVA3D] CANCAS3D inside CANVAS3D Hi,  

[JAVA3D] io file permission

2003-08-29 Thread hterrolle
hi,   Sorry to disturb with my problem. But i try to find  solution reading doc and watchiing developer network forum. But it is not clear for me. My objectif is to make my application as a demo. So i need to give read write acces to a local directorie on the web site. So i need answer to th

[JAVA3D] policy file

2003-08-29 Thread hterrolle
hi,   Sorry to disturb with my problem. But i try to find  solution reading doc and watchiing developer network forum. But it is not clear for me. My objectif is to make my application as a demo. So i need to give read write acces to a local directorie on the web site. So i need answer to the

[JAVA3D] java.io.filepermission

2003-08-29 Thread hterrolle
hi,   i use FileNode to create Jtree object relation. I find out that tha FileNode CLASS require some privilege lto be executed in Applet. Does some one could give me an idea where to look for to remove this little problem. or give me some information about the io security. I read the Guide

[JAVA3D] java.io.filepermission

2003-08-29 Thread hterrolle
hi,   i got this probleme when i try to run my application as Applet. Someone could help me to andrestand what is wrong.   The TEST is a directorie   Thanks   it is the last Bug before i can show  this application to J3D interest group --- TreeTableExample2

[JAVA3D] What is the URL of java3D interest ARCHIVE

2003-08-29 Thread hterrolle
hi,   i i am lookoing for the J3D archives or the J3D weekly posted question. I forgeatthe URL   Thanks     Herve === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-IN

[JAVA3D] CANCAS3D inside CANVAS3D

2003-08-29 Thread hterrolle
Hi,   I would like to know if it is possible to display an Canvas3D inside another Canvas3D. I think this could be possible using Double buffering but i do not know.   If some one did it already. I woul be interested by how i did.   Thanks         herve

[JAVA3D] archive link

2003-08-28 Thread hterrolle
Hi,   i do not remember the archive URL.   Thanks to send it       Herve === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to

[JAVA3D] offscreen inside a canvas

2003-08-28 Thread hterrolle
Hi,   I would like to display a new canvas inside existing canvas. It is possible with J3D ? and how can i make it ?   Thanks         Herve === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the

Re: [JAVA3D] Behaviour processStimulus doesn't start (scheduling bounds of course set)

2003-08-20 Thread hterrolle
do not forget to rearm the behavior every time you get it   -Message d'origine-De : Johannes Neubauer <[EMAIL PROTECTED]>À : [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date : mercredi 20 août 2003 12:40Objet : Re: [JAVA3D] Behaviour processStimulus doesn't start (scheduling bou

Re: [JAVA3D] 3D financial data visualization

2003-08-14 Thread hterrolle
yes i know -Message d'origine-De : Taner Diler <[EMAIL PROTECTED]>Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date : jeudi 14 aoűt 2003 16:50Objet : [JAVA3D] 3D financial data visualization hii,   do you know financial data visualization chart tool that is changab

[JAVA3D] socket problem

2003-08-14 Thread hterrolle
Hi,   I know it is not the right place to ask this question but it is a strange problem. I got this message. and i do not know on wich direction to look to rsolve it.   java.net.SocketException: No buffer space available (maximum connections reached?): connect thanks if someone got the answer

Re: [JAVA3D] 3D financial data visualization

2003-08-14 Thread hterrolle
b site to look?  - Original Message - From: hterrolle To: [EMAIL PROTECTED] Sent: Thursday, August 14, 2003 5:57 PM Subject: Re: [JAVA3D] 3D financial data visualization yes i know -Message d'origine-De : Taner Dile

[JAVA3D] 3D human body

2003-08-10 Thread hterrolle
Hi,   I am looking for a 3D human body. Does someone knows were i could find one ?   Thanks === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general

Re: [JAVA3D] Human Body

2003-08-07 Thread hterrolle
-Message d'origine- De : Nikolai V. Chr. <[EMAIL PROTECTED]> Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date : jeudi 7 aoűt 2003 15:14 Objet : Re: [JAVA3D] Human Body >hterrolle wrote: > >> Hi, >> >> I am lookingfora human body. Does someone know

[JAVA3D] Human Body

2003-08-07 Thread hterrolle
Hi,   I am lookingfora human body. Does someone knows were i could find it ?   Thanks === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help,

Re: [JAVA3D] I want to move loaded shapes!!

2003-07-20 Thread hterrolle
Set the pickable attribut for the objet. -Message d'origine- De : nagehan pala <[EMAIL PROTECTED]> À : [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date : samedi 19 juillet 2003 14:36 Objet : [JAVA3D] I want to move loaded shapes!! >Hi all > >My program loads two .obj files and they are added to

[JAVA3D] problem running the application into a JAR

2003-07-07 Thread hterrolle
Hi,   I try to run my application into a jar by executing  this command " javaw -jar xxx.jar" i setup the manifest correctly. But when i run it i cannot see nothing on the screen but the process seems to run. I have changed something but i forget it. I send the code in case or someone could

Re: [JAVA3D] Is Java3D dead?

2003-06-24 Thread hterrolle
I agree for use of speed. But i think the problem of speed is just because Java is not conpiled but need to be interpreted. But on the other way. Compiuters goes faster than before and RAM become bigger. In this point of view JAVA goes with buisness. But i agree they must do some effort in Memories

Re: [JAVA3D] Is Java3D dead?

2003-06-24 Thread hterrolle
I agree. Software devellopement is hard work. And always improve. Java anyway got a big advantage. it is well structured and i am sure it will improve to use hard ware possibilities. I Hope -Message d'origine- De : Alessandro Borges <[EMAIL PROTECTED]> Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECT

[JAVA3D] Beginiers in JMF question

2003-06-24 Thread hterrolle
Hi,   I was very busy on J3D. So i come back to JMF. i got some problem running the transmit on the same machine.       it is possible to do it ?   When i open 2 JMSStudio. One for transmiting the second for receiving i set the RTP to my local machine. when i transmit for the first to the sec

Re: [JAVA3D] AW: [JAVA3D] Memory comfirmation

2003-06-17 Thread hterrolle
ed in the current release.   Cheers,   Florin -Ursprüngliche Nachricht-----Von: hterrolle [mailto:[EMAIL PROTECTED]Gesendet: Dienstag, 17. Juni 2003 16:08An: [EMAIL PROTECTED]Betreff: [JAVA3D] Memory comfirmation Hi,   i incease the RAM on my machine so JAVA i

[JAVA3D] Memory comfirmation

2003-06-17 Thread hterrolle
Hi,   i incease the RAM on my machine so JAVA is able to consume more memories than before. The great things is that my application run much fasrter and can hold more information. But when i for example destroy 100 frames i do not see any recover of the memori on my systyeme memory monitor.

[JAVA3D] Need introduction to VRML

2003-06-13 Thread hterrolle
Hi,   Could someone send me adresse were i could find simple code for an introduction to VRML. When i said simple not too simple which means this the use of behavior if this is possible.   Thanks

Re: [JAVA3D] Appearance Problem

2003-06-10 Thread hterrolle
Dani. - Original Message - From: hterrolle To: [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 11:08 AM Subject: [JAVA3D] Appearance Problem Hi,   I got a new little problem with the Appearance.    

[JAVA3D] Appearance Problem

2003-06-10 Thread hterrolle
Hi,   I got a new little problem with the Appearance.     Class ColorCube {      QuadArray cube = new QuadArray(400, QuadArray.COORDINATES |   QuadArray.NORMALS | QuadArray.BY_REFERENCE );     / of course i got the vertex by

Re: [JAVA3D] AW: [JAVA3D] AW: [JAVA3D] AW: [JAVA3D] niewbie in Java3d, HELP

2003-06-06 Thread hterrolle
imple program definitely i will be able to play with it and learn much >more. But the problem is that i cannot find an easy one! > > > > >- Original Message - >From: hterrolle <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Friday, June 06, 2003 1:0

Re: [JAVA3D] AW: [JAVA3D] AW: [JAVA3D] AW: [JAVA3D] niewbie in Java3d, HELP

2003-06-06 Thread hterrolle
hi newbies, there a lot of example that you should studie first. Than after studying examples. Things would be more clear in your mind. I just said that because it is important to learn first. Take the eample and play with it, change it. There is no other solution to learn. herve -Message d'o

Re: [JAVA3D] AW: [JAVA3D] AW: [JAVA3D] SUN interest with new application devel opment

2003-06-06 Thread hterrolle
course, working as software architect in the financial industry. A little boring, all that j2ee. And yes, looking for a new job.   Cheers,   Florin -Ursprüngliche Nachricht-Von: hterrolle [mailto:[EMAIL PROTECTED]Gesendet: Freitag, 6. Juni 2003 10:46An: [

Re: [JAVA3D] Possible lighting bug

2003-06-06 Thread hterrolle
I know that after fews hours my video card does not show anything or light object diferently and i need to reboot. i use ATI wonder -Message d'origine- De : Fabrizio NUNNARI <[EMAIL PROTECTED]> Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date : vendredi 6 juin 2003 11:02 Objet : Re: [JAVA3D

Re: [JAVA3D] AW: [JAVA3D] SUN interest with new application development

2003-06-06 Thread hterrolle
rüngliche Nachricht-Von: hterrolle [mailto:[EMAIL PROTECTED]Gesendet: Freitag, 6. Juni 2003 10:22An: [EMAIL PROTECTED]Betreff: [JAVA3D] SUN interest with new application development Hi Florin,   I spend more than one years developing an application. I'd like to

[JAVA3D] SUN interest with new application development

2003-06-06 Thread hterrolle
Hi Florin,   I spend more than one years developing an application. I'd like to know if SUN could be interested with new application. and if they would ! how can i get in touch with them. What is the procedure.

Re: [JAVA3D] AW: [JAVA3D] GeometryUpdater Problem

2003-06-06 Thread hterrolle
Problem Typing error ! The method name is updateData not updateDada !!! ^ ^ Cheers, Florin -Ursprüngliche Nachricht----- Von: hterrolle [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 6. Juni 2003 09:43 An: [EMAIL PROTECTED] Betreff: [JAVA3D] Geomet

[JAVA3D] GeometryUpdater Problem

2003-06-06 Thread hterrolle
Hi,   i have done this and in this case UpdateDate does not compile. So i got   class toto implements GeometryUpdater {       GeometryArray  geom;     public void updateData(Geometry geometry) { }       public void update() {    geom.updateDada(this);

Re: [JAVA3D] In the news

2003-06-05 Thread hterrolle
I hope that you will keep the good work that J3D team does. Because it is not the case on other interest group.   I can said that your are ecellent all of you.   i am not use to compliment but some it ned to be done   Herve the bear -Message d'origine-De : Doug Twilleager <[EMAIL

Re: [JAVA3D] adding vertex to existing Geometry

2003-06-04 Thread hterrolle
No idea ??? -Message d'origine-De : hterrolle <[EMAIL PROTECTED]>Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date : mercredi 4 juin 2003 11:08Objet : [JAVA3D] adding vertex to existing Geometry Hi,   I would like to add vertex to already

[JAVA3D] adding vertex to existing Geometry

2003-06-04 Thread hterrolle
Hi,   I would like to add vertex to already exiting geometry. I thought doing it inside my Behavior trough the Updatedata of the GeometryUpdeter. But i do not know if it is possible. Because that i read from GeometryArray method allow to modified existing vertex but not to add new one to t

Re: [JAVA3D] AW: [JAVA3D] I am contributing code for counting triangles and ve rtices

2003-06-04 Thread hterrolle
I got mail undelivery problem some one could help me Thanks -Message d'origine- De : Florin Herinean <[EMAIL PROTECTED]> Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date : mercredi 4 juin 2003 09:46 Objet : [JAVA3D] AW: [JAVA3D] I am contributing code for counting triangles and ve rtices

[JAVA3D] Mail delivbery Probleme

2003-06-04 Thread hterrolle
Hi i got some probleme. What can i do ?   This is the Postfix program at host swjscmail1.java.sun.com.I'm sorry to have to inform you that the message returnedbelow could not be delivered to one or more destinations.For further assistance, please send mail to If you do so, please include this

[JAVA3D] adding vertex to existing Geometry

2003-06-04 Thread hterrolle
Hi,   I would like to add vertex to already exiting geometry. I thought doing it inside my Behavior trough the Updatedata of the GeometryUpdeter. But i do not know if it is possible. Because that i read from GeometryArray method allow to modified existing vertex but not to add new one to th

Re: [JAVA3D] OrderedGroup and transparency

2003-06-03 Thread hterrolle
i have never use transparency. could you give some example. thanks -Message d'origine- De : Vladimir Vernikovski <[EMAIL PROTECTED]> À : [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date : mardi 3 juin 2003 12:40 Objet : Re: [JAVA3D] OrderedGroup and transparency >On Mon, 2 Jun 2003 14:48:31 +0

Re: [JAVA3D] Best way to generate animation files (.mov) from a scenegraph ... or VRML

2003-04-06 Thread hterrolle
hi P, i just need i little bit mre information. Where can i download the J3Deditor you show in picture thanks === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTERES

Re: [JAVA3D] Best way to generate animation files (.mov) from a scenegraph ... or VRML

2003-04-06 Thread hterrolle
animation are here: > >http://www.frontiernet.net/~imaging/shout3d/models/H-Anim/darts_animation_V RML.wrl >http://www.frontiernet.net/~imaging/shout3d/models/H-Anim/darts_player_H-An im.wrl > > > A very simple VRML human model ( hand written ) with animation is here: > > htt

[JAVA3D] JAVAX.MEDIA.J3D SOURCE

2003-04-05 Thread hterrolle
Hi,   I'd like to know if it is possible to get the javax.media.j3d source   thanks

Re: [JAVA3D] OrientedShape3D behaving abnormally

2003-04-05 Thread hterrolle
It is Possible to create an Oriented TransformGroup an Idea -Message d'origine- De : Martin Traverso <[EMAIL PROTECTED]> À : [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date : vendredi 4 avril 2003 20:04 Objet : Re: [JAVA3D] OrientedShape3D behaving abnormally >Thanks Alessandro! That fix

Re: [JAVA3D] Best way to generate animation files (.mov) from a scenegraph ... or VRML

2003-04-05 Thread hterrolle
Really not to bad the application and specially the arborescence. What It is? Herve -Message d'origine- De : P. Flavin <[EMAIL PROTECTED]> À : [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date : vendredi 4 avril 2003 19:15 Objet : Re: [JAVA3D] Best way to generate animation files (.mov) from a sc

[JAVA3D] JVM problem during processing

2003-04-04 Thread hterrolle
Hi,   I am testing my application. But i got an exception acces memory after a certain time. How to report it because i do not have log only a dialog box windows that sais error JVM.DLL.   thanks

Re: [JAVA3D] Modifying java source

2003-04-03 Thread hterrolle
JAVA3D] Modifying java source public class MyJEditorPane extends JEditorPane ... -Ursprüngliche Nachricht-----Von: hterrolle [mailto:[EMAIL PROTECTED]]Gesendet: Donnerstag, 3. April 2003 12:12An: [EMAIL PROTECTED]Betreff: Re: [JAVA3D] Modifying java source what do you

Re: [JAVA3D] Modifying java source

2003-04-03 Thread hterrolle
sibility that you can just subclass JEditorPane and fix the bug in your class ? That will make your app portable, while changing the jre/jdk will directly prohibit that. -Ursprüngliche Nachricht-----Von: hterrolle [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 3. April 2003

Re: [JAVA3D] AW: [JAVA3D] Modifying java source

2003-04-03 Thread hterrolle
it in both rt.jar files, in the sdk and in jre.   Cheers,   Florin   P.S. Why do you need to change a class from the jdk distribution ? -Ursprüngliche Nachricht-----Von: hterrolle [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 3. April 2003 11:21An: [EMAIL

Re: [JAVA3D] AW: [JAVA3D] AW: [JAVA3D] Modifying java source

2003-04-03 Thread hterrolle
m the jre. So you need to change both of them.   Cheers,   Florin -Ursprüngliche Nachricht-----Von: hterrolle [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 3. April 2003 11:42An: [EMAIL PROTECTED]Betreff: Re: [JAVA3D] AW: [JAVA3D] Modifying java source Hi Flo

Re: [JAVA3D] AW: [JAVA3D] Modifying java source

2003-04-03 Thread hterrolle
Ursprüngliche Nachricht-----Von: hterrolle [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 3. April 2003 11:21An: [EMAIL PROTECTED]Betreff: [JAVA3D] Modifying java source Hi, I got one question. I tryt to modified some java source from the JDK 1.4 i could modified the c

[JAVA3D] Modifying java source

2003-04-03 Thread hterrolle
Hi, I got one question. I tryt to modified some java source from the JDK 1.4 i could modified the code recompile but when i debug the change are not taken into account but i can see that the code is still changed.   thanks

  1   2   >