Mesh3(ListIMesh, NullableColor) Constructor
Initializes a new instance of the
Mesh3 class.
add together list of meshes.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public Mesh3(
List<IMesh> meshes,
Color? defaultColor
)
Public Sub New (
meshes As List(Of IMesh),
defaultColor As Color?
)
public:
Mesh3(
List<IMesh^>^ meshes,
Nullable<Color> defaultColor
)
new :
meshes : List<IMesh> *
defaultColor : Nullable<Color> -> Mesh3
- meshes ListIMesh
- list of meshes to add.
- defaultColor NullableColor
- color to be used in case some meshes have vertex colors and some not.
mesh which results from adding up all given meshes. Duplicate vertices are not removed.