TCanvas3D.Pixels3D
TCanvas3D
property Pixels3D[X, Y, Z: Integer]: TColor;
Unit
TeCanvas
Description
Sets the 3D pixel to TColor, using Pen.Width (same as TCanvas)
Example:
Pixels3D[ 100,50,30 ]:= clRed ;
The Z coordinate must be between 0 and Width3D.