Page 1 sur 1

3.93 beta2 mais aussi 3.92 bug Texture

Publié : ven. 18/févr./2005 22:33
par comtois
C'est extrait d'un code de Filperj ( démo avec M3D_matrix3D)

Code : Tout sélectionner

    CreateTexture(1,2,2) 
    StartDrawing(TextureOutput(1)) 
    Plot(0,0,$FFFFFF) 
    Plot(0,1,$FF) 
    Plot(1,0,$FF00) 
    Plot(1,1,$FF0000) 
    StopDrawing() 
    CreateMaterial(1, TextureID(1))
Ce code plante avec la version 3.93 beta2 , j'ai aussi testé avec la version 3.92 ça plante de la même façon , par contre il fonctionne bien avec la 3.91.

Si je commente les lignes avec plot(), le code ne plante plus.

Publié : ven. 18/févr./2005 22:59
par Fred
Je corrigerais les bugs liés au moteur 3D quand j'aurai fait sa mise à jour.