This commit is contained in:
mpelissi 2023-04-25 12:02:32 +02:00
parent 5d4f0a5dd8
commit e259c91f17
1 changed files with 2 additions and 2 deletions

View File

@ -47,10 +47,10 @@ function init_variable(premier_appel){
obj_file_random = shuffle(obj_names)
// nombre de mesh a visionner AU TOTAL
nb_mesh = 3//obj_file_random.length
nb_mesh = 10//obj_file_random.length
// nb analyse demandé
nb_analyse_demande = 2
nb_analyse_demande = 5
list_idx_tache =[]
for (let p=0; p<nb_mesh; p++){list_idx_tache.push(p+1)}
list_idx_tache = shuffle(list_idx_tache)