Re: [JAVA3D] Compressed Geometry

2002-05-24 Thread Doug Twilleager
Compressed geometry has no user defined texture coordinates associated with it. The only way to do texture mapping with compressed geometry is to use texture coordinate generation. Doug Twilleager Java 3D Team Sun Microsystems >Subject: [JAVA3D] Compressed Geometry >To: [EMAIL PRO

[JAVA3D] Compressed Geometry

2002-05-24 Thread Ashish Tayal
Hi, Can anyone tell me how to add texture data in the while using the CompressedGeometry. It's very easy to add texture data in the TriangleArray class. But when i use texture coordintate loaded GeometryInfo to make CompressedGeometry, java3d fails to apply textures. Can you tell me where am

Re: [JAVA3D] Compressed Geometry across network

2001-02-01 Thread Kevin Copps
I am also thinking of putting a CompressedGeometry into a JavaSpace. But for an Entry's data to be stored, its data members must be declared public. I am wondering how to get around this issue. Could a CompressedGeometryFile be written onto a StringBuffer, or some similar idea? > -Original M

[JAVA3D] Compressed Geometry across network

2001-01-28 Thread Rajamiyer Ravichandran
Hi All, I am wondering how can I send a CompressedGeometry object across the network. The CompressedGeometry class does not support Serializable interface. Thanks. Ravichandran __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great

[JAVA3D] Compressed Geometry

2000-12-11 Thread John Wright
Wouldn't it be simpler to explain it as something like "round off error"? (perhaps not technically accurate but it should be easy for most people to understand). Imagine "compressing" doubles to floats, the fine precision is lost but the rough number is the same (and uses half the storage). The

Re: [JAVA3D] Compressed geometry problems. Puzzling...

2000-11-30 Thread Mark Hood
> Date: Thu, 30 Nov 2000 17:19:56 -0500 > From: Shawn Kendall <[EMAIL PROTECTED]> > > I have a quick question about Compress Geometry. In know that the > memory/file footprint is reduce when using CompressedGoemetry. > > The question I have is, what is the performance effect? Does it incr

Re: [JAVA3D] Compressed geometry problems. Puzzling...

2000-11-30 Thread Mark Hood
> Date: Thu, 30 Nov 2000 16:55:34 -0500 > From: Adam Tegen <[EMAIL PROTECTED]> > > After hours of debugging I having quite figured it out yet. However, if I > call GeometryInfo.compact() I don't get the exceptions anymore. The > geometry seems VERY quantized to the point were the gaps be

Re: [JAVA3D] Compressed geometry problems. Puzzling...

2000-11-30 Thread Shawn Kendall
]On Behalf Of Shawn KendallSent: Thursday, November 30, 2000 5:20 PMTo: [EMAIL PROTECTED]Subject: Re: [JAVA3D] Compressed geometry problems. Puzzling...I have a quick question about Compress Geometry.In know that the memory/file footprint is reduce when using CompressedGoemetry.The quest

Re: [JAVA3D] Compressed geometry problems. Puzzling...

2000-11-30 Thread Adam Tegen
: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Shawn KendallSent: Thursday, November 30, 2000 5:20 PMTo: [EMAIL PROTECTED]Subject: Re: [JAVA3D] Compressed geometry problems. Puzzling...I have a quick question about Compress Geometry.In know that the memory

Re: [JAVA3D] Compressed geometry problems. Puzzling...

2000-11-30 Thread Shawn Kendall
r may not) be responsibly for the coordinate distortion?   Thanks,   Adam -Original Message-From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Adam TegenSent: Thursday, November 30, 2000 12:56 PMTo: [EMAIL PROTECTED]Subject: [JAVA3D] Compressed geometry p

Re: [JAVA3D] Compressed geometry problems. Puzzling...

2000-11-30 Thread Adam Tegen
ECTED]]On Behalf Of Adam TegenSent: Thursday, November 30, 2000 12:56 PMTo: [EMAIL PROTECTED]Subject: [JAVA3D] Compressed geometry problems. Hello-   I'm trying to use compressed geometry for J3d.  On some of the input, it works just find, and on some of it, it dies.  I ha

[JAVA3D] Compressed geometry problems.

2000-11-30 Thread Adam Tegen
Hello-   I'm trying to use compressed geometry for J3d.  On some of the input, it works just find, and on some of it, it dies.  I have reduced the problem to the following piece of code:   save(GeometryInfo geomInfo){     try    {     GeometryInfo[] geomInfos = new GeometryInfo[1];

[JAVA3D] Compressed geometry -- incorrect data?

2000-11-09 Thread Adam Tegen
Hello again- I'm trying to get CompressedGeometry to work. I can save a single piece of geometry to a file, and then load it back in. Everything is great except the coordinates have been scaled and translated into [-1,-1,-1] to [1,1,1]. I am assuming that I'm doing something wrong. Any ideas o

Re: [JAVA3D] Compressed Geometry Problems

2000-01-18 Thread Mark Hood
> Date: Mon, 17 Jan 2000 16:16:29 +0100 > From: Ingo Brunberg <[EMAIL PROTECTED]> > > As I am developing on linux at home and on IRIX at the university I have > to use J3D 1.1.1 until blackdown or SGI release newer versions. As far as > I can see, there is no problem with the colors. They

Re: [JAVA3D] Compressed Geometry Problems

2000-01-17 Thread Ingo Brunberg
Hello Mark, thanks for your answer. >> I want to build a server application, that sends a set of >> IndexedTriangleArrays to an applet. To minimize the amount of data, I >> tried to use a compressed geometry build by the >> com.sun.j3d.utils.compression classes. But I faced a lot of problems

Re: [JAVA3D] Compressed Geometry Problems

2000-01-17 Thread Zdenek Kabelac
> Hi folks, > > Third, the compression calculation is awfully slow. On my 233 MHZ PII > running under linux with jdk1.2.2-RC3 it takes approximately 3 minutes > for 30 IndexedTriangleArrays (each ~2000 triangles I guess) with > normals and per vertex colors. On a SGI octane with 300 MHZ R12000 > p

[JAVA3D] Compressed Geometry Problems

2000-01-14 Thread Ingo Brunberg
Hi folks, I want to build a server application, that sends a set of IndexedTriangleArrays to an applet. To minimize the amount of data, I tried to use a compressed geometry build by the com.sun.j3d.utils.compression classes. But I faced a lot of problems. First, it seems, that the normals or nor