Property VLFire.TVLFireSmooth.MaskSize
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLFireSmooth
Contents |
Syntax
Delphi:
property MaskSize : TVLFixedMaskSize read FMaskSize write SetMaskSize default fms3x3;
C++ Builder:
__property TVLFixedMaskSize MaskSize = { read=FMaskSize, write=SetMaskSize, default=fms3x3 };
Summary
Specifies the fire smoothing mask size.
Description
Use this property to specify the fire smoothing mask size -
3x3 or 5x5.
Bigger mask results in blurrier fire.