MeshModel custom coloring in real-time
MeshModel is digital 3D model of object in LightningChart. MeshModel composed of triangle mesh.
By default, the model renders with the colors of the OBJ model, or color set for particular vertex during construction on MeshModel programmatically. However, it is possible to apply custom coloring for model’s faces or edges (wireframe). Not only that color of MeshModel could be changes, but it could be done in real-time. Therefore, it is suitable for simulated or machine testing environment, where 3D model is combined with real-time observations / measurements.
In following example, hypothetical temperature is measured at certain points of the plane and temperature-value reading is converted to color of pixel/3D-model.
ExampleMeshModelRealtimeColoring from Demo
For step-by-step tutorial how to create MeshModel custom coloring in real-time with LightningChart .NET library check following link.