Click or drag to resize

MeshMaterialsUtil Class

[Missing <summary> documentation for "T:Demo3D.Visuals.MeshMaterialsUtil"]

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsMeshMaterialsUtil

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static class MeshMaterialsUtil

The MeshMaterialsUtil type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetColor Retrieve the diffuse color of the first mesh material
Public methodStatic memberGetColors Retrieve the diffuse colors of the all the mesh materials
Public methodStatic memberSetColor Set the diffuse and ambient color of every mesh material
Public methodStatic memberSetColors Set the diffuse and ambient colors for each mesh material to a corresponding color
Top
See Also