C# Class FBX.SceneLoader.Objects.LoaderTempMesh.ConsolidatedVertex

Show file Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_BinormalInfo VertexInfo
m_Index int
m_Infos List
m_NormalInfo VertexInfo
m_PositionInfo VertexInfo
m_SmoothingGroups int
m_TangentInfo VertexInfo
ms_CompareSmoothingGroups bool

Public Methods

Method Description
Compare ( ConsolidatedVertex _V ) : bool

Compares with another vertex

Method Details

Compare() public method

Compares with another vertex
public Compare ( ConsolidatedVertex _V ) : bool
_V ConsolidatedVertex
return bool

Property Details

m_BinormalInfo public property

public VertexInfo m_BinormalInfo
return VertexInfo

m_Index public property

public int m_Index
return int

m_Infos public property

public List m_Infos
return List

m_NormalInfo public property

public VertexInfo m_NormalInfo
return VertexInfo

m_PositionInfo public property

public VertexInfo m_PositionInfo
return VertexInfo

m_SmoothingGroups public property

public int m_SmoothingGroups
return int

m_TangentInfo public property

public VertexInfo m_TangentInfo
return VertexInfo

ms_CompareSmoothingGroups public static property

public static bool ms_CompareSmoothingGroups
return bool