perspective et rendu

Pour toute demande d'aide sur des exemples non finalisés, c'est ici.
Les exemples aboutis et intéressants seront ajoutés aux sous-forums qui suivent.

Règles du forum
Pour toute demande d'aide pour la conception (ou la confirmation d'un code) d'une figure Asymptote, c'est ici.

J'invite ceux qui ont régulièrement des questions à poser à aller dans leur panneau de l'utilisateur pour indiquer dans la signature de leurs messages :

  1. Nom du système d'exploitation (W7 ou Ubuntu 12.04 ou ...)
  2. Version d'Asymptote et éditeur utilisé pour les figures Asymptote
  3. Distribution LaTeX et éditeur utilisé pour les tex.


On va gagner du temps dans les réponses !
maurice
Messages : 262
Enregistré le : jeu. 25 mars 2010, 13:00
Contact :

perspective et rendu

Message non lu par maurice » dim. 3 mars 2013, 02:11

Bonsoir, dans les 2 codes suivants, je suis étonné par la différence de rendu alors qu'il n'y a que la parspective qui est différente.

orthographic(5,4,1); et le rendu est moche ;

Figure asymptote bf0c9cf3bb6385c1b2275ff024a87868
*** Pour masquer/découvrir le code Asymptote qui a permis de créer la figure, il faut cliquer dessus. ;-) ***

CODE ASYMPTOTE de la figure ci-dessus : Tout sélectionner
  1. import solids;
  2. currentprojection=orthographic(5,4,1);
  3. size(10cm);
  4.  
  5.  
  6. revolution cyl=cylinder(O,0.25,2,X);
  7. int rangees=5;
  8. for(int i=0; i<rangees; ++i) {
  9. for(int j=0; j<i+1; ++j) {
  10. // int i=1, j=0;
  11. transform3 t=shift((0, -.25*i+.5*j, -sqrt(.1825)*i));
  12. draw(surface(t*cyl), gray);
  13. }
  14. }


orthographic(5,4,0); donne beaucoup mieux.

Figure asymptote acef053c1b461573323862b79174d880
*** Pour masquer/découvrir le code Asymptote qui a permis de créer la figure, il faut cliquer dessus. ;-) ***

CODE ASYMPTOTE de la figure ci-dessus : Tout sélectionner
  1. import solids;
  2. currentprojection=orthographic(5,4,0);
  3. size(10cm);
  4.  
  5.  
  6. revolution cyl=cylinder(O,0.25,2,X);
  7. int rangees=5;
  8. for(int i=0; i<rangees; ++i) {
  9. for(int j=0; j<i+1; ++j) {
  10. // int i=1, j=0;
  11. transform3 t=shift((0, -.25*i+.5*j, -sqrt(0.1825)*i));
  12. draw(surface(t*cyl), gray);
  13. }
  14. }
  15.  
  16. axes3("x", "y", "z", red, Arrow3);


D'où vient une telle différence.
C'est un peu génant, j'ai cru pendant un bon moment que je faisais un code mal-approprié.

Merci

Bruno
Doc 3D
Si ça ne marche pas, essayez la version pdf

Fedora 23 -- Asymptote 2.35 -- TeXlive 2013 -- emacs et/ou gedit

maurice
Messages : 262
Enregistré le : jeu. 25 mars 2010, 13:00
Contact :

Re: perspective et rendu

Message non lu par maurice » dim. 3 mars 2013, 05:47

En ligne de commande :

Code : Tout sélectionner

$ asy -render=4 ds7-tuyaux.asy
/usr/local/share/asymptote/three.asy: 2906.13: runtime: to support onscreen rendering, please install glut library, run ./configure, and recompile


Une installation défaillante avec des librairies manquantes ?...

Bruno
Doc 3D
Si ça ne marche pas, essayez la version pdf

Fedora 23 -- Asymptote 2.35 -- TeXlive 2013 -- emacs et/ou gedit

maurice
Messages : 262
Enregistré le : jeu. 25 mars 2010, 13:00
Contact :

Re: perspective et rendu

Message non lu par maurice » dim. 3 mars 2013, 05:50

Pourtant :

Code : Tout sélectionner

$ yum list freeglut-*
Modules complémentaires chargés : langpacks, presto, refresh-packagekit
Paquets installés
freeglut.x86_64                          2.8.0-7.fc18                    @fedora
freeglut-devel.x86_64                    2.8.0-7.fc18                    @fedora


Bruno
Doc 3D
Si ça ne marche pas, essayez la version pdf

Fedora 23 -- Asymptote 2.35 -- TeXlive 2013 -- emacs et/ou gedit

maurice
Messages : 262
Enregistré le : jeu. 25 mars 2010, 13:00
Contact :

Re: perspective et rendu

Message non lu par maurice » dim. 3 mars 2013, 05:55

Du coup j'ai essayé de mettre à jour la version svn : erreur !!!

Code : Tout sélectionner

gsl.cc:1116:36: erreur: ‘PRETRANSLATED_SYMBOL_Ei’ was not declared in this scope
gsl.cc:1117:30: erreur: ‘PRETRANSLATED_SYMBOL_Shi’ was not declared in this scope
gsl.cc:1118:30: erreur: ‘PRETRANSLATED_SYMBOL_Chi’ was not declared in this scope
gsl.cc:1119:35: erreur: ‘PRETRANSLATED_SYMBOL_Ei3’ was not declared in this scope
gsl.cc:1120:29: erreur: ‘PRETRANSLATED_SYMBOL_Si’ was not declared in this scope
gsl.cc:1121:29: erreur: ‘PRETRANSLATED_SYMBOL_Ci’ was not declared in this scope
gsl.cc:1122:34: erreur: ‘PRETRANSLATED_SYMBOL_atanint’ was not declared in this scope
gsl.cc:1125:41: erreur: ‘PRETRANSLATED_SYMBOL_FermiDiracM1’ was not declared in this scope
gsl.cc:1126:40: erreur: ‘PRETRANSLATED_SYMBOL_FermiDirac0’ was not declared in this scope
gsl.cc:1127:40: erreur: ‘PRETRANSLATED_SYMBOL_FermiDirac1’ was not declared in this scope
gsl.cc:1128:40: erreur: ‘PRETRANSLATED_SYMBOL_FermiDirac2’ was not declared in this scope
gsl.cc:1129:45: erreur: ‘PRETRANSLATED_SYMBOL_FermiDirac’ was not declared in this scope
gsl.cc:1130:44: erreur: ‘PRETRANSLATED_SYMBOL_FermiDiracMHalf’ was not declared in this scope
gsl.cc:1131:43: erreur: ‘PRETRANSLATED_SYMBOL_FermiDiracHalf’ was not declared in this scope
gsl.cc:1132:44: erreur: ‘PRETRANSLATED_SYMBOL_FermiDirac3Half’ was not declared in this scope
gsl.cc:1133:48: erreur: ‘PRETRANSLATED_SYMBOL_FermiDiracInc0’ was not declared in this scope
gsl.cc:1134:48: erreur: ‘PRETRANSLATED_SYMBOL_b’ was not declared in this scope
gsl.cc:1137:32: erreur: ‘PRETRANSLATED_SYMBOL_gamma’ was not declared in this scope
gsl.cc:1138:34: erreur: ‘PRETRANSLATED_SYMBOL_lngamma’ was not declared in this scope
gsl.cc:1139:36: erreur: ‘PRETRANSLATED_SYMBOL_gammastar’ was not declared in this scope
gsl.cc:1140:35: erreur: ‘PRETRANSLATED_SYMBOL_gammainv’ was not declared in this scope
gsl.cc:1141:30: erreur: ‘PRETRANSLATED_SYMBOL_fact’ was not declared in this scope
gsl.cc:1142:36: erreur: ‘PRETRANSLATED_SYMBOL_doublefact’ was not declared in this scope
gsl.cc:1143:32: erreur: ‘PRETRANSLATED_SYMBOL_lnfact’ was not declared in this scope
gsl.cc:1144:38: erreur: ‘PRETRANSLATED_SYMBOL_lndoublefact’ was not declared in this scope
gsl.cc:1145:45: erreur: ‘PRETRANSLATED_SYMBOL_choose’ was not declared in this scope
gsl.cc:1145:96: erreur: ‘PRETRANSLATED_SYMBOL_m’ was not declared in this scope
gsl.cc:1146:47: erreur: ‘PRETRANSLATED_SYMBOL_lnchoose’ was not declared in this scope
gsl.cc:1147:41: erreur: ‘PRETRANSLATED_SYMBOL_taylorcoeff’ was not declared in this scope
gsl.cc:1148:35: erreur: ‘PRETRANSLATED_SYMBOL_poch’ was not declared in this scope
gsl.cc:1148:61: erreur: ‘PRETRANSLATED_SYMBOL_a’ was not declared in this scope
gsl.cc:1149:37: erreur: ‘PRETRANSLATED_SYMBOL_lnpoch’ was not declared in this scope
gsl.cc:1150:38: erreur: ‘PRETRANSLATED_SYMBOL_pochrel’ was not declared in this scope
gsl.cc:1152:42: erreur: ‘PRETRANSLATED_SYMBOL_gamma_Q’ was not declared in this scope
gsl.cc:1153:42: erreur: ‘PRETRANSLATED_SYMBOL_gamma_P’ was not declared in this scope
gsl.cc:1154:35: erreur: ‘PRETRANSLATED_SYMBOL_beta’ was not declared in this scope
gsl.cc:1155:37: erreur: ‘PRETRANSLATED_SYMBOL_lnbeta’ was not declared in this scope
gsl.cc:1159:42: erreur: ‘PRETRANSLATED_SYMBOL_gegenpoly_1’ was not declared in this scope
gsl.cc:1159:75: erreur: ‘PRETRANSLATED_SYMBOL_lambda’ was not declared in this scope
gsl.cc:1160:42: erreur: ‘PRETRANSLATED_SYMBOL_gegenpoly_2’ was not declared in this scope
gsl.cc:1161:42: erreur: ‘PRETRANSLATED_SYMBOL_gegenpoly_3’ was not declared in this scope
gsl.cc:1162:45: erreur: ‘PRETRANSLATED_SYMBOL_gegenpoly’ was not declared in this scope
gsl.cc:1166:41: erreur: ‘PRETRANSLATED_SYMBOL_hy0F1’ was not declared in this scope
gsl.cc:1166:68: erreur: ‘PRETRANSLATED_SYMBOL_c’ was not declared in this scope
gsl.cc:1167:47: erreur: ‘PRETRANSLATED_SYMBOL_hy1F1’ was not declared in this scope
gsl.cc:1169:45: erreur: ‘PRETRANSLATED_SYMBOL_U’ was not declared in this scope
gsl.cc:1171:49: erreur: ‘PRETRANSLATED_SYMBOL_hy2F1’ was not declared in this scope
gsl.cc:1173:54: erreur: ‘PRETRANSLATED_SYMBOL_hy2F1_conj’ was not declared in this scope
gsl.cc:1173:86: erreur: ‘PRETRANSLATED_SYMBOL_aR’ was not declared in this scope
gsl.cc:1174:54: erreur: ‘PRETRANSLATED_SYMBOL_aI’ was not declared in this scope
gsl.cc:1175:56: erreur: ‘PRETRANSLATED_SYMBOL_hy2F1_renorm’ was not declared in this scope
gsl.cc:1178:6: erreur: ‘PRETRANSLATED_SYMBOL_hy2F1_conj_renorm’ was not declared in this scope
gsl.cc:1179:45: erreur: ‘PRETRANSLATED_SYMBOL_hy2F0’ was not declared in this scope
gsl.cc:1182:41: erreur: ‘PRETRANSLATED_SYMBOL_L1’ was not declared in this scope
gsl.cc:1183:41: erreur: ‘PRETRANSLATED_SYMBOL_L2’ was not declared in this scope
gsl.cc:1184:41: erreur: ‘PRETRANSLATED_SYMBOL_L3’ was not declared in this scope
gsl.cc:1185:44: erreur: ‘PRETRANSLATED_SYMBOL_L’ was not declared in this scope
gsl.cc:1188:37: erreur: ‘PRETRANSLATED_SYMBOL_W0’ was not declared in this scope
gsl.cc:1189:38: erreur: ‘PRETRANSLATED_SYMBOL_Wm1’ was not declared in this scope
gsl.cc:1192:38: erreur: ‘PRETRANSLATED_SYMBOL_P1’ was not declared in this scope
gsl.cc:1193:38: erreur: ‘PRETRANSLATED_SYMBOL_P2’ was not declared in this scope
gsl.cc:1194:38: erreur: ‘PRETRANSLATED_SYMBOL_P3’ was not declared in this scope
gsl.cc:1195:41: erreur: ‘PRETRANSLATED_SYMBOL_Pl’ was not declared in this scope
gsl.cc:1196:38: erreur: ‘PRETRANSLATED_SYMBOL_Q0’ was not declared in this scope
gsl.cc:1197:38: erreur: ‘PRETRANSLATED_SYMBOL_Q1’ was not declared in this scope
gsl.cc:1198:41: erreur: ‘PRETRANSLATED_SYMBOL_Ql’ was not declared in this scope
gsl.cc:1199:45: erreur: ‘PRETRANSLATED_SYMBOL_Plm’ was not declared in this scope
gsl.cc:1200:48: erreur: ‘PRETRANSLATED_SYMBOL_sphPlm’ was not declared in this scope
gsl.cc:1202:44: erreur: ‘PRETRANSLATED_SYMBOL_conicalP_half’ was not declared in this scope
gsl.cc:1204:45: erreur: ‘PRETRANSLATED_SYMBOL_conicalP_mhalf’ was not declared in this scope
gsl.cc:1206:41: erreur: ‘PRETRANSLATED_SYMBOL_conicalP_0’ was not declared in this scope
gsl.cc:1207:41: erreur: ‘PRETRANSLATED_SYMBOL_conicalP_1’ was not declared in this scope
gsl.cc:1208:50: erreur: ‘PRETRANSLATED_SYMBOL_conicalP_sph_reg’ was not declared in this scope
gsl.cc:1210:50: erreur: ‘PRETRANSLATED_SYMBOL_conicalP_cyl_reg’ was not declared in this scope
gsl.cc:1212:45: erreur: ‘PRETRANSLATED_SYMBOL_H3d0’ was not declared in this scope
gsl.cc:1212:99: erreur: ‘PRETRANSLATED_SYMBOL_eta’ was not declared in this scope
gsl.cc:1213:45: erreur: ‘PRETRANSLATED_SYMBOL_H3d1’ was not declared in this scope
gsl.cc:1214:46: erreur: ‘PRETRANSLATED_SYMBOL_H3d’ was not declared in this scope
gsl.cc:1218:34: erreur: ‘PRETRANSLATED_SYMBOL_logabs’ was not declared in this scope
gsl.cc:1220:40: erreur: ‘PRETRANSLATED_SYMBOL_log1pm’ was not declared in this scope
gsl.cc:1226:40: erreur: ‘PRETRANSLATED_SYMBOL_pow’ was not declared in this scope
gsl.cc:1229:36: erreur: ‘PRETRANSLATED_SYMBOL_psi’ was not declared in this scope
gsl.cc:1231:35: erreur: ‘PRETRANSLATED_SYMBOL_psi_1piy’ was not declared in this scope
gsl.cc:1232:38: erreur: ‘PRETRANSLATED_SYMBOL_psi1’ was not declared in this scope
gsl.cc:1237:40: erreur: ‘PRETRANSLATED_SYMBOL_synchrotron_1’ was not declared in this scope
gsl.cc:1238:40: erreur: ‘PRETRANSLATED_SYMBOL_synchrotron_2’ was not declared in this scope
gsl.cc:1241:38: erreur: ‘PRETRANSLATED_SYMBOL_transport_2’ was not declared in this scope
gsl.cc:1242:38: erreur: ‘PRETRANSLATED_SYMBOL_transport_3’ was not declared in this scope
gsl.cc:1243:38: erreur: ‘PRETRANSLATED_SYMBOL_transport_4’ was not declared in this scope
gsl.cc:1244:38: erreur: ‘PRETRANSLATED_SYMBOL_transport_5’ was not declared in this scope
gsl.cc:1247:31: erreur: ‘PRETRANSLATED_SYMBOL_sinc’ was not declared in this scope
gsl.cc:1248:33: erreur: ‘PRETRANSLATED_SYMBOL_lnsinh’ was not declared in this scope
gsl.cc:1249:33: erreur: ‘PRETRANSLATED_SYMBOL_lncosh’ was not declared in this scope
gsl.cc:1252:37: erreur: ‘PRETRANSLATED_SYMBOL_zeta’ was not declared in this scope
gsl.cc:1253:57: erreur: ‘PRETRANSLATED_SYMBOL_s’ was not declared in this scope
gsl.cc:1254:39: erreur: ‘PRETRANSLATED_SYMBOL_zetam1’ was not declared in this scope
gsl.cc:1256:36: erreur: ‘PRETRANSLATED_SYMBOL_hzeta’ was not declared in this scope
gsl.cc:1256:86: erreur: ‘PRETRANSLATED_SYMBOL_q’ was not declared in this scope
gsl.cc:1262:49: erreur: ‘PRETRANSLATED_SYMBOL_rng_init’ was not declared in this scope
gsl.cc:1263:31: erreur: ‘PRETRANSLATED_SYMBOL_name’ was not declared in this scope
gsl.cc:1264:52: erreur: ‘PRETRANSLATED_SYMBOL_rng_list’ was not declared in this scope
gsl.cc:1265:48: erreur: ‘PRETRANSLATED_SYMBOL_rng_set’ was not declared in this scope
gsl.cc:1266:28: erreur: ‘PRETRANSLATED_SYMBOL_seed’ was not declared in this scope
gsl.cc:1267:41: erreur: ‘PRETRANSLATED_SYMBOL_rng_name’ was not declared in this scope
gsl.cc:1268:37: erreur: ‘PRETRANSLATED_SYMBOL_rng_min’ was not declared in this scope
gsl.cc:1269:37: erreur: ‘PRETRANSLATED_SYMBOL_rng_max’ was not declared in this scope
gsl.cc:1270:37: erreur: ‘PRETRANSLATED_SYMBOL_rng_get’ was not declared in this scope
gsl.cc:1271:46: erreur: ‘PRETRANSLATED_SYMBOL_rng_uniform_int’ was not declared in this scope
gsl.cc:1272:38: erreur: ‘PRETRANSLATED_SYMBOL_rng_uniform’ was not declared in this scope
gsl.cc:1273:42: erreur: ‘PRETRANSLATED_SYMBOL_rng_uniform_pos’ was not declared in this scope
gsl.cc:1276:54: erreur: ‘PRETRANSLATED_SYMBOL_rng_gaussian’ was not declared in this scope
gsl.cc:1277:29: erreur: ‘PRETRANSLATED_SYMBOL_mu’ was not declared in this scope
gsl.cc:1278:29: erreur: ‘PRETRANSLATED_SYMBOL_sigma’ was not declared in this scope
gsl.cc:1279:31: erreur: ‘PRETRANSLATED_SYMBOL_method’ was not declared in this scope
gsl.cc:1280:60: erreur: ‘PRETRANSLATED_SYMBOL_pdf_gaussian’ was not declared in this scope
gsl.cc:1282:58: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gaussian_P’ was not declared in this scope
gsl.cc:1284:58: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gaussian_Q’ was not declared in this scope
gsl.cc:1287:6: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gaussian_Pinv’ was not declared in this scope
gsl.cc:1289:6: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gaussian_Qinv’ was not declared in this scope
gsl.cc:1292:48: erreur: ‘PRETRANSLATED_SYMBOL_rng_gaussian_tail’ was not declared in this scope
gsl.cc:1294:53: erreur: ‘PRETRANSLATED_SYMBOL_pdf_gaussian_tail’ was not declared in this scope
gsl.cc:1299:11: erreur: ‘PRETRANSLATED_SYMBOL_rng_bivariate_gaussian’ was not declared in this scope
gsl.cc:1302:29: erreur: ‘PRETRANSLATED_SYMBOL_rho’ was not declared in this scope
gsl.cc:1304:11: erreur: ‘PRETRANSLATED_SYMBOL_pdf_bivariate_gaussian’ was not declared in this scope
gsl.cc:1326:43: erreur: ‘PRETRANSLATED_SYMBOL_rng_exponential’ was not declared in this scope
gsl.cc:1326:151: erreur: ‘PRETRANSLATED_SYMBOL_pdf_exponential’ was not declared in this scope
gsl.cc:1326:280: erreur: ‘PRETRANSLATED_SYMBOL_cdf_exponential_P’ was not declared in this scope
gsl.cc:1326:411: erreur: ‘PRETRANSLATED_SYMBOL_cdf_exponential_Q’ was not declared in this scope
gsl.cc:1326:545: erreur: ‘PRETRANSLATED_SYMBOL_cdf_exponential_Pinv’ was not declared in this scope
gsl.cc:1326:682: erreur: ‘PRETRANSLATED_SYMBOL_cdf_exponential_Qinv’ was not declared in this scope
gsl.cc:1326:724: erreur: ‘PRETRANSLATED_SYMBOL_Q’ was not declared in this scope
gsl.cc:1327:39: erreur: ‘PRETRANSLATED_SYMBOL_rng_laplace’ was not declared in this scope
gsl.cc:1327:138: erreur: ‘PRETRANSLATED_SYMBOL_pdf_laplace’ was not declared in this scope
gsl.cc:1327:258: erreur: ‘PRETRANSLATED_SYMBOL_cdf_laplace_P’ was not declared in this scope
gsl.cc:1327:380: erreur: ‘PRETRANSLATED_SYMBOL_cdf_laplace_Q’ was not declared in this scope
gsl.cc:1327:505: erreur: ‘PRETRANSLATED_SYMBOL_cdf_laplace_Pinv’ was not declared in this scope
gsl.cc:1327:633: erreur: ‘PRETRANSLATED_SYMBOL_cdf_laplace_Qinv’ was not declared in this scope
gsl.cc:1328:38: erreur: ‘PRETRANSLATED_SYMBOL_rng_cauchy’ was not declared in this scope
gsl.cc:1328:135: erreur: ‘PRETRANSLATED_SYMBOL_pdf_cauchy’ was not declared in this scope
gsl.cc:1328:253: erreur: ‘PRETRANSLATED_SYMBOL_cdf_cauchy_P’ was not declared in this scope
gsl.cc:1328:373: erreur: ‘PRETRANSLATED_SYMBOL_cdf_cauchy_Q’ was not declared in this scope
gsl.cc:1328:496: erreur: ‘PRETRANSLATED_SYMBOL_cdf_cauchy_Pinv’ was not declared in this scope
gsl.cc:1328:622: erreur: ‘PRETRANSLATED_SYMBOL_cdf_cauchy_Qinv’ was not declared in this scope
gsl.cc:1329:40: erreur: ‘PRETRANSLATED_SYMBOL_rng_rayleigh’ was not declared in this scope
gsl.cc:1329:142: erreur: ‘PRETRANSLATED_SYMBOL_pdf_rayleigh’ was not declared in this scope
gsl.cc:1329:265: erreur: ‘PRETRANSLATED_SYMBOL_cdf_rayleigh_P’ was not declared in this scope
gsl.cc:1329:390: erreur: ‘PRETRANSLATED_SYMBOL_cdf_rayleigh_Q’ was not declared in this scope
gsl.cc:1329:518: erreur: ‘PRETRANSLATED_SYMBOL_cdf_rayleigh_Pinv’ was not declared in this scope
gsl.cc:1329:649: erreur: ‘PRETRANSLATED_SYMBOL_cdf_rayleigh_Qinv’ was not declared in this scope
gsl.cc:1330:37: erreur: ‘PRETRANSLATED_SYMBOL_rng_chisq’ was not declared in this scope
gsl.cc:1330:133: erreur: ‘PRETRANSLATED_SYMBOL_pdf_chisq’ was not declared in this scope
gsl.cc:1330:250: erreur: ‘PRETRANSLATED_SYMBOL_cdf_chisq_P’ was not declared in this scope
gsl.cc:1330:369: erreur: ‘PRETRANSLATED_SYMBOL_cdf_chisq_Q’ was not declared in this scope
gsl.cc:1330:491: erreur: ‘PRETRANSLATED_SYMBOL_cdf_chisq_Pinv’ was not declared in this scope
gsl.cc:1330:616: erreur: ‘PRETRANSLATED_SYMBOL_cdf_chisq_Qinv’ was not declared in this scope
gsl.cc:1331:37: erreur: ‘PRETRANSLATED_SYMBOL_rng_tdist’ was not declared in this scope
gsl.cc:1331:133: erreur: ‘PRETRANSLATED_SYMBOL_pdf_tdist’ was not declared in this scope
gsl.cc:1331:250: erreur: ‘PRETRANSLATED_SYMBOL_cdf_tdist_P’ was not declared in this scope
gsl.cc:1331:369: erreur: ‘PRETRANSLATED_SYMBOL_cdf_tdist_Q’ was not declared in this scope
gsl.cc:1331:491: erreur: ‘PRETRANSLATED_SYMBOL_cdf_tdist_Pinv’ was not declared in this scope
gsl.cc:1331:616: erreur: ‘PRETRANSLATED_SYMBOL_cdf_tdist_Qinv’ was not declared in this scope
gsl.cc:1332:40: erreur: ‘PRETRANSLATED_SYMBOL_rng_logistic’ was not declared in this scope
gsl.cc:1332:142: erreur: ‘PRETRANSLATED_SYMBOL_pdf_logistic’ was not declared in this scope
gsl.cc:1332:265: erreur: ‘PRETRANSLATED_SYMBOL_cdf_logistic_P’ was not declared in this scope
gsl.cc:1332:390: erreur: ‘PRETRANSLATED_SYMBOL_cdf_logistic_Q’ was not declared in this scope
gsl.cc:1332:518: erreur: ‘PRETRANSLATED_SYMBOL_cdf_logistic_Pinv’ was not declared in this scope
gsl.cc:1332:649: erreur: ‘PRETRANSLATED_SYMBOL_cdf_logistic_Qinv’ was not declared in this scope
gsl.cc:1351:40: erreur: ‘PRETRANSLATED_SYMBOL_rng_flat’ was not declared in this scope
gsl.cc:1351:160: erreur: ‘PRETRANSLATED_SYMBOL_pdf_flat’ was not declared in this scope
gsl.cc:1351:301: erreur: ‘PRETRANSLATED_SYMBOL_cdf_flat_P’ was not declared in this scope
gsl.cc:1351:444: erreur: ‘PRETRANSLATED_SYMBOL_cdf_flat_Q’ was not declared in this scope
gsl.cc:1351:590: erreur: ‘PRETRANSLATED_SYMBOL_cdf_flat_Pinv’ was not declared in this scope
gsl.cc:1351:739: erreur: ‘PRETRANSLATED_SYMBOL_cdf_flat_Qinv’ was not declared in this scope
gsl.cc:1352:45: erreur: ‘PRETRANSLATED_SYMBOL_rng_lognormal’ was not declared in this scope
gsl.cc:1352:182: erreur: ‘PRETRANSLATED_SYMBOL_pdf_lognormal’ was not declared in this scope
gsl.cc:1352:340: erreur: ‘PRETRANSLATED_SYMBOL_cdf_lognormal_P’ was not declared in this scope
gsl.cc:1352:500: erreur: ‘PRETRANSLATED_SYMBOL_cdf_lognormal_Q’ was not declared in this scope
gsl.cc:1352:663: erreur: ‘PRETRANSLATED_SYMBOL_cdf_lognormal_Pinv’ was not declared in this scope
gsl.cc:1352:829: erreur: ‘PRETRANSLATED_SYMBOL_cdf_lognormal_Qinv’ was not declared in this scope
gsl.cc:1353:41: erreur: ‘PRETRANSLATED_SYMBOL_rng_fdist’ was not declared in this scope
gsl.cc:1353:72: erreur: ‘PRETRANSLATED_SYMBOL_nu1’ was not declared in this scope
gsl.cc:1353:97: erreur: ‘PRETRANSLATED_SYMBOL_nu2’ was not declared in this scope
gsl.cc:1353:167: erreur: ‘PRETRANSLATED_SYMBOL_pdf_fdist’ was not declared in this scope
gsl.cc:1353:314: erreur: ‘PRETRANSLATED_SYMBOL_cdf_fdist_P’ was not declared in this scope
gsl.cc:1353:463: erreur: ‘PRETRANSLATED_SYMBOL_cdf_fdist_Q’ was not declared in this scope
gsl.cc:1353:615: erreur: ‘PRETRANSLATED_SYMBOL_cdf_fdist_Pinv’ was not declared in this scope
gsl.cc:1353:770: erreur: ‘PRETRANSLATED_SYMBOL_cdf_fdist_Qinv’ was not declared in this scope
gsl.cc:1354:40: erreur: ‘PRETRANSLATED_SYMBOL_rng_beta’ was not declared in this scope
gsl.cc:1354:160: erreur: ‘PRETRANSLATED_SYMBOL_pdf_beta’ was not declared in this scope
gsl.cc:1354:301: erreur: ‘PRETRANSLATED_SYMBOL_cdf_beta_P’ was not declared in this scope
gsl.cc:1354:444: erreur: ‘PRETRANSLATED_SYMBOL_cdf_beta_Q’ was not declared in this scope
gsl.cc:1354:590: erreur: ‘PRETRANSLATED_SYMBOL_cdf_beta_Pinv’ was not declared in this scope
gsl.cc:1354:739: erreur: ‘PRETRANSLATED_SYMBOL_cdf_beta_Qinv’ was not declared in this scope
gsl.cc:1355:42: erreur: ‘PRETRANSLATED_SYMBOL_rng_pareto’ was not declared in this scope
gsl.cc:1355:166: erreur: ‘PRETRANSLATED_SYMBOL_pdf_pareto’ was not declared in this scope
gsl.cc:1355:311: erreur: ‘PRETRANSLATED_SYMBOL_cdf_pareto_P’ was not declared in this scope
gsl.cc:1355:458: erreur: ‘PRETRANSLATED_SYMBOL_cdf_pareto_Q’ was not declared in this scope
gsl.cc:1355:608: erreur: ‘PRETRANSLATED_SYMBOL_cdf_pareto_Pinv’ was not declared in this scope
gsl.cc:1355:761: erreur: ‘PRETRANSLATED_SYMBOL_cdf_pareto_Qinv’ was not declared in this scope
gsl.cc:1356:43: erreur: ‘PRETRANSLATED_SYMBOL_rng_weibull’ was not declared in this scope
gsl.cc:1356:169: erreur: ‘PRETRANSLATED_SYMBOL_pdf_weibull’ was not declared in this scope
gsl.cc:1356:316: erreur: ‘PRETRANSLATED_SYMBOL_cdf_weibull_P’ was not declared in this scope
gsl.cc:1356:465: erreur: ‘PRETRANSLATED_SYMBOL_cdf_weibull_Q’ was not declared in this scope
gsl.cc:1356:617: erreur: ‘PRETRANSLATED_SYMBOL_cdf_weibull_Pinv’ was not declared in this scope
gsl.cc:1356:772: erreur: ‘PRETRANSLATED_SYMBOL_cdf_weibull_Qinv’ was not declared in this scope
gsl.cc:1357:43: erreur: ‘PRETRANSLATED_SYMBOL_rng_gumbel1’ was not declared in this scope
gsl.cc:1357:169: erreur: ‘PRETRANSLATED_SYMBOL_pdf_gumbel1’ was not declared in this scope
gsl.cc:1357:316: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gumbel1_P’ was not declared in this scope
gsl.cc:1357:465: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gumbel1_Q’ was not declared in this scope
gsl.cc:1357:617: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gumbel1_Pinv’ was not declared in this scope
gsl.cc:1357:772: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gumbel1_Qinv’ was not declared in this scope
gsl.cc:1358:43: erreur: ‘PRETRANSLATED_SYMBOL_rng_gumbel2’ was not declared in this scope
gsl.cc:1358:169: erreur: ‘PRETRANSLATED_SYMBOL_pdf_gumbel2’ was not declared in this scope
gsl.cc:1358:316: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gumbel2_P’ was not declared in this scope
gsl.cc:1358:465: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gumbel2_Q’ was not declared in this scope
gsl.cc:1358:617: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gumbel2_Pinv’ was not declared in this scope
gsl.cc:1358:772: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gumbel2_Qinv’ was not declared in this scope
gsl.cc:1363:6: erreur: ‘PRETRANSLATED_SYMBOL_rng_exppow’ was not declared in this scope
gsl.cc:1365:6: erreur: ‘PRETRANSLATED_SYMBOL_pdf_exppow’ was not declared in this scope
gsl.cc:1367:6: erreur: ‘PRETRANSLATED_SYMBOL_cdf_exppow_P’ was not declared in this scope
gsl.cc:1369:6: erreur: ‘PRETRANSLATED_SYMBOL_cdf_exppow_Q’ was not declared in this scope
gsl.cc:1373:6: erreur: ‘PRETRANSLATED_SYMBOL_rng_rayleigh_tail’ was not declared in this scope
gsl.cc:1375:6: erreur: ‘PRETRANSLATED_SYMBOL_pdf_rayleigh_tail’ was not declared in this scope
gsl.cc:1378:37: erreur: ‘PRETRANSLATED_SYMBOL_rng_landau’ was not declared in this scope
gsl.cc:1379:38: erreur: ‘PRETRANSLATED_SYMBOL_pdf_landau’ was not declared in this scope
gsl.cc:1382:50: erreur: ‘PRETRANSLATED_SYMBOL_rng_levy’ was not declared in this scope
gsl.cc:1384:29: erreur: ‘PRETRANSLATED_SYMBOL_alpha’ was not declared in this scope
gsl.cc:1388:51: erreur: ‘PRETRANSLATED_SYMBOL_rng_gamma’ was not declared in this scope
gsl.cc:1393:6: erreur: ‘PRETRANSLATED_SYMBOL_pdf_gamma’ was not declared in this scope
gsl.cc:1395:6: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gamma_P’ was not declared in this scope
gsl.cc:1397:6: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gamma_Q’ was not declared in this scope
gsl.cc:1399:6: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gamma_Pinv’ was not declared in this scope
gsl.cc:1401:6: erreur: ‘PRETRANSLATED_SYMBOL_cdf_gamma_Qinv’ was not declared in this scope
gsl.cc:1404:51: erreur: ‘PRETRANSLATED_SYMBOL_rng_dir2d’ was not declared in this scope
gsl.cc:1406:53: erreur: ‘PRETRANSLATED_SYMBOL_rng_dir3d’ was not declared in this scope
gsl.cc:1407:50: erreur: ‘PRETRANSLATED_SYMBOL_rng_dir’ was not declared in this scope
gsl.cc:1411:54: erreur: ‘PRETRANSLATED_SYMBOL_sncndn’ was not declared in this scope
gsl.cc:1412:29: erreur: ‘PRETRANSLATED_SYMBOL_u’ was not declared in this scope
gsl.cc:1415:56: erreur: ‘PRETRANSLATED_SYMBOL_rng_dirichlet’ was not declared in this scope
gsl.cc:1417:55: erreur: ‘PRETRANSLATED_SYMBOL_pdf_dirichlet’ was not declared in this scope
gsl.cc:1419:30: erreur: ‘PRETRANSLATED_SYMBOL_theta’ was not declared in this scope
gsl.cc:1435:42: erreur: ‘PRETRANSLATED_SYMBOL_rng_poisson’ was not declared in this scope
gsl.cc:1435:142: erreur: ‘PRETRANSLATED_SYMBOL_pdf_poisson’ was not declared in this scope
gsl.cc:1435:263: erreur: ‘PRETRANSLATED_SYMBOL_cdf_poisson_P’ was not declared in this scope
gsl.cc:1435:386: erreur: ‘PRETRANSLATED_SYMBOL_cdf_poisson_Q’ was not declared in this scope
gsl.cc:1436:44: erreur: ‘PRETRANSLATED_SYMBOL_rng_geometric’ was not declared in this scope
gsl.cc:1436:147: erreur: ‘PRETRANSLATED_SYMBOL_pdf_geometric’ was not declared in this scope
gsl.cc:1436:271: erreur: ‘PRETRANSLATED_SYMBOL_cdf_geometric_P’ was not declared in this scope
gsl.cc:1436:397: erreur: ‘PRETRANSLATED_SYMBOL_cdf_geometric_Q’ was not declared in this scope
gsl.cc:1450:47: erreur: ‘PRETRANSLATED_SYMBOL_rng_binomial’ was not declared in this scope
gsl.cc:1450:175: erreur: ‘PRETRANSLATED_SYMBOL_pdf_binomial’ was not declared in this scope
gsl.cc:1450:324: erreur: ‘PRETRANSLATED_SYMBOL_cdf_binomial_P’ was not declared in this scope
gsl.cc:1450:475: erreur: ‘PRETRANSLATED_SYMBOL_cdf_binomial_Q’ was not declared in this scope
gsl.cc:1451:56: erreur: ‘PRETRANSLATED_SYMBOL_rng_negative_binomial’ was not declared in this scope
gsl.cc:1451:202: erreur: ‘PRETRANSLATED_SYMBOL_pdf_negative_binomial’ was not declared in this scope
gsl.cc:1451:369: erreur: ‘PRETRANSLATED_SYMBOL_cdf_negative_binomial_P’ was not declared in this scope
gsl.cc:1451:538: erreur: ‘PRETRANSLATED_SYMBOL_cdf_negative_binomial_Q’ was not declared in this scope
gsl.cc:1455:45: erreur: ‘PRETRANSLATED_SYMBOL_rng_logarithmic’ was not declared in this scope
gsl.cc:1456:47: erreur: ‘PRETRANSLATED_SYMBOL_pdf_logarithmic’ was not declared in this scope
gsl.cc:1460:43: erreur: ‘PRETRANSLATED_SYMBOL_rng_bernoulli’ was not declared in this scope
gsl.cc:1461:45: erreur: ‘PRETRANSLATED_SYMBOL_pdf_bernoulli’ was not declared in this scope
gsl.cc:1464:57: erreur: ‘PRETRANSLATED_SYMBOL_rng_multinomial’ was not declared in this scope
gsl.cc:1467:57: erreur: ‘PRETRANSLATED_SYMBOL_pdf_multinomial’ was not declared in this scope
gsl.cc:1473:6: erreur: ‘PRETRANSLATED_SYMBOL_rng_hypergeometric’ was not declared in this scope
gsl.cc:1473:46: erreur: ‘PRETRANSLATED_SYMBOL_n1’ was not declared in this scope
gsl.cc:1473:70: erreur: ‘PRETRANSLATED_SYMBOL_n2’ was not declared in this scope
gsl.cc:1473:94: erreur: ‘PRETRANSLATED_SYMBOL_t’ was not declared in this scope
gsl.cc:1475:6: erreur: ‘PRETRANSLATED_SYMBOL_pdf_hypergeometric’ was not declared in this scope
gsl.cc:1477:6: erreur: ‘PRETRANSLATED_SYMBOL_cdf_hypergeometric_P’ was not declared in this scope
gsl.cc:1479:6: erreur: ‘PRETRANSLATED_SYMBOL_cdf_hypergeometric_Q’ was not declared in this scope
make: *** [gsl.o] Erreur 1


Pourtant :

Code : Tout sélectionner

$ yum list gsl-*
Modules complémentaires chargés : langpacks, presto, refresh-packagekit
Paquets installés
gsl.x86_64                            1.15-5.fc18                       @fedora
gsl-devel.x86_64                      1.15-5.fc18                       @fedora
Paquets disponibles
gsl.i686                              1.15-5.fc18                       fedora
gsl-devel.i686                        1.15-5.fc18                       fedora



Voici le résultat du ./configure :

Code : Tout sélectionner

$ ./configure 
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for kpsewhich... true
checking for kpsewhich... (cached) true
checking for texi2dvi... texi2dvi
configure: Using /usr/share/texlive/texmf-local///tex/latex/asymptote for LaTeX style file
configure: Using /usr/share/texlive/texmf-local///tex/context/third/asymptote for ConTeXT style file
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether make sets $(MAKE)... yes
checking for bison... bison -y
checking how to run the C++ preprocessor... g++ -E
checking tr1/unordered_map usability... yes
checking tr1/unordered_map presence... yes
checking for tr1/unordered_map... yes
checking for gc-7.2d.tar.gz... yes
configure: enabling local Boehm Garbage Collector gc-7.2d
checking for getopt_long_only... yes
checking for setupterm in -lncurses... no
checking for setupterm in -lcurses... no
checking for sqrt in -lm... yes
checking for deflate in -lz... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... no
checking for stackoverflow_install_handler in -lsigsegv... no
checking for sched_yield in -lrt... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking ncurses/curses.h usability... no
checking ncurses/curses.h presence... no
checking for ncurses/curses.h... no
checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no
checking curses.h usability... no
checking curses.h presence... no
checking for curses.h... no
checking fpu_control.h usability... yes
checking fpu_control.h presence... yes
checking for fpu_control.h... yes
checking for library containing xdrstdio_create... none required
checking gsl/gsl_sf.h usability... yes
checking gsl/gsl_sf.h presence... yes
checking for gsl/gsl_sf.h... yes
checking for gsl_sf_debye_6 in -lgsl... yes
checking fftw3.h usability... yes
checking fftw3.h presence... yes
checking for fftw3.h... yes
checking for fftw_execute in -lfftw3... yes
checking for glDepthMask in -lGL... yes
checking for gluNewNurbsRenderer in -lGLU... yes
checking for glutMainLoop in -lglut... yes
checking for OSMesaCreateContext in -lOSMesa... yes
checking for _glapi_get_context in -lglapi... yes
checking for pid_t... yes
checking for size_t... yes
checking for ptrdiff_t... yes
checking for long long... yes
checking for long... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking return type of signal handlers... void
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for dup2... yes
checking for floor... yes
checking for memset... yes
checking for pow... yes
checking for sqrt... yes
checking for strchr... yes
checking for tgamma... yes
checking for memrchr... yes
checking for strftime... yes
checking for strptime... yes
checking for error_at_line... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/png/Makefile
config.status: creating config.h
config.status: config.h is unchanged
checking for gc-7.2d.tar.gz... (cached) yes


Bruno
Doc 3D
Si ça ne marche pas, essayez la version pdf

Fedora 23 -- Asymptote 2.35 -- TeXlive 2013 -- emacs et/ou gedit

Avatar du membre
GM
Administrateur du site
Administrateur du site
Messages : 1512
Enregistré le : dim. 7 mars 2010, 14:50

Re: perspective et rendu

Message non lu par GM » dim. 3 mars 2013, 08:49

Bonjour,

tout d'abord ton tout premier code donne ceci réellement :
Image


Je rappelle que, depuis toujours, les figures 3D, sur le forum, sont compilées avec render=0 (je ne peux pas faire autrement)... donc plusieurs objets dans une scène 3D seront empilés dans l'ordre où ils ont été tracés, sans tenir compte des positions relatives...

... et donc pour les figures 3D, avec des objets qui en masquent partiellement d'autres,... la plupart du temps, je mets séparément le code (avec la balise [ code][ /code]) et la figure (avec la balise [ img][ /img]).
Index des fonctions - Exemple de lien donnant le résultat d'une recherche sur les mots 'arc' et 'triple' : http://asy.marris.fr/indexasy/?filtre=arc triple
Mes configurations (le 24/02/21) :
PC n°1 :Windows 10 - Asymptote(2.82)+MikTeX2.9 - Editeurs : Notepad++, TeXworks, Visual Studio Code.
PC n°2 : Ubuntu 20.04LTS - Asymptote(2.67-?? git) + TexLive2020
Mon serveur : Debian Stretch- Asymptote(2.68-16 git) + TexLive2018
Merci de préciser la votre !

Avatar du membre
GM
Administrateur du site
Administrateur du site
Messages : 1512
Enregistré le : dim. 7 mars 2010, 14:50

Re: perspective et rendu

Message non lu par GM » dim. 3 mars 2013, 09:06

maurice a écrit :

Code : Tout sélectionner

$ asy -render=4 ds7-tuyaux.asy
/usr/local/share/asymptote/three.asy: 2906.13: runtime: to support onscreen rendering, please install glut library, run ./configure, and recompile


Une installation défaillante avec des librairies manquantes ?...

A propos de ce message d'erreur, je rappelle un ancien message :

http://forum.mathematex.net/asymptote-f34/sphere-t13662.html#p131818

Sinon, tu peux lire ici... que l'on conseille fleeglut 2.6 plutôt que la version 2.8.
http://asymptote.svn.sourceforge.net/viewvc/asymptote?view=revision&sortby=log&revision=5544
Recommend freeglut 2.6.0 due to broken menu feature in the 2.8.0 release (and modifier bugs in various patches for this problem).

Je ne sais pas si c'est en lien avec ton problème.
Index des fonctions - Exemple de lien donnant le résultat d'une recherche sur les mots 'arc' et 'triple' : http://asy.marris.fr/indexasy/?filtre=arc triple
Mes configurations (le 24/02/21) :
PC n°1 :Windows 10 - Asymptote(2.82)+MikTeX2.9 - Editeurs : Notepad++, TeXworks, Visual Studio Code.
PC n°2 : Ubuntu 20.04LTS - Asymptote(2.67-?? git) + TexLive2020
Mon serveur : Debian Stretch- Asymptote(2.68-16 git) + TexLive2018
Merci de préciser la votre !

maurice
Messages : 262
Enregistré le : jeu. 25 mars 2010, 13:00
Contact :

Re: perspective et rendu

Message non lu par maurice » dim. 3 mars 2013, 15:30

Bonjour,

GM a écrit :Bonjour,

tout d'abord ton tout premier code donne ceci réellement :

...

Je rappelle que, depuis toujours, les figures 3D, sur le forum, sont compilées avec render=0 (je ne peux pas faire autrement)... donc plusieurs objets dans une scène 3D seront empilés dans l'ordre où ils ont été tracés, sans tenir compte des positions relatives...

... et donc pour les figures 3D, avec des objets qui en masquent partiellement d'autres,... la plupart du temps, je mets séparément le code (avec la balise [ code][ /code]) et la figure (avec la balise [ img][ /img]).


J'ai chez moi exactement le même rendu qu'au 1er message : ca compile avec render=0.
C'est donc bien un problème d'installation.
Je l'ai faite récemment lorsque je suis passé de Fedora 17 à Fedora 18 ; je pense qu'il manquait alors des librairies et que je n'ai pas lu le résultat du ./configure à ce moment là !
Ce qui m'embête c'est que je ne peux plus compiler la version svn !

GM a écrit :Sinon, tu peux lire ici... que l'on conseille fleeglut 2.6 plutôt que la version 2.8.
http://asymptote.svn.sourceforge.net/viewvc/asymptote?view=revision&sortby=log&revision=5544
Recommend freeglut 2.6.0 due to broken menu feature in the 2.8.0 release (and modifier bugs in various patches for this problem).

Je ne sais pas si c'est en lien avec ton problème.


Je pense que je vais attendre une prochaine révivion où le problème sera résolu...

Merci

Bruno
Doc 3D
Si ça ne marche pas, essayez la version pdf

Fedora 23 -- Asymptote 2.35 -- TeXlive 2013 -- emacs et/ou gedit

maurice
Messages : 262
Enregistré le : jeu. 25 mars 2010, 13:00
Contact :

Re: perspective et rendu

Message non lu par maurice » jeu. 14 mars 2013, 23:07

Je me suis résolu à désintaller la version svn et je viens de compiler les sources de la 2.21.

Deux fois que j'installe la svn, deux fois que j'ai des problèmes!

Enfin le problème est donc résolu !

bruno
Doc 3D
Si ça ne marche pas, essayez la version pdf

Fedora 23 -- Asymptote 2.35 -- TeXlive 2013 -- emacs et/ou gedit

Répondre