Class and Description |
---|
org.jogamp.java3d.CompressedGeometry
As of Java 3D version 1.4.
|
org.jogamp.java3d.CompressedGeometryHeader
As of Java 3D version 1.4.
|
org.jogamp.java3d.Morph
As of Java 3D version 1.4.
|
org.jogamp.java3d.PickPoint
As of Java 3D version 1.4, use PickBounds with a
BoundingSphere that has a small radius.
|
Field and Description |
---|
org.jogamp.java3d.Texture2D.ALLOW_DETAIL_TEXTURE_READ
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
Specifies that this Texture object allows reading its detail
texture information (e.g., detail texture image, detail texture mode,
detail texture function, detail texture function points count,
detail texture level)
|
org.jogamp.java3d.Texture2D.DETAIL_ADD
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
Adds the detail texture image to the level 0 image of this texture
object
|
org.jogamp.java3d.Texture2D.DETAIL_MODULATE
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
Modulates the detail texture image with the level 0 image of this
texture object
|
org.jogamp.java3d.Sensor.HAND_PREDICTOR
As of Java 3D version 1.4, prediction is not a
supported feature.
|
org.jogamp.java3d.Sensor.HEAD_PREDICTOR
As of Java 3D version 1.4, prediction is not a
supported feature.
|
org.jogamp.java3d.Texture2D.LINEAR_DETAIL
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
Performs linear sampling in both the base level
texture image and the detail texture image, and combines the two
texture values according to the detail texture mode.
|
org.jogamp.java3d.Texture2D.LINEAR_DETAIL_ALPHA
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
Performs linear detail for the alpha
component only. The rgb components are computed using
BASE_LEVEL_LINEAR filter.
|
org.jogamp.java3d.Texture2D.LINEAR_DETAIL_RGB
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
Performs linear detail for the rgb
components only. The alpha component is computed using
BASE_LEVEL_LINEAR filter.
|
org.jogamp.java3d.Sensor.NO_PREDICTOR
As of Java 3D version 1.4, prediction is not a
supported feature.
|
org.jogamp.java3d.Sensor.PREDICT_NEXT_FRAME_TIME
As of Java 3D version 1.4, prediction is not a
supported feature.
|
org.jogamp.java3d.Sensor.PREDICT_NONE
As of Java 3D version 1.4, prediction is not a
supported feature.
|
Method and Description |
---|
org.jogamp.java3d.Appearance.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.AuralAttributes.cloneNodeComponent()
As of Java 3D version 1.2, replaced by
cloneNodeComponent(boolean forceDuplicate) |
org.jogamp.java3d.ColoringAttributes.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.CompressedGeometry.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.DepthComponentFloat.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.DepthComponentInt.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.GLSLShaderProgram.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.ImageComponent2D.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.ImageComponent3D.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.IndexedLineArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.IndexedLineStripArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.IndexedPointArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.IndexedQuadArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.IndexedTriangleArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.IndexedTriangleFanArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.IndexedTriangleStripArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.LineArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.LineAttributes.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.LineStripArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.Material.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.MediaContainer.cloneNodeComponent()
As of Java 3D version 1.2, replaced with
cloneNodeComponent(boolean forceDuplicate) |
org.jogamp.java3d.NodeComponent.cloneNodeComponent()
As of Java 3D version 1.2, replaced by
cloneNodeComponent(boolean forceDuplicate) |
org.jogamp.java3d.PointArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.PointAttributes.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.PolygonAttributes.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.QuadArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.Raster.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.RenderingAttributes.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.ShaderAppearance.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.SourceCodeShader.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.TexCoordGeneration.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.Text3D.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.Texture2D.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.Texture3D.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.TextureAttributes.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.TextureUnitState.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.TransparencyAttributes.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.TriangleArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.TriangleFanArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.TriangleStripArray.cloneNodeComponent()
replaced with cloneNodeComponent(boolean forceDuplicate)
|
org.jogamp.java3d.PathInterpolator.computePathInterpolation()
As of Java 3D version 1.3, replaced by
computePathInterpolation(float) |
org.jogamp.java3d.Appearance.duplicateNodeComponent(NodeComponent)
replaced with duplicateNodeComponent(
NodeComponent originalNodeComponent, boolean forceDuplicate)
|
org.jogamp.java3d.GLSLShaderProgram.duplicateNodeComponent(NodeComponent)
replaced with duplicateNodeComponent(
NodeComponent originalNodeComponent, boolean forceDuplicate)
|
org.jogamp.java3d.NodeComponent.duplicateNodeComponent(NodeComponent)
As of Java 3D version 1.2, replaced by
duplicateNodeComponent(NodeComponent
originalNodeComponent, boolean forceDuplicate) |
org.jogamp.java3d.Raster.duplicateNodeComponent(NodeComponent)
replaced with duplicateNodeComponent(
NodeComponent originalNodeComponent, boolean forceDuplicate)
|
org.jogamp.java3d.ShaderAppearance.duplicateNodeComponent(NodeComponent)
replaced with duplicateNodeComponent(
NodeComponent originalNodeComponent, boolean forceDuplicate)
|
org.jogamp.java3d.Texture2D.duplicateNodeComponent(NodeComponent)
replaced with duplicateNodeComponent(
NodeComponent originalNodeComponent, boolean forceDuplicate)
|
org.jogamp.java3d.Texture3D.duplicateNodeComponent(NodeComponent)
replaced with duplicateNodeComponent(
NodeComponent originalNodeComponent, boolean forceDuplicate)
|
org.jogamp.java3d.TextureCubeMap.duplicateNodeComponent(NodeComponent)
replaced with duplicateNodeComponent(
NodeComponent originalNodeComponent, boolean forceDuplicate)
|
org.jogamp.java3d.TextureUnitState.duplicateNodeComponent(NodeComponent)
replaced with duplicateNodeComponent(
NodeComponent originalNodeComponent, boolean forceDuplicate)
|
org.jogamp.java3d.RotationInterpolator.getAxisOfRotation()
As of Java 3D version 1.3, replaced by
TransformInterpolator.getTransformAxis() |
org.jogamp.java3d.RotationPathInterpolator.getAxisOfRotation()
As of Java 3D version 1.3, replaced by
TransformInterpolator.getTransformAxis() |
org.jogamp.java3d.RotPosPathInterpolator.getAxisOfRotPos()
As of Java 3D version 1.3, replaced by
TransformInterpolator.getTransformAxis() |
org.jogamp.java3d.RotPosScalePathInterpolator.getAxisOfRotPosScale()
As of Java 3D version 1.3, replaced by
TransformInterpolator.geTransformAxis() |
org.jogamp.java3d.ScaleInterpolator.getAxisOfScale()
As of Java 3D version 1.3, replaced by
TransformInterpolator.getTransformAxis() |
org.jogamp.java3d.PositionInterpolator.getAxisOfTranslation()
As of Java 3D version 1.3, replaced by
TransformInterpolator.getTransformAxis() |
org.jogamp.java3d.PositionPathInterpolator.getAxisOfTranslation()
As of Java 3D version 1.3, replaced by
TransformInterpolator.getTransformAxis() |
org.jogamp.java3d.GeometryArray.getColorRef3b()
As of Java 3D version 1.3, use geometry by-copy
for Color3b arrays
|
org.jogamp.java3d.GeometryArray.getColorRef3f()
As of Java 3D version 1.3, use geometry by-copy
for Color3f arrays
|
org.jogamp.java3d.GeometryArray.getColorRef4b()
As of Java 3D version 1.3, use geometry by-copy
for Color4b arrays
|
org.jogamp.java3d.GeometryArray.getColorRef4f()
As of Java 3D version 1.3, use geometry by-copy
for Color4f arrays
|
org.jogamp.java3d.GeometryArray.getCoordRef3d()
As of Java 3D version 1.3, use geometry by-copy
for Point3d arrays
|
org.jogamp.java3d.GeometryArray.getCoordRef3f()
As of Java 3D version 1.3, use geometry by-copy
for Point3f arrays
|
org.jogamp.java3d.Texture2D.getDetailImage()
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
org.jogamp.java3d.Texture2D.getDetailTextureFunc(float[], float[])
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
org.jogamp.java3d.Texture2D.getDetailTextureFunc(Point2f[])
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
org.jogamp.java3d.Texture2D.getDetailTextureFuncPointsCount()
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
org.jogamp.java3d.Texture2D.getDetailTextureLevel()
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
org.jogamp.java3d.Texture2D.getDetailTextureMode()
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
org.jogamp.java3d.View.getMonoscopicViewPolicy()
As of Java 3D version 1.2, replaced by
Canvas3D.getMonoscopicViewPolicy |
org.jogamp.java3d.GeometryArray.getNormalRef3f()
As of Java 3D version 1.3, use geometry by-copy
for Vector3f arrays
|
org.jogamp.java3d.Raster.getOffset(Point)
As of Java 3D version 1.3, replaced by
getSrcOffset(java.awt.Point) |
org.jogamp.java3d.Sensor.getPredictionPolicy()
As of Java 3D version 1.4, prediction is not a
supported feature.
|
org.jogamp.java3d.Sensor.getPredictor()
As of Java 3D version 1.4, prediction is not a
supported feature.
|
org.jogamp.java3d.Sensor.getRead(Transform3D, long)
As of Java 3D version 1.4, prediction is not a
supported feature; use
getRead(Transform3D) instead. |
org.jogamp.java3d.GeometryArray.getTexCoordRef2f(int)
As of Java 3D version 1.3, use geometry by-copy
for TexCoord2f arrays
|
org.jogamp.java3d.GeometryArray.getTexCoordRef3f(int)
As of Java 3D version 1.3, use geometry by-copy
for TexCoord3f arrays
|
org.jogamp.java3d.GeometryArray.getTextureCoordinate(int, float[])
As of Java 3D version 1.2, replaced by
getTextureCoordinate(int texCoordSet, ...) |
org.jogamp.java3d.GeometryArray.getTextureCoordinate(int, Point2f)
As of Java 3D version 1.2, replaced by
getTextureCoordinate(int texCoordSet, TexCoord2f texCoord) |
org.jogamp.java3d.GeometryArray.getTextureCoordinate(int, Point3f)
As of Java 3D version 1.2, replaced by
getTextureCoordinate(int texCoordSet, TexCoord3f texCoord) |
org.jogamp.java3d.IndexedGeometryArray.getTextureCoordinateIndex(int)
As of Java 3D version 1.2, replaced by
getTextureCoordinateIndex(int texCoordSet, ...) |
org.jogamp.java3d.IndexedGeometryArray.getTextureCoordinateIndices(int, int[])
As of Java 3D version 1.2, replaced by
getTextureCoordinateIndices(int texCoordSet, ...) |
org.jogamp.java3d.GeometryArray.getTextureCoordinates(int, float[])
As of Java 3D version 1.2, replaced by
getTextureCoordinates(int texCoordSet, ...) |
org.jogamp.java3d.GeometryArray.getTextureCoordinates(int, Point2f[])
As of Java 3D version 1.2, replaced by
getTextureCoordinates(int texCoordSet, TexCoord2f texCoords[]) |
org.jogamp.java3d.GeometryArray.getTextureCoordinates(int, Point3f[])
As of Java 3D version 1.2, replaced by
getTextureCoordinates(int texCoordSet, TexCoord3f texCoords[]) |
org.jogamp.java3d.MediaContainer.getURL()
As of Java 3D version 1.2, replaced by
getURLString |
org.jogamp.java3d.RotationInterpolator.setAxisOfRotation(Transform3D)
As of Java 3D version 1.3, replaced by
TransformInterpolator.setTransformAxis(Transform3D) |
org.jogamp.java3d.RotationPathInterpolator.setAxisOfRotation(Transform3D)
As of Java 3D version 1.3, replaced by
TransformInterpolator.seTransformAxis(Transform3D) |
org.jogamp.java3d.RotPosPathInterpolator.setAxisOfRotPos(Transform3D)
As of Java 3D version 1.3, replaced by
TransformInterpolator.setTransformAxis(Transform3D) |
org.jogamp.java3d.RotPosScalePathInterpolator.setAxisOfRotPosScale(Transform3D)
As of Java 3D version 1.3, replaced by
TransformInterpolator.setTransformAxis(Transform3D) |
org.jogamp.java3d.ScaleInterpolator.setAxisOfScale(Transform3D)
As of Java 3D version 1.3, replaced by
TransformInterpolator.setTransformAxis(Transform3D) |
org.jogamp.java3d.PositionInterpolator.setAxisOfTranslation(Transform3D)
As of Java 3D version 1.3, replaced by
TransformInterpolator.setTransformAxis(Transform3D) |
org.jogamp.java3d.PositionPathInterpolator.setAxisOfTranslation(Transform3D)
As of Java 3D version 1.3, replaced by
TransformInterpolator.setTransformAxis(Transform3D) |
org.jogamp.java3d.GeometryArray.setColorRef3b(Color3b[])
As of Java 3D version 1.3, use geometry by-copy
for Color3b arrays
|
org.jogamp.java3d.GeometryArray.setColorRef3f(Color3f[])
As of Java 3D version 1.3, use geometry by-copy
for Color3f arrays
|
org.jogamp.java3d.GeometryArray.setColorRef4b(Color4b[])
As of Java 3D version 1.3, use geometry by-copy
for Color4b arrays
|
org.jogamp.java3d.GeometryArray.setColorRef4f(Color4f[])
As of Java 3D version 1.3, use geometry by-copy
for Color4f arrays
|
org.jogamp.java3d.GeometryArray.setCoordRef3d(Point3d[])
As of Java 3D version 1.3, use geometry by-copy
for Point3d arrays
|
org.jogamp.java3d.GeometryArray.setCoordRef3f(Point3f[])
As of Java 3D version 1.3, use geometry by-copy
for Point3f arrays
|
org.jogamp.java3d.Texture2D.setDetailImage(ImageComponent2D)
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
org.jogamp.java3d.Texture2D.setDetailTextureFunc(float[], float[])
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
org.jogamp.java3d.Texture2D.setDetailTextureFunc(Point2f[])
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
org.jogamp.java3d.Texture2D.setDetailTextureLevel(int)
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
org.jogamp.java3d.Texture2D.setDetailTextureMode(int)
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
org.jogamp.java3d.View.setMonoscopicViewPolicy(int)
As of Java 3D version 1.2, replaced by
Canvas3D.setMonoscopicViewPolicy |
org.jogamp.java3d.Transform3D.setNonUniformScale(double, double, double)
Use setScale(Vector3d) instead of setNonUniformScale;
note that the setScale only modifies the scale component
|
org.jogamp.java3d.GeometryArray.setNormalRef3f(Vector3f[])
As of Java 3D version 1.3, use geometry by-copy
for Vector3f arrays
|
org.jogamp.java3d.Raster.setOffset(int, int)
As of Java 3D version 1.3, replaced by
setSrcOffset(int,int) |
org.jogamp.java3d.Raster.setOffset(Point)
As of Java 3D version 1.3, replaced by
setSrcOffset(java.awt.Point) |
org.jogamp.java3d.Sensor.setPredictionPolicy(int)
As of Java 3D version 1.4, prediction is not a
supported feature.
|
org.jogamp.java3d.Sensor.setPredictor(int)
As of Java 3D version 1.4, prediction is not a
supported feature.
|
org.jogamp.java3d.AuralAttributes.setReverbDelay(Bounds)
As of Java 3D version 1.2, replaced by
setReverbBounds(Bounds) |
org.jogamp.java3d.GeometryArray.setTexCoordRef2f(int, TexCoord2f[])
As of Java 3D version 1.3, use geometry by-copy
for TexCoord2f arrays
|
org.jogamp.java3d.GeometryArray.setTexCoordRef3f(int, TexCoord3f[])
As of Java 3D version 1.3, use geometry by-copy
for TexCoord3f arrays
|
org.jogamp.java3d.GeometryArray.setTextureCoordinate(int, float[])
As of Java 3D version 1.2, replaced by
setTextureCoordinate(int texCoordSet, ...) |
org.jogamp.java3d.GeometryArray.setTextureCoordinate(int, Point2f)
As of Java 3D version 1.2, replaced by
setTextureCoordinate(int texCoordSet, TexCoord2f texCoord) |
org.jogamp.java3d.GeometryArray.setTextureCoordinate(int, Point3f)
As of Java 3D version 1.2, replaced by
setTextureCoordinate(int texCoordSet, TexCoord3f texCoord) |
org.jogamp.java3d.IndexedGeometryArray.setTextureCoordinateIndex(int, int)
As of Java 3D version 1.2, replaced by
setTextureCoordinateIndex(int texCoordSet, ...) |
org.jogamp.java3d.IndexedGeometryArray.setTextureCoordinateIndices(int, int[])
As of Java 3D version 1.2, replaced by
setTextureCoordinateIndices(int texCoordSet, ...) |
org.jogamp.java3d.GeometryArray.setTextureCoordinates(int, float[])
As of Java 3D version 1.2, replaced by
setTextureCoordinates(int texCoordSet, ...) |
org.jogamp.java3d.GeometryArray.setTextureCoordinates(int, float[], int, int)
As of Java 3D version 1.2, replaced by
setTextureCoordinates(int texCoordSet, ...) |
org.jogamp.java3d.GeometryArray.setTextureCoordinates(int, Point2f[])
As of Java 3D version 1.2, replaced by
setTextureCoordinates(int texCoordSet, TexCoord2f texCoords[]) |
org.jogamp.java3d.GeometryArray.setTextureCoordinates(int, Point2f[], int, int)
As of Java 3D version 1.2, replaced by
setTextureCoordinates(int texCoordSet, TexCoord2f texCoords[], ...) |
org.jogamp.java3d.GeometryArray.setTextureCoordinates(int, Point3f[])
As of Java 3D version 1.2, replaced by
setTextureCoordinates(int texCoordSet, TexCoord3f texCoords[]) |
org.jogamp.java3d.GeometryArray.setTextureCoordinates(int, Point3f[], int, int)
As of Java 3D version 1.2, replaced by
setTextureCoordinates(int texCoordSet, TexCoord3f texCoords[], ...) |
org.jogamp.java3d.MediaContainer.setURL(String)
As of Java 3D version 1.2, replaced by
setURLString |
org.jogamp.java3d.MediaContainer.setURL(URL)
As of Java 3D version 1.2, replaced by
setURLObject |
org.jogamp.java3d.ImageComponent.setYUp(boolean)
as of Java 3D 1.5, the yUp flag should only be set at object
construction time.
|
Constructor and Description |
---|
org.jogamp.java3d.PathInterpolator(Alpha, float[])
As of Java 3D version 1.3, replaced by
PathInterpolator(Alpha, TransformGroup, float[]) |
Copyright © 2023. All rights reserved.