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.behaviors.sensor |
Provides 6DOF sensor behavior classes.
|
org.scijava.java3d.utils.behaviors.vp |
Provides ViewPlatform navigation utility classes.
|
org.scijava.java3d.utils.compression |
Deprecated: Use
org.scijava.java3d.utils.geometry.compression
instead. |
org.scijava.java3d.utils.geometry |
Provides geometry construction, triangulation, and optimization
utility classes.
|
org.scijava.java3d.utils.geometry.compression |
Provides compressed geometry utility classes.
|
org.scijava.java3d.utils.picking |
OBSOLETE: provides picking utility classes for the old
picking methods.
|
Modifier and Type | Class and Description |
---|---|
class |
OrientedShape3D
The OrientedShape3D leaf node is a Shape3D node that is oriented
along a specified axis or about a specified point.
|
Modifier and Type | Method and Description |
---|---|
Shape3D[] |
CompressedGeometry.decompress()
Deprecated.
Decompresses the compressed geometry.
|
Shape3D |
TransparencySortGeom.getShape3D()
Returns the Shape3D being rendered using this geometry.
|
Shape3D |
ShaderError.getShape3D()
Returns the shape node associated with this shader error.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext3D.draw(Shape3D shape)
Draw the specified Shape3D leaf node object.
|
void |
ShaderError.setShape3D(Shape3D shape)
Sets the shape node associated with this shader error.
|
Modifier and Type | Class and Description |
---|---|
class |
SensorBeamEcho
A Shape3D representing a beam pointing from the origin of a
sensor's local coordinate system to its hotspot.
|
class |
SensorGnomonEcho
A Shape3D representing a gnomon pointing along each coordinate
axis.
|
Modifier and Type | Method and Description |
---|---|
Shape3D |
WandViewBehavior.getEchoGeometry()
Gets the
Shape3D defining the 6DOF sensor's echo geometry
and appearance. |
Constructor and Description |
---|
CompressionStream(int positionQuant,
int colorQuant,
int normalQuant,
Shape3D[] shapes)
Deprecated.
Creates a CompressionStream from an array of Shape3D scene graph
objects.
|
CompressionStream(Shape3D[] shapes)
Deprecated.
Creates a CompressionStream from an array of Shape3D scene graph
objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ColorCube
Simple color-per-vertex cube with a different color for each face
|
class |
Text2D
A Text2D object is a representation of a string as a texture mapped
rectangle.
|
Modifier and Type | Method and Description |
---|---|
Shape3D |
Sphere.getShape()
Obtains Sphere's shape node that contains the geometry.
|
Shape3D |
ColorCube.getShape()
Deprecated.
ColorCube now extends shape so it is no longer necessary
to call this method.
|
Shape3D |
Sphere.getShape(int partId)
Obtains Sphere's shape node that contains the geometry.
|
abstract Shape3D |
Primitive.getShape(int partid)
Obtains a shape node of a subpart of the primitive.
|
Shape3D |
Cylinder.getShape(int partId)
Obtains the Shape3D node associated with a given part of the cylinder.
|
Shape3D |
Cone.getShape(int partId)
Obtains the Shape3D node associated with one of the parts of the
cone (the body or the cap).
|
Shape3D |
Box.getShape(int partId)
Gets one of the faces (Shape3D) from the box that contains the
geometry and appearance.
|
Modifier and Type | Method and Description |
---|---|
Shape3D[] |
CompressedGeometryData.decompress()
Decompresses the compressed geometry.
|
Constructor and Description |
---|
CompressionStream(int positionQuant,
int colorQuant,
int normalQuant,
Shape3D[] shapes)
Creates a CompressionStream from an array of Shape3D scene graph
objects.
|
CompressionStream(Shape3D[] shapes)
Creates a CompressionStream from an array of Shape3D scene graph
objects.
|
Modifier and Type | Method and Description |
---|---|
Shape3D[] |
PickResult.getCompressedGeometryShape3Ds()
Get the array of Shape3Ds that came from decompressing a
CompressedGeometry on the picked node.
|
Copyright © 2016–2022 SciJava. All rights reserved.