this method has a number of rewards.
Doug.
>Subject: Re: [JAVA3D] Changes after compilation...
>To: [EMAIL PROTECTED]
>MIME-version: 1.0
>Content-transfer-encoding: 7bit
>X-Accept-Language: en-us
>Delivered-to: [EMAIL PROTECTED]
>User-Agent: Mozilla/5.0 (X11; U; SunOS sun
to follow the
> rule of restricting features at first, and then loosening up the
> semantics as things progress. Java 3D is fairly innovative with
> these types of features in a scene graph API, so we like to be
> cautious in these grey areas.
>
> Doug.
>
>
>>Subjec
cs as things progress. Java 3D is fairly innovative with
these types of features in a scene graph API, so we like to be
cautious in these grey areas.
Doug.
>Subject: Re: [JAVA3D] Changes after compilation...
>To: [EMAIL PROTECTED]
>MIME-version: 1.0
>X-MIMEOLE: Produced By Microsoft MimeOL
: [JAVA3D] Changes after compilation...
The issue is not with the concept of compilation and capability bits.
If you set capability bits, and
compile an object, then you do have access to the things that you set
with the capability bits. And,
given our current set of compile optimizations, it should
The issue is not with the concept of compilation and capability bits.
If you set capability bits, and
compile an object, then you do have access to the things that you set
with the capability bits. And,
given our current set of compile optimizations, it should work fine
because they are all mach
Dear Doug,
sorry for being a pain. I wanted to build an infinitely scalable Java3D environment,
and compilation will take so long eventually. My idea is to distribute the compilation
so that it doesn't overload one computer. I am working on it using a Linux cluster.
The compiled code will then be
graph, and then compile it on the remote computer before displaying.
Doug Twilleager
Java 3D Team
Sun Microsystems
>Subject: Re: [JAVA3D] Changes after compilation...
>To: [EMAIL PROTECTED]
>Delivered-to: [EMAIL PROTECTED]
>Delivered-to: [EMAIL PROTECTED]
>
>Thanks!
>
>But
Thanks!
But in that case, can i set all geometries, appearances, transform, behaviors, etc, in
a branchgroup, complie it, serialize it and attach this to a locale on
a different computer and render the scene from there?
thanks again!
pw
Serializing and transmitting compiled scene graph objects is not
a good idea - ie: undefined results. And, in this case, no you
could not change the appearance on the second computer. It is
still compiled.
Doug Twilleager
Java 3D Team
Sun Microsystems
>Subject: [JAVA3D] Changes af
Hi!
Suppose I have a class on one computer that returns a compiled sphere as an
object. This object is serialized and sent over the network to another
computer. Can I change the appearance of this sphere on the second computer?
thnaks!
pw
===
10 matches
Mail list logo