public HemisphereUVModifier setTextureRectangleBottom(TRect textureRectangleBottom)
 {
     //
     //ORIGINAL LINE: mTextureRectangleBottom = textureRectangleBottom;
     mTextureRectangleBottom = (textureRectangleBottom);
     return(this);
 }
 public HemisphereUVModifier setTextureRectangleTop(TRect textureRectangleTop)
 {
     //
     //ORIGINAL LINE: mTextureRectangleTop = textureRectangleTop;
     mTextureRectangleTop = (textureRectangleTop);
     return(this);
 }
 public HemisphereUVModifier()
 {
     mInputTriangleBuffer    = null;
     mTextureRectangleTop    = new Mogre.RealRect(0, 0, 1, 1);
     mTextureRectangleBottom = new Mogre.RealRect(0, 0, 1, 1);
 }
 public HemisphereUVModifier setTextureRectangleBottom(TRect textureRectangleBottom) {
     //
     //ORIGINAL LINE: mTextureRectangleBottom = textureRectangleBottom;
     mTextureRectangleBottom = (textureRectangleBottom);
     return this;
 }
 public HemisphereUVModifier setTextureRectangleTop(TRect textureRectangleTop) {
     //
     //ORIGINAL LINE: mTextureRectangleTop = textureRectangleTop;
     mTextureRectangleTop = (textureRectangleTop);
     return this;
 }
 public HemisphereUVModifier() {
     mInputTriangleBuffer = null;
     mTextureRectangleTop = new Mogre.RealRect(0, 0, 1, 1);
     mTextureRectangleBottom = new Mogre.RealRect(0, 0, 1, 1);
 }