Examples of ribbons


Examples of starlight.taliis.core.binary.m2.effects.ribbons

    // 5 Effects
      // * 5.1 Ribbon emitters
      buff.position(header.getofsRibbons());
      ribbon=new ribbons[header.getnRibbons()];
      for(int i=0;i<header.getnRibbons();i++){
        ribbon[i]=new ribbons(buff);
      }
     
      ribbonreftex=new int[ribbon.length][];
      ribbonintegers=new int[ribbon.length][];
      ribboncolor=new float[ribbon.length][][][];
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.