C# Class Fractrace.DataTypes.GraphicData

Information of computed surface. This class is used in iterate to access informations of the last rendering for each pixel.
ファイルを表示 Open project: trafassel/Gestaltlupe Class Usage Examples

Public Properties

Property Type Description
ColorInfo ].double[
ColorInfoDeph ].double[
Normals ].VecInfo[
Picture ].int[
PointInfo ].VoxelInfo[

Protected Properties

Property Type Description
height int
width int

Public Methods

Method Description
GraphicData ( int width, int height ) : System

Method Details

GraphicData() public method

public GraphicData ( int width, int height ) : System
width int
height int
return System

Property Details

ColorInfo public_oe property

public double[,] ColorInfo
return ].double[

ColorInfoDeph public_oe property

public double[,] ColorInfoDeph
return ].double[

Normals public_oe property

public VecInfo[,] Normals
return ].VecInfo[

Picture public_oe property

public int[,] Picture
return ].int[

PointInfo public_oe property

public VoxelInfo[,] PointInfo
return ].VoxelInfo[

height protected_oe property

protected int height
return int

width protected_oe property

protected int width
return int