glimpse-core
/
graphics.glimpse.models
/
Model
common
Model
interface
Model
Content copied to clipboard
A model.
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
mesh
Link copied to clipboard
common
abstract val
mesh
:
Mesh
Content copied to clipboard
Mesh to be drawn.
modelMatrix
Link copied to clipboard
common
abstract val
modelMatrix
:
Mat4
Content copied to clipboard
Model transformation matrix.