|
PixelsVisual3D(Vector3, Color, Double) Constructor |
Constructor
Namespace: Ab3d.VisualsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public PixelsVisual3D(
Vector3[] positions,
Color pixelColor,
double pixelSize
)
Parameters
- positions Vector3
- positions defined in an array of Vector3
- pixelColor Color
- color of pixels or color mask when PixelColors array is used
- pixelSize Double
- size of pixels
See Also