@Override
 protected void checkout() {
   super.checkout();
   if (this.m_color != null) {
     this.m_color.setFromFloat(1.0f, 1.0f, 1.0f, 0.7f);
   }
   if (this.m_borderColor != null) {
     this.m_borderColor.setFromFloat(0.06f, 0.04f, 0.03f, 0.4f);
   }
   this.m_leftMargin = 0.0f;
   this.m_rightMargin = 0.0f;
   this.m_topMargin = 0.0f;
   this.m_bottomMargin = 0.0f;
   this.m_scaleFactorX = 1.0f;
   this.m_scaleFactorY = 1.0f;
   this.m_borderWidth = 1.0f;
   this.setNeedUpdate();
 }
Ejemplo n.º 2
0
  protected void gL()
  {
    super.gL();

    if (this.bPo != null)
      this.bPo.k(1.0F, 1.0F, 1.0F, 0.7F);
    if (this.aDj != null) {
      this.aDj.k(0.06F, 0.04F, 0.03F, 0.4F);
    }
    this.gqx = 0.0F;
    this.gqy = 0.0F;
    this.gqz = 0.0F;
    this.gqA = 0.0F;

    this.gqr = 1.0F;
    this.gqs = 1.0F;
    this.aDg = 1.0F;

    bJh();
  }