I want to make a 3D arrowhead in latex. I used the below code but it only can achieve a 2D arrowhead. Is it possible to make 3D arrow head in latex?
This is my code
\documentclass{llncs}
\usepackage{amsmath, amsfonts, amssymb}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{tikz}
\usepackage{caption}
\usetikzlibrary{arrows,positioning,calc,topaths, fit, backgrounds}
\usetikzlibrary{arrows,positioning,calc,topaths, fit, backgrounds}
\definecolor{arrow_color}{rgb}{0.2, 1, 0.6}
\begin{document}
\begin{figure}
\begin{tikzpicture}
\node[rotate=-90,inner sep=0pt] at (1,0.0) {\tikz\draw[line width=2, -triangle 90,arrow_color, shorten >=-2mm, shorten <=0mm](0,0) ;};
\end{tikzpicture}
\end{figure}
\end{document}
The current output is

\usetikzlibrary{arrows,positioning,calc,topaths, fit, backgrounds}twice ;-) – Jan 18 '18 at 03:37\usetikzlibrary{arrows,positioning,calc,topaths, fit, backgrounds}is redundant. Could you show me the link or the code to achieve 3D arrow head – Jame Jan 18 '18 at 03:40