ArcGIS Procedural Runtime  3.2.10650
List of all members | Public Types
prtx::MeshMerging Struct Reference

Public Types

enum  Action {
  NONE,
  ALL_OF_SAME_MATERIAL_AND_TYPE,
  ALL_OF_SAME_TYPE
}
 

Member Enumeration Documentation

◆ Action

Mesh merging modes for non-instanced meshes. Note that meshes of different type are never merged, i.e. a mesh can only have one type of polygon or edge or vertex faces.

Enumerator
NONE 

Meshes are not merged.

ALL_OF_SAME_MATERIAL_AND_TYPE 

Non-instanced meshes of the same type and with identical material attributes are merged together.

ALL_OF_SAME_TYPE 

All non-instanced meshes of the same type are merged together.


The documentation for this struct was generated from the following file: