%% Visual check for complete anchor tables on unnamed surface nodes.
%% Compile with the project sources so an installed TeX copy cannot shadow them.
\documentclass{article}
\usepackage[paperwidth=17cm,paperheight=13cm,margin=7mm]{geometry}
\usepackage{tikzphysics}
\pagestyle{empty}

\newcommand{\surfacepage}[2]{%
  \noindent\textbf{#1}\par\smallskip
  \noindent\begin{tikzpicture}
    \node[#2,show anchors] {};
  \end{tikzpicture}
  \clearpage
}

\begin{document}
\surfacepage{Ground}{ground}
\surfacepage{Ceiling}{ceiling}
\surfacepage{Wall left}{wall-left}
\surfacepage{Wall right}{wall-right}
\surfacepage{Platform left}{platform-left}
\surfacepage{Platform right}{platform-right}
\surfacepage{Platform both}{platform}
\surfacepage{Wedge}{wedge}
\surfacepage{Straight ramp}{ramp}
\surfacepage{Curved ramp}{curved-ramp}
\end{document}
