[JAVA3D] get relative size of OrientedShape3D

2005-04-30 Thread Omer Haybat
Hello, i have an OrientedShape3D with setConstantScale(true); I would like to know how the shape automatically scaled after a zoom in transformation. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body

[JAVA3D] Any way to write Z-buffer with raster?

2005-04-30 Thread Mark McKay
Hi, I'm trying to figure out how to write Z-buffer data. I have a raster that contains both color and depth information. While the color data is being rendered correctly, the depth information seems to be discarded. Is there a way to write both color and depth information? I'd like to be able to