Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / FrontFacingOnly Property

In This Topic
    FrontFacingOnly Property
    In This Topic
    Accurate transparency. If true, skips back facing semi-tranparent triangles drawing, increasing the FPS rate.
    Syntax
    'Declaration
     
    Public Property FrontFacingOnly As Boolean
    public bool FrontFacingOnly {get; set;}
    See Also