TriMesh.ReadFloat

TriMesh.ReadFloat method

Read the float field

public float ReadFloat(int idx, VertexField field)
ParameterTypeDescription
idxInt32The index of vertex to read
fieldVertexFieldThe field with a float/double compatible data type

Return Value

Float value of specified vertex’s field

See Also