static public int constructor(IntPtr l)
 {
     try {
         GameFramework.Geometry3D o;
         o = new GameFramework.Geometry3D();
         pushValue(l, true);
         pushValue(l, o);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }