Bonjour tout le Monde.
Le Mesviewer d'Irrlicht fonctionne tres bien avec dwarf.x.
Mais il ne fonctionne pas avec un .x de Deled???
Avec le Mesh Viewer du SDK de Directx 9b le fichier .x de Deled 3D fonctionne tres bien???
Merci d'avance
Cordialement :D
Meshviewer avec un .x de Deled 3D
DeleD exports .x files with material references which dont work in Irrlicht
DeleD export des fichier .x avec des references de materiaux qui ne fonctionne pas dans Irrlicht
ex:
//after the header
material SomeMat{
1 1 1; //diffuse color
1 1 1; //specular color
}
...
//in the mesh material section/dans la section du mesh qui contient les materiaux
(SomeMat)
this should be changed to/ceci devrai étre changer à
//no materials declared after the header
...
//in the mesh materials section
material SomeMat{
1 1 1;
1 1 1;
}
it can be changed in any text editing program or you could resave it from DX meshviewer, which works with all versions of the .x format
ceci peut étre changer dans une programme de traitement de texte ou ça peut étre resauver dans DX meshviewer, qui fonctionne avec toute les versions du format .x
DeleD export des fichier .x avec des references de materiaux qui ne fonctionne pas dans Irrlicht
ex:
//after the header
material SomeMat{
1 1 1; //diffuse color
1 1 1; //specular color
}
...
//in the mesh material section/dans la section du mesh qui contient les materiaux
(SomeMat)
this should be changed to/ceci devrai étre changer à
//no materials declared after the header
...
//in the mesh materials section
material SomeMat{
1 1 1;
1 1 1;
}
it can be changed in any text editing program or you could resave it from DX meshviewer, which works with all versions of the .x format
ceci peut étre changer dans une programme de traitement de texte ou ça peut étre resauver dans DX meshviewer, qui fonctionne avec toute les versions du format .x
Remerciements
Bonjour tout le Monde.
Je te remercie beaucoup pour tes réponses.
Cordialement.
:D
Je te remercie beaucoup pour tes réponses.
Cordialement.
:D