public VertexPositionBuilder(HashSet<Variable> globalVars, MainFunctionBuilder main, Mat4Loop mat4Loop)
 {
     _globalVars = globalVars;
     _mat4Loop = mat4Loop;
     _main = main;
 }
 public VertexPositionBuilder(HashSet <Variable> globalVars, MainFunctionBuilder main, Mat4Loop mat4Loop)
 {
     _globalVars = globalVars;
     _mat4Loop   = mat4Loop;
     _main       = main;
 }