LWJGL Глубокое тестирование изображений

попробуйте следующее:

public void double randomFill(){

  Random rand = new Random();
  for(int i = 0; i < this.anArray.length(); i++){
    this.anArray[i] = rand.nextInt();
  }
}
0
задан B-Lo 13 July 2018 в 07:09
поделиться