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 --
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
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
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
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
___
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
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
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
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
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
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
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
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
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:
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:
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
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
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
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
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
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
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-
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:
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
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 <
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
26 matches
Mail list logo