Package | Description |
---|---|
javafx.scene.shape3d |
Provides the set of 3D classes for defining and performing operations on
objects related to three-dimensional geometry.
|
Class and Description |
---|
Box
The
Box class defines a 3 dimensional box with the specified size. |
BoxBuilder
Builder class for javafx.scene.shape3d.Box
|
CullFace
Face culling setting for use with
Shape3D.cullFace |
Cylinder
The
Cylinder class defines a 3 dimensional cylinder with the specified size. |
CylinderBuilder
Builder class for javafx.scene.shape3d.Cylinder
|
DrawMode
Defines how the polygon is drawn when use with
Shape3D.drawMode |
Mesh
Base class for representing a 3D geometric surface.
|
MeshBuilder
Builder class for javafx.scene.shape3d.Mesh
|
MeshView
The
MeshView class defines a surface with the specified 3D
mesh data. |
MeshViewBuilder
Builder class for javafx.scene.shape3d.MeshView
|
PredefinedMeshManager |
Shape3D
The
Shape3D base class provides definitions of common properties for
objects that represent some form of 3D geometric shape. |
Shape3DBuilder
Builder class for javafx.scene.shape3d.Shape3D
|
Sphere
The
Sphere class defines a 3 dimensional sphere with the specified size. |
SphereBuilder
Builder class for javafx.scene.shape3d.Sphere
|
TriangleMesh
Defines a 3D geometric object contains separate arrays of points,
texture coordinates, and faces that describe a triangulated
geometric mesh.
|
TriangleMeshBuilder
Builder class for javafx.scene.shape3d.TriangleMesh
|
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.