Re: [JAVA3D] 3D Job sites & J3d.org

2000-07-03 Thread Adam Treat
i'd be very interested in something like this. i've been looking for companies that were developing for Java3D, especially in the new york area, but i didn't find much. judging from the difficulty of the search i am hesitant to think that there are many out there. adam - Original Message --

[JAVA3D] How obtain a universe from Canvas3D or Browser???

2000-07-03 Thread Hector Jose Ospino Velasquez
Hi i´m interested in know how i do to get the universe, if i have only a Browser ( i use vrml97 to insert vrml-hanim avatars) and canvas3d, because a browser function create the universe and the locale inside of the library methods, an i from the main file only have acces to these to objects canva

Re: [JAVA3D] 3D Job sites & J3d.org

2000-07-03 Thread John Pallister
I agree. As someone in the same general position (although not an academic [hint]), I'd be very interested in a current list of jobs. It would also give an excellent indication of the level of "life" in the field (a bit like this list). Speaking of signs of life, could you include a section for V

Re: [JAVA3D] 3D Job sites & J3d.org

2000-07-03 Thread Isie Masri
Hi Justin, We are doing extensive Java 3D development, can you please forward me you resume. Thanks, Isie Masri Chief Technology Officer Xtivia Technologies At 10:03 AM 7/4/2000 +0800, you wrote: >Folks, > >Motivated by purely personal interests, I'm considering adding a Jobs >section to j3d.o

Re: [JAVA3D] 3D Job sites & J3d.org

2000-07-03 Thread Chris Gates
As someone who is more than a beginner and not yet a seasoned veteran with Java and Java3D, I think it would great to have a listing for both of job postings and of those individuals and teams involved in research, both academically (like myself) and in the commercial world. My2 cents, CG ___

[JAVA3D] 3D Job sites & J3d.org

2000-07-03 Thread Justin Couch
Folks, Motivated by purely personal interests, I'm considering adding a Jobs section to j3d.org (yup, my employer terminated its entire development team yesterday). In particular, this would look at jobs that were targeted at J3d developers specifically. Do you think this is something that is wo

Re: [JAVA3D] Smooth, simple animation

2000-07-03 Thread Hongkun Wang
Hi, I tried to prohibit the automatical Garbage Collection by "-Xnoclassgc" command line for Java. Then I explicitly call 'System.gc()' to execute GC from time to time in my code. But I did not get very significant improvement. Another problem is "Thread Synchronization", sometimes when a synchron

[JAVA3D] Setting up polyhedrons for shade view

2000-07-03 Thread Rajamiyer Ravichandran
Hi, I am writing a J3d viewer for solids objects defined by various polyhedrons. The objects are described by vertices,edges, and faces. But I have trouble in deciding clock-wise and counter-clockwise ordring of face vertices so that I can apply shading and light. Any tips on how can I make only t

Re: [JAVA3D] JAVA3D-INTEREST Digest - 1 Jul 2000 to 2 Jul 2000 (#2000-113)

2000-07-03 Thread Vlad Valica
Buna Ce faceti? Ce face Pufi? Ati dormit? V-ati linistit? Noi suntem bine, mai ales eu, pentru ca azi nu a venit nici tanti nici Nicolas la serviciu si ca urmare nu a trebuit sa incep lucrul. Mi-am recuperat bagajul, asa ca m-am linistit de tot cu asta. Azi nu am facut nimic caci am tot asteptat s

[JAVA3D] Java 3D for IRIX

2000-07-03 Thread Kraemer, Max, CTR
Does anyone know if Java 3D 1.2 will be available for IRIX any time soon? Max Kraemer [EMAIL PROTECTED] (719) 567-0869 === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3

Re: [JAVA3D] security acception in J3D applet

2000-07-03 Thread François Savard
I had this problem when I try to access files that aren't on the same domain as the applet itself. For example, if your applet is on www.mydomain.com and it loads files from www.anothersdomain.com java throws this exception. To avoid this, you have two choices: Put the files on the same domain or

[JAVA3D] Multiple Textures

2000-07-03 Thread Ben Arbel
hello everyone,,   can anyone help me ? im trying to apply multiple textures to the same geometric shape.. what is the best way of doing that ?   thanks ben

Re: [JAVA3D] Smooth, simple animation

2000-07-03 Thread Joerg 'Herkules' Plewe
I don't thinks its an performance issue so far. The whole stuff easily goes with 40-70 FPS. I think the problem has more a fundamental taster, for I NEVER saw a smooth J3D animation so far. - J Joerg 'Herkules' Plewe HARDCODE Development http://www.hardcode.de > -Original Message- > Fro

Re: [JAVA3D] cult3d vs java3d

2000-07-03 Thread G . Veith
moreover: java3d is platform-specific and needs at least jre 1.2. cult3d is a software-renderer and also runs on jre 1.1.x Gernot Veith janet Ges. f. interaktive Medien mbH Garmischer Str. 19/21 D-81377 Muenchen fon: +49 (0) 89 - 54 26 21 - 19 fax : +49 (0) 89 - 54 26 21 - 15 mail:

Re: [JAVA3D] view planes

2000-07-03 Thread G . Veith
hi, you can try to put an (Inexed-) LineArray around the plane. AFAIK Thickness and color of the lines can be adjusted Gernot Veith janet Ges. f. interaktive Medien mbH Garmischer Str. 19/21 D-81377 Muenchen fon: +49 (0) 89 - 54 26 21 - 19 fax : +49 (0) 89 - 54 26 21 - 15 mail:

Re: [JAVA3D] Smooth, simple animation

2000-07-03 Thread Markus Junginger
Maybe you could try to calculate the rotation without the timer. Genaral Java performance tips: Declare your class final, which should speed the methods calls up a bit. Don't create new objects in proccessStimulus or other methods, that are called quite often! Creating objects has quite an overhea

Re: [JAVA3D] Smooth, simple animation

2000-07-03 Thread Ulrich Staudinger
Another aspect not to forget is the garbage collection! When working with shark3d we had problems due to the java-implementation in the engine. After a certain time a garbage collection will occur - grabbing all systemressources. Thats really a big problem for realtime applications which are supp

Re: [JAVA3D] Smooth, simple animation

2000-07-03 Thread Marco Lohse
Hi Joerg, maybe you should take a look at the PathInterpolator-class and subclasses. They run quite smooth. I think there is a TCB spline interpolator class with sources included in the j3d utilities. Hope that helps, Marco. Joerg 'Herkules' Plewe wrote: > > Imagine you intend to drive a spacesh

[JAVA3D] Java3d 1.2 for Linux

2000-07-03 Thread Desiree Hilbring
Hi, does anybody know, when I can expect Java3D1.2 for Linux? Thanks Desiree oo | Desiree Hilbring Institut fuer Photogrammetrie und Fernerkundung | | Universitaet Karlsruhe, Germany

[JAVA3D] Smooth, simple animation

2000-07-03 Thread Joerg 'Herkules' Plewe
Imagine you intend to drive a spaceship through a J3D scene, lets say with constant speed. The camera is fixed at the ship. What would be the best way to do that really smooth? Esp. on Win32? I tried to create a Behavior that works on the getViewingPlatform().getViewPlatformTransform(). The behav

[JAVA3D] view planes

2000-07-03 Thread Desiree Hilbring
Hi, I am creating some planes, which are intersecting a box. First I want to give the user a view from the side of the box. Then I am seeing the planes from the side as well. Unfortunately the planes are kind of two-dimensional, so that I can't see them from the side. Can I change that? I would li

[JAVA3D] Java 3D 1.2 DirectX version

2000-07-03 Thread Augustin Gjini
Anybody can tell me when Java 3D 1.2 DirectX version will be available ? Thanks in advance ! === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-

[JAVA3D] security acception in J3D applet

2000-07-03 Thread Marjon van den Broek
Hello, Has anyone seen this problem in Java3D applet. When i run a Java3D applet on the same machine as the webser everything works fine (local). When i run the applet on a remote machine I get this security exception. java.lang.ExceptionInInitializerError: java.security.AccessControlException:

Re: [JAVA3D] Java 3D FAQ Weekly Posting

2000-07-03 Thread Justin Couch
Marjon van den Broek wrote: > > Thank you very much. This is just what I need. Is it a new FAQ? > I never heard of it before. No, it has existed in various forms for the past couple of years. It moved to the j3d.org site about 6 months ago. Unfortunately the posts don't appear every week on the

Re: [JAVA3D] Java 3D FAQ Weekly Posting

2000-07-03 Thread Marjon van den Broek
Thank you very much. This is just what I need. Is it a new FAQ? I never heard of it before. I spend days on finding out how to run a Java3D Applet in a browser. greetings Marjon The Java 3D FAQ <[EMAIL PROTECTED]> on 07/03/2000 06:00:00 AM Please respond to Discussion list for Java 3D API <

Re: [JAVA3D] cult3d vs java3d

2000-07-03 Thread Ole Vilmann
Java3D is running on the USERS hardware, and thus needs a java3d installation on the users computer. The problem with Java3D is that it is not, per default, supported by any of the web browsers. Downloading and installing is not automated. This means that it is only accessible by computer litteral