hyades.ShapeBuilder.ShapeBuilder C# (CSharp) Method

ShapeBuilder() static private method

static private ShapeBuilder ( ) : System
return System
        static ShapeBuilder()
        {
            index_dictionary = new Dictionary<Model, List<Triangle>>();
            vertex_dictionary = new Dictionary<Model, List<Vector3>>();
        }

Same methods

ShapeBuilder::ShapeBuilder ( Model model ) : System