Method | Description | |
---|---|---|
FloatPlasicRenderer ( Fractrace.DataTypes.PictureData pData ) : System |
Initialisation.
|
Method | Description | |
---|---|---|
CreateHeightMap ( ) : void |
Field _heightMap is created from _pictureData.Points.
|
|
CreateShadowInfo ( ) : void | ||
CreateStatisticInfo ( ) : void |
Creates boundingbox infos.
|
|
DarkenPlane ( ) : void |
Die Gestalt wird nach hinten abgedunkelt.
|
|
DrawPlane ( ) : void |
Create rgb image.
|
|
GetAmbientValue ( double ypos ) : double |
Get the value, which is used in computing the field of view.
|
|
GetColor ( int x, int y ) : Color |
Return rgb value at (x,y)
|
|
GetLightF ( Fractrace.PictureArt.FloatVec3 normal ) : Fractrace.PictureArt.FloatVec3 |
Surface color according to _shininessFactor and _shininess.
|
|
GetRgb ( int x, int y ) : Fractrace.Geometry.Vec3 |
Get the color information of the bitmap at (x,y)
|
|
GetRgbAt ( int x, int y ) : Fractrace.Geometry.Vec3 | ||
NormalizePlane ( ) : void |
Weißabgleich und Helligkeitskorrektur.
|
|
PreCalculate ( ) : void |
Set fields from ParameterDict.Current.
|
|
SmoothEmptyPixel ( ) : void |
Bildpunkte, die auf Grund fehlender Informationen nicht geladen werden konnten, werden aus den Umgebungsinformationen gemittelt.
|
|
SmoothPlane ( ) : void |
Compute field of view.
|
public FloatPlasicRenderer ( Fractrace.DataTypes.PictureData pData ) : System | ||
pData | Fractrace.DataTypes.PictureData | |
return | System |
protected GetAmbientValue ( double ypos ) : double | ||
ypos | double | |
return | double |
protected GetLightF ( Fractrace.PictureArt.FloatVec3 normal ) : Fractrace.PictureArt.FloatVec3 | ||
normal | Fractrace.PictureArt.FloatVec3 | |
return | Fractrace.PictureArt.FloatVec3 |
protected GetRgb ( int x, int y ) : Fractrace.Geometry.Vec3 | ||
x | int | |
y | int | |
return | Fractrace.Geometry.Vec3 |
protected GetRgbAt ( int x, int y ) : Fractrace.Geometry.Vec3 | ||
x | int | |
y | int | |
return | Fractrace.Geometry.Vec3 |