VertexFormat

object VertexFormat
Companion
class
class Object
trait Matchable
class Any

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.

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.

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 Params
v

ScalaFX VertexFormat

Returns

JavaFX VertexFormat