MeshModel

@JvmOverloads
constructor(positions: List<Vector3>, triangleIndices: List<Int>, normals: List<Vector3>? = null, tangents: List<Vector4>? = null, uv0: List<Vector2>? = null, uv1: List<Vector2>? = null, colors: List<Color4>? = null)