C# Class GLSharp.Graphics.RegionOccluder

Inheritance: IViewOccluder
Datei anzeigen Open project: colin-dumitru/GLSharp

Public Methods

Method Description
RegionOccluder ( float regionX, float regionY ) : System
Test ( CullInfo cullInfo, Node node, MeshItem meshItem ) : bool

Method Details

RegionOccluder() public method

public RegionOccluder ( float regionX, float regionY ) : System
regionX float
regionY float
return System

Test() public method

public Test ( CullInfo cullInfo, Node node, MeshItem meshItem ) : bool
cullInfo CullInfo
node GLSharp.Universe.Node
meshItem GLSharp.Content.MeshItem
return bool