Package | Description |
---|---|
org.scijava.java3d |
Provides the core set of classes for the
3D graphics API for the Java platform; click here for more information,
including explanatory material that was formerly found in the guide.
|
org.scijava.java3d.utils.compression |
Deprecated: Use
org.scijava.java3d.utils.geometry.compression
instead. |
Modifier and Type | Method and Description |
---|---|
void |
CompressedGeometry.getCompressedGeometryHeader(CompressedGeometryHeader hdr)
Deprecated.
Copies the compressed geometry header from the CompressedGeometry
NodeComponent into the passed in parameter.
|
Constructor and Description |
---|
CompressedGeometry(CompressedGeometryHeader hdr,
byte[] compressedGeometry)
Deprecated.
Creates a new CompressedGeometry NodeComponent by copying
the specified compressed geometry data into this object.
|
CompressedGeometry(CompressedGeometryHeader hdr,
byte[] compressedGeometry,
boolean byReference)
Deprecated.
Creates a new CompressedGeometry NodeComponent.
|
CompressedGeometry(CompressedGeometryHeader hdr,
J3DBuffer compressedGeometry)
Deprecated.
This constructor is not implemented.
|
Modifier and Type | Method and Description |
---|---|
void |
CompressedGeometryFile.write(CompressedGeometryHeader cgh,
byte[] geometry)
Deprecated.
Add a buffer of compressed geometry data to the end of the
resource.
|
Copyright © 2016–2022 SciJava. All rights reserved.