Home | History | Annotate | Download | only in scene

Lines Matching refs:arrayWeight

368             FloatBuffer arrayWeight = FloatBuffer.allocate(originalWeight.capacity());
370 arrayWeight.put(originalWeight);
371 weights.updateData(arrayWeight);