Isosurface.AdaptiveDualContouring.OctreeDrawInfo.OctreeDrawInfo C# (CSharp) Method

OctreeDrawInfo() public method

public OctreeDrawInfo ( ) : System
return System
        public OctreeDrawInfo()
        {
            index = -1;
            corners = 0;
        }
OctreeDrawInfo