\documentclass[french,12pt,a4paper]{article}
\usepackage{tikzbricks}
\begin{document}
\pagestyle{empty}
tdplotsetmaincoords 70 160 \textbf{vue 3D}
\tdplotsetmaincoords{70}{160}
\begin{center}
\begin{wall}
\wallbrick[color=blue]{2}{2}
\wallbrick[color=yellow]{2}{2}
\addtocounter{brickx}{1}
\wallbrick[color=orange]{2}{2}
\addtocounter{bricky}{2}
\addtocounter{brickx}{-7}
\wallbrick[color=green]{2}{2}
\wallbrick[color=violet]{2}{2}
\addtocounter{brickx}{-3}
\addtocounter{bricky}{-1}
\addtocounter{brickz}{1}
\wallbrick[color=black]{2}{2}
\end{wall}
\end{center}
tdplotsetmaincoords 90 180 \textbf{vue de face}
\tdplotsetmaincoords{90}{180}
\begin{center}
\begin{wall}
\wallbrick[color=blue]{2}{2}
\wallbrick[color=yellow]{2}{2}
\addtocounter{brickx}{1}
\wallbrick[color=orange]{2}{2}
\addtocounter{bricky}{2}
\addtocounter{brickx}{-7}
\wallbrick[color=green]{2}{2}
\wallbrick[color=violet]{2}{2}
\addtocounter{brickx}{-3}
\addtocounter{bricky}{-1}
\addtocounter{brickz}{1}
\wallbrick[color=black]{2}{2}
Une citation de la documentation : "Caveat: don’t move away too far from the default viewpoint, otherwise the correct rendering of the brick is not guaranteed."