Lysa  0.0
Lysa 3D Engine
AssetsPack::SurfaceInfo Struct Reference

Public Attributes

int32 materialIndex {-1}
 Attached material, -1 if no material. More...
 
DataInfo indices
 Indices array. More...
 
DataInfo positions
 Vertices positions array. More...
 
DataInfo normals
 Normals array. More...
 
DataInfo tangents
 Tangents array. More...
 
uint32 uvsCount
 Number of DataInfo elements in the UV coordinates array of array following this struct. More...
 

Member Data Documentation

DataInfo indices

Indices array.

int32 materialIndex {-1}

Attached material, -1 if no material.

DataInfo normals

Normals array.

DataInfo positions

Vertices positions array.

DataInfo tangents

Tangents array.

uint32 uvsCount

Number of DataInfo elements in the UV coordinates array of array following this struct.