Home | History | Annotate | Download | only in scene

Lines Matching refs:inIndex

759      * @param inIndex The input element index
766 public void copyElement(int inIndex, VertexBuffer outVb, int outIndex){
767 copyElements(inIndex, outVb, outIndex, 1);
774 * @param inIndex The input element index
782 public void copyElements(int inIndex, VertexBuffer outVb, int outIndex, int len){
786 int inPos = inIndex * components;