Posté par Ocelyn le 22 juin, 2008 |
13 commentaires
En exclusivité sur papervision3d-fr.com, un tutoriel vidéo dédié à Alternativa3d, c’est une première Française, voir mondiale, j’vous le dis ma bonne dame !
Les pré-requis :
Télécharger et installer : Flash Player 10
Vous inscrire puis télécharger la libraire Alternativa3D ici.
Télécharger les fichiers utilisés dans ce tutoriel ici.
Et de lancer la vidéo (Exemple sous Windows)
Get […]
Suite >>
Posté par Ocelyn le 23 mai, 2008 |
14 commentaires
15 minutes de tutoriel pour tout comprendre des cubes, ça vous tente ?
Un tutoriel consacré aux cubes pour comprendre comment les créer et les différentes façon de les texturer, un bon complément au précédent tutoriel qui vous permettra de créer un menu dans le style des cubes en 3D que l’on voit sous Linux […]
Suite >>
Posté par Ocelyn le 11 mars, 2008 |
15 commentaires
Un tutoriel un peut spécial aujourd’hui, afin de vous apprendre à utiliser les Tweeners pour réaliser des projets Papervision3D comme des menus ou des galeries en 3D
Ps : Je suis à la recherche de sponsors afin de m’aider à financer l’hébergement pour pouvoir proposer des vidéos de meilleurs qualités.
Les pré-requis :
-Télécharger la librairie […]
Suite >>
Posté par Ocelyn le 7 mars, 2008 |
Pas de commentaire
Tutoriel pour apprendre à créer une ligne en 3D et comprendre ses propriétés. (Code source sous la vidéo)
Get the Flash Player to see this player.
var s3 = new SWFObject(”http://www.ocelyn.com/papervision3d/wp-content/plugins/flash-video-player/flvplayer.swf”,”n3″,”576″,”432″,”7″);
s3.addParam(”allowfullscreen”,”true”);
s3.addParam(”allowscriptaccess”,”always”);
s3.addVariable(”javascriptid”,”n3″);
s3.addVariable(”width”,”576″);
s3.addVariable(”height”,”432″);
s3.addVariable(”backcolor”,”0xFFFFFF”);
s3.addVariable(”frontcolor”,”0×000000″);
s3.addVariable(”lightcolor”,”0×000000″);
s3.addVariable(”screencolor”,”0×000000″);
s3.addVariable(”autoscroll”,”true”);
s3.addVariable(”largecontrols”,”false”);
s3.addVariable(”logo”,”http://www.ocelyn.com/papervision3d”);
s3.addVariable(”overstretch”,”true”);
s3.addVariable(”showdigits”,”true”);
s3.addVariable(”showdownload”,”false”);
s3.addVariable(”showeq”,”false”);
s3.addVariable(”showicons”,”true”);
s3.addVariable(”showvolume”,”true”);
s3.addVariable(”thumbsinplaylist”,”false”);
s3.addVariable(”autostart”,”false”);
s3.addVariable(”bufferlength”,”3″);
s3.addVariable(”repeat”,”false”);
s3.addVariable(”rotatetime”,”5″);
s3.addVariable(”smoothing”,”true”);
s3.addVariable(”volume”,”80″);
s3.addVariable(”enablejs”,”true”);
s3.addVariable(”linkfromdisplay”,”false”);
s3.addVariable(”t”,”autodetect”);
s3.addVariable(”useaudio”,”false”);
s3.addVariable(”usecaptions”,”false”);
s3.addVariable(”usefullscreen”,”true”);
s3.addVariable(”usekeys”,”false”);
s3.addVariable(”file”,”http://www.ocelyn.com/papervision3d/content/line.flv”);
s3.write(”video3″);
Suite >>
Posté par Ocelyn le 4 mars, 2008 |
11 commentaires
Tutoriel pour apprendre à créer une interactivité sur une Plane. (Code source sous la vidéo)
Get the Flash Player to see this player.
var s4 = new SWFObject(”http://www.ocelyn.com/papervision3d/wp-content/plugins/flash-video-player/flvplayer.swf”,”n4″,”576″,”432″,”7″);
s4.addParam(”allowfullscreen”,”true”);
s4.addParam(”allowscriptaccess”,”always”);
s4.addVariable(”javascriptid”,”n4″);
s4.addVariable(”width”,”576″);
s4.addVariable(”height”,”432″);
s4.addVariable(”backcolor”,”0xFFFFFF”);
s4.addVariable(”frontcolor”,”0×000000″);
s4.addVariable(”lightcolor”,”0×000000″);
s4.addVariable(”screencolor”,”0×000000″);
s4.addVariable(”autoscroll”,”true”);
s4.addVariable(”largecontrols”,”false”);
s4.addVariable(”logo”,”http://www.ocelyn.com/papervision3d”);
s4.addVariable(”overstretch”,”true”);
s4.addVariable(”showdigits”,”true”);
s4.addVariable(”showdownload”,”false”);
s4.addVariable(”showeq”,”false”);
s4.addVariable(”showicons”,”true”);
s4.addVariable(”showvolume”,”true”);
s4.addVariable(”thumbsinplaylist”,”false”);
s4.addVariable(”autostart”,”false”);
s4.addVariable(”bufferlength”,”3″);
s4.addVariable(”repeat”,”false”);
s4.addVariable(”rotatetime”,”5″);
s4.addVariable(”smoothing”,”true”);
s4.addVariable(”volume”,”80″);
s4.addVariable(”enablejs”,”true”);
s4.addVariable(”linkfromdisplay”,”false”);
s4.addVariable(”t”,”autodetect”);
s4.addVariable(”useaudio”,”false”);
s4.addVariable(”usecaptions”,”false”);
s4.addVariable(”usefullscreen”,”true”);
s4.addVariable(”usekeys”,”false”);
s4.addVariable(”file”,”http://www.ocelyn.com/papervision3d/content/plane_inter.flv”);
s4.write(”video4″);
Suite >>