Package | Description |
---|---|
com.sun.javafx.sg.prism | |
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
Modifier and Type | Field and Description |
---|---|
private CullFace |
NGShape3D.cullFace |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<CullFace> |
Shape3D.cullFace
Defines the cullFace this
Shape3D . |
Modifier and Type | Method and Description |
---|---|
CullFace |
Shape3D.getCullFace() |
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 |
---|---|
ObjectProperty<CullFace> |
Shape3D.cullFaceProperty() |
Modifier and Type | Method and Description |
---|---|
private boolean |
TriangleMesh.computeIntersectsFace(PickRay pickRay,
Vec3d origin,
Vec3d dir,
int faceIndex,
CullFace cullFace,
Node candidate,
boolean reportFace,
PickResultChooser result)
Computes intersection of a pick ray and a single triangle face.
|
protected boolean |
TriangleMesh.impl_computeIntersects(PickRay pickRay,
PickResultChooser pickResult,
Node candidate,
CullFace cullFace,
boolean reportFace)
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(PickRay pickRay,
PickResultChooser pickResult,
Node candidate,
CullFace cullFace,
boolean reportFace)
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) |