Improvements to the way blending between materials is handled.
This commit is contained in:
@ -85,6 +85,11 @@ namespace PolyVox
|
||||
std::vector<SurfaceVertex> m_vecVertices;
|
||||
|
||||
std::vector<LodRecord> m_vecLodRecords;
|
||||
|
||||
//The set of materials which are in this mesh. Only those materials
|
||||
//which cover a whole triangle are counted. Materials which only
|
||||
//exist on a material boundary do not count.
|
||||
std::set<uint8_t> m_mapUsedMaterials;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user