VertexFormat

scalafx.scene.shape.VertexFormat
See theVertexFormat companion class
object VertexFormat

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

Specifies the format of a vertex that consists of a point, normal and texture coordinates.

Specifies the format of a vertex that consists of a point, normal and texture coordinates.

Attributes

Specifies the format of a vertex that consists of a point and texture coordinates.

Specifies the format of a vertex that consists of a point and texture coordinates.

Attributes

Implicits

Implicits

implicit def sfxVertexFormat2jfx(v: VertexFormat): VertexFormat

Converts a ScalaFX VertexFormat to its JavaFX counterpart.

Converts a ScalaFX VertexFormat to its JavaFX counterpart.

Value parameters

v

ScalaFX VertexFormat

Attributes

Returns

JavaFX VertexFormat