Array Mesh Data
data class ArrayMeshData(vertexCount: Int, positionsData: FloatBufferData, texCoordsData: FloatBufferData, normalsData: FloatBufferData, tangentsData: FloatBufferData) : MeshData
Content copied to clipboard
A container for the array buffers data related to a single mesh, without indices.
Constructors
ArrayMeshData
Link copied to clipboard
fun ArrayMeshData(vertexCount: Int, positionsData: FloatBufferData, texCoordsData: FloatBufferData, normalsData: FloatBufferData, tangentsData: FloatBufferData)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(vertexCount: Int, positionsData: FloatBufferData, texCoordsData: FloatBufferData, normalsData: FloatBufferData, tangentsData: FloatBufferData): ArrayMeshData
Content copied to clipboard
Properties
indicesBufferData
Link copied to clipboard
normalsData
Link copied to clipboard
positionsData
Link copied to clipboard
tangentsData
Link copied to clipboard
texCoordsData
Link copied to clipboard
vertexCount
Link copied to clipboard