Uses of Class
javafx.scene.shape.VertexFormat
-
Packages that use VertexFormat 软件包 描述 javafx.scene.shape 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。 -
-
Uses of VertexFormat in javafx.scene.shape
Fields in javafx.scene.shape declared as VertexFormat Modifier and Type Field 描述 static VertexFormat
VertexFormat. POINT_NORMAL_TEXCOORD
指定由点,法线和纹理坐标组成的顶点的格式。static VertexFormat
VertexFormat. POINT_TEXCOORD
指定由点和纹理坐标组成的顶点的格式。Methods in javafx.scene.shape that return VertexFormat Modifier and Type 方法 描述 VertexFormat
TriangleMesh. getVertexFormat()
获取属性vertexFormat的值。Methods in javafx.scene.shape that return types with arguments of type VertexFormat Modifier and Type 方法 描述 ObjectProperty<VertexFormat>
TriangleMesh. vertexFormatProperty()
指定TriangleMesh
的顶点格式,VertexFormat.POINT_TEXCOORD
或VertexFormat.POINT_NORMAL_TEXCOORD
。Methods in javafx.scene.shape with parameters of type VertexFormat Modifier and Type 方法 描述 void
TriangleMesh. setVertexFormat(VertexFormat value)
设置属性vertexFormat的值。Constructors in javafx.scene.shape with parameters of type VertexFormat Constructor 描述 TriangleMesh(VertexFormat vertexFormat)
Creates a new instance ofTriangleMesh
class with the specifiedVertexFormat
.
-