public virtual void draw3dText(SWIGTYPE_p_btVector3 location, string textString)
 {
     OpenGLSupportPINVOKE.GLDebugDrawer_draw3dText(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(location), textString);
     if (OpenGLSupportPINVOKE.SWIGPendingException.Pending)
     {
         throw OpenGLSupportPINVOKE.SWIGPendingException.Retrieve();
     }
 }