User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 21:06, 26 March 2022 (diff | hist) . . (+589) . . love.graphics.arc (Français) (→Dessiner Pacman: +exemple rectangle avec bords arrondis)
- 21:04, 26 March 2022 (diff | hist) . . (+523) . . love.graphics.arc (→Drawing Pacman: +exemple of using "open" "line" construction.)
- 19:55, 23 March 2022 (diff | hist) . . (+2) . . love.graphics.newVolumeImage (Français) (→Notes) (current)
- 20:47, 14 March 2022 (diff | hist) . . (+36) . . BezierCurve (Français) (→Fonctions) (current)
- 20:47, 14 March 2022 (diff | hist) . . (+801) . . N BezierCurve:scale (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Change l'échelle de la courbe de Bézier d'un facteur donné. == Fonction == === Synopsis === <source lang="lua"> BezierCur...") (current)
- 20:45, 14 March 2022 (diff | hist) . . (+683) . . N BezierCurve:translate (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Déplace la courbe de Bézier d'un certain décalage. == Fonction == === Synopsis === <source lang="lua"> BezierCurve:transl...") (current)
- 20:43, 14 March 2022 (diff | hist) . . (+765) . . N BezierCurve:rotate (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Pivote la courbe de Bézier d'un certain angle. == Fonction == === Synopsis === <source lang="lua"> BezierCurve:rotate(angle...") (current)
- 20:41, 14 March 2022 (diff | hist) . . (+1,011) . . N BezierCurve:getSegment (Français) (Created page with "{{newin (Français)|0.10.0|100|type=function}} Retourne un objet BezierCurve (courbe de Bézier) qui correspond à un segment spécifié de ce BezierCurve. == Fonction ==...") (current)
- 20:38, 14 March 2022 (diff | hist) . . (+766) . . N BezierCurve:getControlPointCount (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Retourne le nombre de points de contrôle de la courbe de Bézier. == Fonction == === Synopsis === <source lang="lua"> count...") (current)
- 20:36, 14 March 2022 (diff | hist) . . (+1,503) . . N BezierCurve:getDerivative (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Retourne la dérivée de la courbe de Bézier. Cette fonction peut être utilisée pour faire pivoter les sprites se dépla...") (current)
- 20:31, 14 March 2022 (diff | hist) . . (+759) . . N BezierCurve:removeControlPoint (Français) (Created page with "{{newin (Français)|0.10.0|100|type=function}} Supprime le point de contrôle spécifié. == Fonction == === Synopsis === <source lang="lua"> BezierCurve:removeControlPoi...") (current)
- 20:29, 14 March 2022 (diff | hist) . . (+1,183) . . N BezierCurve:getControlPoint (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Retourne les coordonnées du i-èmes point de contrôle. L'index commence à 1. == Fonction == === Synopsis === <source lang...") (current)
- 20:26, 14 March 2022 (diff | hist) . . (+760) . . N BezierCurve:getDegree (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Retourne le degré de la courbe de Bézier. Le degré est égal au nombre de points de contrôle - 1. == Fonction == === Sy...") (current)
- 20:24, 14 March 2022 (diff | hist) . . (+1,151) . . N BezierCurve:insertControlPoint (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Insert un point de contrôle en tant que nouveau i-ème point de contrôle. Les points de contrôle existants après i seront...") (current)
- 20:20, 14 March 2022 (diff | hist) . . (+907) . . N BezierCurve:setControlPoint (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Définit les coordonnées du i-ème point de contrôle. Les indices commencent à 1. == Fonction == === Synopsis === <source...") (current)
- 20:17, 14 March 2022 (diff | hist) . . (+1,744) . . N BezierCurve:renderSegment (Français) (Created page with "{{newin (Français)|0.10.0|100|type=function}} Retourne une liste de points sur une partie spécifique de la courbe, afin de les utiliser avec love.graphics.line (Franç...") (current)
- 20:12, 14 March 2022 (diff | hist) . . (+1,428) . . N BezierCurve:render (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Retourne une liste de coordonnées à utiliser avec love.graphics.line. Cette fonction é...") (current)
- 20:07, 14 March 2022 (diff | hist) . . (+1,602) . . N BezierCurve:evaluate (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Évalue la courbe de Bézier au paramètre t. Le paramètre doit être compris entre 0 et 1 (inclus). Cette fonction peut ê...") (current)
- 20:02, 14 March 2022 (diff | hist) . . (+25) . . BezierCurve (Français) (→Constructeurs)
- 20:00, 14 March 2022 (diff | hist) . . (+2) . . m love.math.triangulate (Français) (→Voir également) (current)
- 19:49, 14 March 2022 (diff | hist) . . (+1,280) . . N love.graphics.isSupported (Français) (Created page with "{{newinoldin (Français)|0.8.0|080|0.10.0|100|type=function|text=Cette fonction a été rempalcée par love.graphics.getSupported (Français)|love.graphics.getSuppor...") (current)
- 19:45, 14 March 2022 (diff | hist) . . (+189) . . Canvas (Français) (current)
- 17:38, 14 March 2022 (diff | hist) . . (+20) . . Canvas:newImageData (Français) (→Voir également) (current)
- 17:37, 14 March 2022 (diff | hist) . . (+870) . . N love.graphics.getSystemLimits (Français) (Created page with "{{newin (Français)|0.10.0|100|type=function|text=Cette fonction remplace love.graphics.getSystemLimit}} Retourne les valeurs maximum, dépendantes du système, pour l...") (current)
- 17:32, 14 March 2022 (diff | hist) . . (+2) . . Canvas:getMSAA (Français) (→Voir également) (current)
- 17:32, 14 March 2022 (diff | hist) . . (+2) . . Canvas:getMSAA (→See Also) (current)
- 17:32, 14 March 2022 (diff | hist) . . (+1,044) . . N Canvas:getMSAA (Français) (Created page with "{{newin (Français)|0.9.2|092|type=function|text=It has been renamed from Canvas:getFSAA}} Retourne le nombre d'échantillons de l'anticrénelage multi-échantillon (M...")
- 17:25, 14 March 2022 (diff | hist) . . (+2) . . Canvas (Français) (→Fonctions)
- 17:25, 14 March 2022 (diff | hist) . . (+160) . . Canvas (Français) (→Fonctions)
- 17:24, 14 March 2022 (diff | hist) . . (+61) . . Canvas (Français) (→Fonctions)
- 17:23, 14 March 2022 (diff | hist) . . (+684) . . N Canvas:getFormat (Français) (Created page with "{{newin (Français)|0.9.1|091|type=function}} {{oldin (Français)|11.0|110|type=function|text=Elle a été remplacée par Texture:getFormat (Français)|Texture:getFo...") (current)
- 11:14, 13 March 2022 (diff | hist) . . (+14) . . love.graphics (Français) (→État des graphismes) (current)
- 11:13, 13 March 2022 (diff | hist) . . (+12) . . love.graphics.setShader (Français) (→Voir également) (current)
- 11:12, 13 March 2022 (diff | hist) . . (+13) . . love.graphics.setDefaultFilter (Français) (→Voir également) (current)
- 11:11, 13 March 2022 (diff | hist) . . (+12) . . love.graphics.setCanvas (Français) (→Voir également) (current)
- 11:10, 13 March 2022 (diff | hist) . . (+13) . . love.graphics.setBlendMode (Français) (→Voir également) (current)
- 11:10, 13 March 2022 (diff | hist) . . (+13) . . love.graphics.setBackgroundColor (Français) (→Voir également) (current)
- 11:08, 13 March 2022 (diff | hist) . . (+1,874) . . N love.graphics.reset (Français) (Created page with "Réinitialise les réglages graphiques actuels. L'appel à reset (réinitialise) définit la couleur actuelle de tracé à blanc opauqe, la couleur de fond actuelle à noir,...") (current)
- 11:00, 13 March 2022 (diff | hist) . . (+12) . . love.graphics.isGammaCorrect (Français) (→Voir également) (current)
- 10:59, 13 March 2022 (diff | hist) . . (+1,126) . . N love.graphics.isActive (Français) (Created page with "{{newin (Français)|0.10.0|100|type=function}} Retourne si le module graphique peut être utilisé. Si il n'est pas ''active'' (actif), les appels à la fonction et aux m...") (current)
- 10:54, 13 March 2022 (diff | hist) . . (+1,397) . . N love.graphics.getStencilTest (Français) (Created page with "{{newin (Français)|0.10.0|100|type=function}} Retourne la configuration du test de stencil actuel. Lorsque le test de stencil est activé, la géométrie de tout ce qui...") (current)
- 10:48, 13 March 2022 (diff | hist) . . (+1,005) . . N love.graphics.getStackDepth (Français) (Created page with "{{newin (Français)|11.0|110|type=function}} Retourne le niveau de profondeur de la pile de transformation / état (le nombre d'love.graphics.push (Français)|empilement...") (current)
- 10:39, 13 March 2022 (diff | hist) . . (+788) . . N love.graphics.getShader (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function|text=C'est la fonction love.graphics.getPixelEffect qui a été rebaptisée}} Retourne l'ombrage ac...") (current)
- 10:36, 13 March 2022 (diff | hist) . . (+1,531) . . N love.graphics.getMeshCullMode (Français) (Created page with "{{newin (Français)|11.0|110|type=function}} Retourne si les triangles vus de dos dans un maillage s...") (current)
- 10:28, 13 March 2022 (diff | hist) . . (+34) . . love.graphics.getFrontFaceWinding (Français) (current)
- 10:27, 13 March 2022 (diff | hist) . . (+1,240) . . N love.graphics.setFrontFaceWinding (Français) (Created page with "{{newin (Français)|11.0|110|type=function}} Définit si la face avant des triangles est sur ceux ayant des sommets (vecteurs) ordonnés dans le sens horaires ou anti-hora...") (current)
- 10:15, 13 March 2022 (diff | hist) . . (+1,009) . . N love.graphics.getFont (Français) (Created page with "Retourne l'objet Font actuel. == Fonction == {{newin (Français)|0.9.0|090|type=variant}} === Synopsis === <source lang="lua"> font = love.graphics.g...") (current)
- 10:12, 13 March 2022 (diff | hist) . . (+2,344) . . N love.graphics.getDepthMode (Français) (Created page with "{{newin (Français)|11.0|110|type=function}} Retourne le mode de test de profondeur actuel et si l'écriture dans le tampon de profondeur est activée. C'est une fonction...") (current)
- 10:02, 13 March 2022 (diff | hist) . . (+852) . . N love.graphics.setColorMode (Français) (Created page with "{{newinoldin (Français)|0.2.0|020|0.9.0|090|type=function}} Définit le mode de couleur (qui contrôle la façon dont les images sont affectées par la couleur actuel...") (current)
- 10:00, 13 March 2022 (diff | hist) . . (+1,082) . . N ColorMode (Français) (Created page with "{{oldin (Français)|0.9.0|090|type=enum}} Contrôle la façon dont les les images seront affectées par la couleur actuelle. == Constantes == {{constant|modulate|Les Imag...") (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)