Package com.flansmod.common.guns

Examples of com.flansmod.common.guns.IScope


          */
          break;
        }
        case EQUIPPED_FIRST_PERSON:
        {
          IScope scope = gunType.getCurrentScope(item);
          if(FlansModClient.zoomProgress > 0.9F && scope.hasZoomOverlay())
          {
            GL11.glPopMatrix();
            return;
          }
          float adsSwitch = FlansModClient.lastZoomProgress + (FlansModClient.zoomProgress - FlansModClient.lastZoomProgress) * smoothing;//0F;//((float)Math.sin((FlansMod.ticker) / 10F) + 1F) / 2F;
View Full Code Here

TOP

Related Classes of com.flansmod.common.guns.IScope

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.