Package | Description |
---|---|
javafx.scene.shape3d |
Provides the set of 3D classes for defining and performing operations on
objects related to three-dimensional geometry.
|
Modifier and Type | Field and Description |
---|---|
private CullFace |
Shape3DBuilder.cullFace |
Modifier and Type | Field and Description |
---|---|
private javafx.beans.property.ObjectProperty<CullFace> |
Shape3D.cullFace
Defines the drawMode this
Shape3D . |
Modifier and Type | Method and Description |
---|---|
CullFace |
Shape3D.getCullFace()
Gets the value of the property cullFace.
|
static CullFace |
CullFace.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CullFace[] |
CullFace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<CullFace> |
Shape3D.cullFaceProperty()
Defines the drawMode this
Shape3D . |
Modifier and Type | Method and Description |
---|---|
private boolean |
TriangleMesh.computeIntersectsFace(com.sun.javafx.geom.PickRay pickRay,
javafx.geometry.Point3D origin,
javafx.geometry.Point3D dir,
int faceIndex,
CullFace cullFace,
Node candidate,
com.sun.javafx.scene.input.PickResultChooser result)
Computes intersection of a pick ray and a single triangle face.
|
B |
Shape3DBuilder.cullFace(CullFace x)
Set the value of the
cullFace property for the instance constructed by this builder. |
protected boolean |
TriangleMesh.impl_computeIntersects(com.sun.javafx.geom.PickRay pickRay,
com.sun.javafx.scene.input.PickResultChooser pickResult,
Node candidate,
CullFace cullFace)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected abstract boolean |
Mesh.impl_computeIntersects(com.sun.javafx.geom.PickRay pickRay,
com.sun.javafx.scene.input.PickResultChooser pickResult,
Node candidate,
CullFace cullFace)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
void |
Shape3D.setCullFace(CullFace value)
Sets the value of the property cullFace.
|
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.