90

moi c'est le qbasic 1.1
apres j'ai fait du casio basic grin
puis du ti-basic
puis du C ( sur ordi seulement et vraiment les bases )
puis peut-etre de l'asm qui sait...

91

-

92

lol

redoubler pour la prog...

93

-

94

faut pas pousser non plus, tu veux pas qu'on te le fasse ton jeu aussi ?

95

>void Initialiser(void)
{
Sommet[0].x = -100; Sommet[0].y = -100; Sommet[0].z = -100;
Sommet[1].x = 100; Sommet[1].y = -100; Sommet[1].z = -100;
Sommet[2].x = 100; Sommet[2].y = 100; Sommet[2].z = -100;
Sommet[3].x = -100; Sommet[3].y = 100; Sommet[3].z = -100;
Sommet[4].x = 100; Sommet[4].y = -100; Sommet[4].z = 100;
Sommet[5].x = -100; Sommet[5].y = -100; Sommet[5].z = 100;
Sommet[6].x = -100; Sommet[6].y = 100; Sommet[6].z = 100;
Sommet[7].x = 100; Sommet[7].y = 100; Sommet[7].z = 100;
}

void Afficher()
{

DrawLine(Point2D[1].x,Point2D[1].y,Point2D[2].x,Point2D[2].y,A_XOR);
DrawLine(Point2D[2].x,Point2D[2].y,Point2D[3].x,Point2D[3].y,A_XOR);
DrawLine(Point2D[3].x,Point2D[3].y,Point2D[4].x,Point2D[4].y,A_XOR);
DrawLine(Point2D[4].x,Point2D[4].y,Point2D[1].x,Point2D[1].y,A_XOR);
DrawLine(Point2D[5].x,Point2D[5].y,Point2D[6].x,Point2D[6].y,A_XOR);
DrawLine(Point2D[6].x,Point2D[6].y,Point2D[7].x,Point2D[7].y,A_XOR);
DrawLine(Point2D[7].x,Point2D[7].y,Point2D[8].x,Point2D[8].y,A_XOR);
DrawLine(Point2D[8].x,Point2D[8].y,Point2D[5].x,Point2D[5].y,A_XOR);
DrawLine(Point2D[1].x,Point2D[1].y,Point2D[6].x,Point2D[6].y,A_XOR);
DrawLine(Point2D[2].x,Point2D[2].y,Point2D[5].x,Point2D[5].y,A_XOR);
DrawLine(Point2D[3].x,Point2D[3].y,Point2D[8].x,Point2D[8].y,A_XOR);
DrawLine(Point2D[4].x,Point2D[4].y,Point2D[7].x,Point2D[7].y,A_XOR);

}
pardon mais,
tu veux faire un jeu 3D optimisétongue???
je ne ferai que te conseiller d'ecouter PpHd!
avatar
fabetal_ > Hier, je me suis fait monter par un pote
redangel > et en chevals, ça donne quoi?
Nil> OMG I think I'm gay

96

rotfl

97

-

98

ben tu fais une structure avec ton polygone,
tu fais un tableau de structures,
tu fais une boucle qui dessine le tout pour chaque poly
avatar
fabetal_ > Hier, je me suis fait monter par un pote
redangel > et en chevals, ça donne quoi?
Nil> OMG I think I'm gay

99

-

100

putain ms t'as même pa essayé de faire une map ac mon moteur pour voir ce ke ça donnait!!
t vraiment pas motivé toi... tu te décourage au premier bug ke tu rencontres roll
contacte lolo, il a fait un moteur en c du même type que le mien... va voir le topic dans projets "un éditeur d'objets 3d pour ti? ça existe!!" un nom comme ça...
In many respects the Yoshi is like a beautiful woman. A man can come so enamoured that he bestows on her all his time, his energy and his fortune.
- Fred whipple, 1960

*** Ne sous-estimez pas la puissance de la Marmotte ***
© Marmotte Team : LaMarmotte, sBibi, Vark & Sabrina

101

sBibi> ca te rappelle rien ce bout de code ... smile

Orion_ > tu arriveras pas a faire un trucs >20fps si tu utilise tigcc pr les gfx ...

102

uéué ça me rappelle qquechose gringringrin
o fait t'as trouvé la couille? smile ou t'as arrêté?
In many respects the Yoshi is like a beautiful woman. A man can come so enamoured that he bestows on her all his time, his energy and his fortune.
- Fred whipple, 1960

*** Ne sous-estimez pas la puissance de la Marmotte ***
© Marmotte Team : LaMarmotte, sBibi, Vark & Sabrina

103

20 fps va falloi sonrger a l'asm je pense...

104

erf ms non pas 20 fps... lol avoisine les 100 avec le cube je crois... un truc comme ça...
In many respects the Yoshi is like a beautiful woman. A man can come so enamoured that he bestows on her all his time, his energy and his fortune.
- Fred whipple, 1960

*** Ne sous-estimez pas la puissance de la Marmotte ***
© Marmotte Team : LaMarmotte, sBibi, Vark & Sabrina

105

moi 140 grin
In many respects the Yoshi is like a beautiful woman. A man can come so enamoured that he bestows on her all his time, his energy and his fortune.
- Fred whipple, 1960

*** Ne sous-estimez pas la puissance de la Marmotte ***
© Marmotte Team : LaMarmotte, sBibi, Vark & Sabrina

106

et ac la mêm taille ke celui de lolo, 158-160 grin
In many respects the Yoshi is like a beautiful woman. A man can come so enamoured that he bestows on her all his time, his energy and his fortune.
- Fred whipple, 1960

*** Ne sous-estimez pas la puissance de la Marmotte ***
© Marmotte Team : LaMarmotte, sBibi, Vark & Sabrina

107

j'ai réduis le probleme maintenant c ma matrice de rotation qui foire smile
mais frahcment j'y ait pas retouché depuis lgtps ...

lolo ne fais pas ce calcul ... celui là il passera pas le 20fps avec l'affichage ...

108

post 75>c'est du basic, pas du Cwink
avatar
Membre fondateur de la Ligue Anti-MacIntoc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Un expert est quelqu'un qui en sait de plus en plus sur de moins en moins
de choses, jusqu'à ce qu'il connaisse absolument tout à propos de rien.

109

-

110

kel sage décision tu en reviens à ce que te disais PpHd wink
In many respects the Yoshi is like a beautiful woman. A man can come so enamoured that he bestows on her all his time, his energy and his fortune.
- Fred whipple, 1960

*** Ne sous-estimez pas la puissance de la Marmotte ***
© Marmotte Team : LaMarmotte, sBibi, Vark & Sabrina

111

-

112

fallait qu'il remonte celui-là grin
*** Ne sous-estimez pas la puissance de la Marmotte ***
© Marmotte Team : LaMarmotte, sBibi, Vark & sabrina

113

-

114

ba qd je m'emmerde je remonte des trucs qui me paraissent interressant grin
sinon tu compte les texturer tes cubes après qd même ?
*** Ne sous-estimez pas la puissance de la Marmotte ***
© Marmotte Team : LaMarmotte, sBibi, Vark & sabrina

115

-

116

tu fait même pas un remplissage kelkonke ?!!
*** Ne sous-estimez pas la puissance de la Marmotte ***
© Marmotte Team : LaMarmotte, sBibi, Vark & sabrina

117

-

118

sinon pour les faces cachées fo calculer le vecteur normal au plan de la face
mais sBibi va surement dire que ma méthode est merdique et qu'il y a mieux grin
(mais pas avant 100 jours tongue)
*** Ne sous-estimez pas la puissance de la Marmotte ***
© Marmotte Team : LaMarmotte, sBibi, Vark & sabrina

119

-

120

mais il peut encore répondre aux mini-mess (g discuté avec lui tout à l'heure picol)
*** Ne sous-estimez pas la puissance de la Marmotte ***
© Marmotte Team : LaMarmotte, sBibi, Vark & sabrina