> Date: Fri, 18 Jan 2002 00:46:06 +0800
> From: « - - ïªn +äßàngå¥ - - » <[EMAIL PROTECTED]>
>
> how can you create a CompressedGeometry from a Primitive?
> my problem is that i wanted to save a shape created by
> the user from primitives to a file. i found that
> CompressionStream can acc
how can you create a CompressedGeometry from a Primitive?
my problem is that i wanted to save a shape created by
the user from primitives to a file. i found that
CompressionStream can accept Shape3D and output a
CompressedGeometry but as i understand, only the material
diffuse colors are kept (if
- Begin Forwarded Message -
> Date: Sun, 28 Jan 2001 18:07:21 -0800
> From: Rajamiyer Ravichandran <[EMAIL PROTECTED]>
>
> I am wondering how can I send a CompressedGeometry
> object across the network. The CompressedGeometry
> class does not support Serializable i
> Date: Mon, 11 Dec 2000 14:56:08 -0500
> From: Joe Boccanfuso <[EMAIL PROTECTED]>
>
> I am particularly concerned with the words "... with very little loss in
> object quality". My concern/question is as follows. Does this refer to
> (possibly) losing the actual co-ordinate (i.e. x, y,
Hello,
I would like to use the CompressedGeometry class and utilities, but I am a
bit concerned about the following statement taken from The Java 3D API
Specification's Appendix B
"Java 3D uses a compressed geometry format that allows 3D geometry to be
represented in an order of magnitude le
> Date: Wed, 27 Sep 2000 11:14:42 -0700
> Sender: Discussion list for Java 3D API <[EMAIL PROTECTED]>
> From: Jack Pien <[EMAIL PROTECTED]>
>
> CompressedGeometry in the API doc talks much about improving download speed
> across networks but when i try to use CompressGeometry in an Applet,
hi,
CompressedGeometry in the API doc talks much about
improving download speed across networks but when i try to use CompressGeometry
in an Applet, a Security Violation occurs. Is the CompressedGeometryFile
using a similar object to the File object (which i know causes all kinds of
secur
> Date: Mon, 25 Sep 2000 17:38:03 -0700
> Sender: Discussion list for Java 3D API <[EMAIL PROTECTED]>
> From: Jack Pien <[EMAIL PROTECTED]>
> Content-Length: 3344
>
> when i try to reconstruct my new scene graph using CompressGeometryFile
> object, Java3D doesn't seem to unclamp the compre
Dear Jack,
you are right, Java 3D doesn't rescale the coordinates of the
compressed geometry. You have to do this by hand. Notice, that since
Java 3D 1.2 there are two Point3Ds called upperBound and lowerBound in
the CompressedGeometryHeader, which you can use to store the original
scale of your
hi,
i'm trying to save a J3D scene graph into a number
of CompressedGeometryFile's. i noticed that the CompressedGeometry clamps
coordinates between (-1,1) probably as part of the compression algorithm.
but when i try to reconstruct my new scene graph using CompressGeometryFile
object, J
10 matches
Mail list logo