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