ras
This commit is contained in:
+2
-2
@@ -47,10 +47,10 @@ function init_variable(premier_appel){
|
|||||||
obj_file_random = shuffle(obj_names)
|
obj_file_random = shuffle(obj_names)
|
||||||
|
|
||||||
// nombre de mesh a visionner AU TOTAL
|
// 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 demandé
|
||||||
nb_analyse_demande = 2
|
nb_analyse_demande = 5
|
||||||
list_idx_tache =[]
|
list_idx_tache =[]
|
||||||
for (let p=0; p<nb_mesh; p++){list_idx_tache.push(p+1)}
|
for (let p=0; p<nb_mesh; p++){list_idx_tache.push(p+1)}
|
||||||
list_idx_tache = shuffle(list_idx_tache)
|
list_idx_tache = shuffle(list_idx_tache)
|
||||||
|
|||||||
Reference in New Issue
Block a user